summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: add structuring comment for libbigballofmudMichael Adam2008-07-071-0/+7
| | | | (This used to be commit 879b000fd3ad123f64017071a6aaa17cdc926995)
* build: add cleanlibsmbclient target and use it in make clean.Michael Adam2008-07-071-2/+8
| | | | | Michael (This used to be commit 95a7d21d3150ca9c24d48cf6a2976dcc1dfaaa05)
* build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.Michael Adam2008-07-072-60/+29
| | | | | | | Create libsmbclient.so as a symlink to libsmbclient.so.0. Michael (This used to be commit c463bd0cb9927176eec89e25788c6ea78eafdd16)
* build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam2008-07-072-13/+25
| | | | | | | | | | | Only call the install/uninstall targets (from make (un)install) for libraries configured with SMB_LIBRARY(), when the user did not set --with-libname=no. Make sure to always (at least) build the static version of the library. Michael (This used to be commit f440538c9480134ff05cf9c9f78a565808161101)
* build: rename (un)installclientlib to (un)installlibsmbclientMichael Adam2008-07-071-2/+6
| | | | | | | keeping old targets as aliases for backward compatibility Michael (This used to be commit 40ff40de5780fb17567b8d5ea75f5bb7f8d811c4)
* build: move libsmbclient related variables and targets to libsmbclient sectionMichael Adam2008-07-071-34/+35
| | | | | Michael (This used to be commit ed3c35d307456601ca00d88a5cc278d6604681e1)
* build: move definition of SHLIBS to libraries sectionMichael Adam2008-07-071-2/+2
| | | | | Michael (This used to be commit 36c99a3cad3c938a874f9b9f37c2265045957099)
* build: add a cleanlibwbclient target to Makefile.in and use it for make clean.Michael Adam2008-07-071-4/+10
| | | | | Michael (This used to be commit e01a1d8d651f680ca58b809dc569ff74592d53a9)
* build: add uninstalllibwbclient to Makefile.in and use it for uninstallMichael Adam2008-07-071-1/+6
| | | | | Michael (This used to be commit 2712dade9d6495f3dbb75876ec32d73f8bb93f9f)
* build: fix the installlibwbclient target to use defined variables and ↵Michael Adam2008-07-071-2/+7
| | | | | | | install the symlink Michael (This used to be commit 922b136ada1c502edcbbb89e9cca155cd6ad376c)
* build: fix creation of libwbclient shared lib by crating soname fileMichael Adam2008-07-071-3/+8
| | | | | | | and adding .so file as a symlink Michael (This used to be commit beab1a31484836014aab5d2bcb38995435f6218b)
* build: move libwbclient related target to libwbclient section in Makefile.inMichael Adam2008-07-071-23/+24
| | | | | Michael (This used to be commit 8f64706b095b9ca0e2a8f39cc3133bfd02f86158)
* build: move libtdb target further down following common schema like with ↵Michael Adam2008-07-071-2/+2
| | | | | | | libtalloc Michael (This used to be commit f94b07f0c56928f890ffb1e2aca2c8bfcc954dd5)
* build: fix uninstalllibnetapi target - handle symlink libnetapi.soMichael Adam2008-07-071-5/+6
| | | | | | | | and use the defined variables instead of hardcoded bits. Also move the target into the libnetapi section (forgotten last time). Michael (This used to be commit 21b6164795344cea45161bc01828ec1127b5b6ab)
* build: fix installlibnetapi target - install symlink libnetapi.so (if ↵Michael Adam2008-07-071-1/+7
| | | | | | | appropriate) Michael (This used to be commit 59e7827e557c5096fb363051a4cf1835b2a53223)
* build: add a cleanlibnetapi target and use it in make cleanMichael Adam2008-07-071-3/+10
| | | | | Michael (This used to be commit ff62887a94a7dd6f09995c820db7d825828bacad)
* build: fix creation of the libnetapi shared lib: create soname libraryMichael Adam2008-07-071-3/+8
| | | | | | | and add the .so file as symlink Michael (This used to be commit d9af2f7ab6b839e8074a69ce5d1fe66548c08e52)
* build: move libnetapi related definitions and targets together into the ↵Michael Adam2008-07-071-34/+35
| | | | | | | | | libnetapi section. in Makefile.in Michael (This used to be commit da29e1ce44d4f99b876259fbad892691e2c7d7e0)
* build: add an uninstalllibtdb target.Michael Adam2008-07-071-0/+6
| | | | | Michael (This used to be commit c50c847f4b9772261f8011f32eec97d8244dccdd)
* build: fix the installlibtdb target to install the soname file of libtdb.Michael Adam2008-07-071-1/+6
| | | | | | | and create the .so file as a symlink (if appropriate) Michael (This used to be commit 5c090762f769b645c411333aef2085362bb2e6cb)
* build: create a cleanlibtdb target and use it in target clean.Michael Adam2008-07-071-2/+10
| | | | | Michael (This used to be commit ebfe13b79b24791bd9c854ac2f239f02796da6bb)
* build: fix creation of the libtdb shared library.Michael Adam2008-07-071-5/+10
| | | | | | | | Create the libtdb.so.1 file and create the .so file as the symlink. Not vice versa. Michael (This used to be commit 662d666b41b11ae70daf7422b1ced5f86209e608)
* build: move libtdb related definitions and targets to libtdb section in ↵Michael Adam2008-07-071-16/+16
| | | | | | | Makefile.in Michael (This used to be commit a4de301af48f4e5b4898751e8836bdb434d047a6)
* build: move all libtalloc related definitions into the libtalloc section in ↵Michael Adam2008-07-071-14/+13
| | | | | | | Makefile.in Michael (This used to be commit b330892f4b2f9f50fd192e37720217d15fedf1f0)
* build: move top level targets for the libs into the corresponding sections ↵Michael Adam2008-07-071-8/+15
| | | | | | | in Makefile.in Michael (This used to be commit 4092059ff0bbb638c937c3f2b977ad431d868331)
* build: add more structuring comments to Makefile.inMichael Adam2008-07-071-0/+46
| | | | | | | for several shared libs and shared modules section Michael (This used to be commit 53cc6a3225c0c7baea4d8ea04eefc61283650434)
* build: add structuring comments for libraries and libtalloc section.Michael Adam2008-07-071-0/+13
| | | | | Michael (This used to be commit 3de000890447dd15962fbd6a9b1b3504b9bd1175)
* build: fix installlibtalloc to not install symlink if the library is not thereMichael Adam2008-07-071-1/+4
| | | | | Michael (This used to be commit 52ccb52c8e42e748fcc05337849945ddc30d5efa)
* build: move libtalloc related targets together.Michael Adam2008-07-071-16/+17
| | | | | Michael (This used to be commit 01b1e642d72ecccac5277b5f071aab8f6df04c0d)
* build: add a cleanlibtalloc target.Michael Adam2008-07-071-3/+11
| | | | | Michael (This used to be commit 5d3c6c3c1c08747c521292ef09648ad528c2dca9)
* build: add an uninstalllibtalloc targetMichael Adam2008-07-071-0/+6
| | | | | Michael (This used to be commit 4b6ef6202cd9b6e1e8949c43d0c45c04d4b97438)
* build: fix creation of link libtalloc.so on some systems.Michael Adam2008-07-071-0/+1
| | | | | | | | | ln -s -f seem to be unknown on some solaris versions (e.g.). so if there is an old libtalloc.so around, this will fail. use rm -f prior to creating the link to circumvent this. Michael (This used to be commit d913b1e7316e84c1430f9d577f49d3c3e4e7719b)
* build: fix the installlibtalloc target to install SONAME and \.so versions ↵Michael Adam2008-07-071-1/+3
| | | | | | | of shared lib. Michael (This used to be commit 49919889892f258cc669b08417e7569e8f5efaf4)
* build: fix creation of talloc shared lib.Michael Adam2008-07-071-4/+7
| | | | | | | link the libtalloc.so.1 file and create libtalloc.so as a link Michael (This used to be commit 946537e6bec904d4a7937eeb6085dfac19c3e2b5)
* build: add ability to use library files of the form NAME.so.VERSION to ↵Michael Adam2008-07-071-1/+1
| | | | | | | create version script name. Michael (This used to be commit b8d13f8773f61863b71bfc9df468f0018b0db0d1)
* Allow authentication and memory credential refresh after password change ↵Jeremy Allison2008-07-072-9/+37
| | | | | | | from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy. (This used to be commit 8cfc6afc7b4a6af9aea5f5a7cb5af7e3218c2d75)
* Clean up winbindd_group.c tooSimo Sorce2008-07-061-210/+255
| | | | (This used to be commit 50a347f5503ebed0fcc7b9de60f8368677585bb1)
* Clean up the rest of the file tooSimo Sorce2008-07-061-84/+76
| | | | (This used to be commit f6c92c4759096f839e3854a1e9eea56e6eecad4d)
* More clean up, indentation and trailing space removalSimo Sorce2008-07-061-40/+39
| | | | (This used to be commit d17d401603c1c26a5fd5eca5ece245790445e6d4)
* Make code more readable, fix indentation and traling spaces.Simo Sorce2008-07-061-17/+23
| | | | (This used to be commit e19e12d5cbba28ccf682eaf0ff26909bd7e8e6c6)
* Tiny logic simplification -- remove an else branchVolker Lendecke2008-07-051-22/+20
| | | | (This used to be commit 01c8c7bbf6163d5c7733db0d8ecbccfe7e4fec7d)
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-054-98/+38
| | | | (This used to be commit 81f334bd6da601a040f754c46705cfa2fd4f8c45)
* Convert idmap_cache to gencacheVolker Lendecke2008-07-054-399/+132
| | | | (This used to be commit 0bf0434f22b0ea46fda3ccc4dd612adbc88dd4f2)
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-041-0/+1
| | | | | | Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic reported by Franz Sirl. (This used to be commit 72b96b75a4a1b523540a24fb758b1965ad66009b)
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-032-2/+2
| | | | (This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
* IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove itVolker Lendecke2008-07-031-1/+0
| | | | (This used to be commit 2396d5d5d2f453f097f8ce77b640ad7e1d7e7c4c)
* Simplify idmap_cache_set() a bitVolker Lendecke2008-07-031-8/+3
| | | | | | | sid_check_is_in_unix_* will only give true if it is of the corresponding type, so the check if the struct idmap actually represents a user or group is unnecessary. (This used to be commit 55b976ba93462c6885e8d89edd13c32fb5529944)
* Simplify idmap_cache_build_[s]idkey a bitVolker Lendecke2008-07-031-36/+33
| | | | (This used to be commit 80932c0266ef73b8d0462c078a053444fff47f32)
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2008-07-034-25/+40
| | | | | | | | "acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy. (This used to be commit e98e080bad2c8b9f038a8f2dffcfeba1d5f392ce)
* Remove an unused variableVolker Lendecke2008-07-031-1/+0
| | | | (This used to be commit 454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0)