summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-033-37/+2
| | | | | Günther agreed that it might be unnecessary in dsgetdcname_cache_store() :-) (This used to be commit 7a5a575ffe5196caecedc93970a25abfbe6f8059)
* Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke2008-07-032-11/+17
| | | | | | | | net cache get was the only one interested in the timeout. That single caller can take care of the timeout itself then. With this API change idmap_cache.c can be converted to gencache. (This used to be commit 2954b2be563149380e1fae7fe088b98d6cbd42e7)
* Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke2008-07-035-14/+8
| | | | (This used to be commit 16062dfc3dcc8f1ca0024a3ae21effb889c7ffc0)
* Fix indentationVolker Lendecke2008-07-031-1/+1
| | | | (This used to be commit c4e6de9e34e1ff76552ce6d4e72b343fb5f33306)
* netapi: fix doxygen warning.Günther Deschner2008-07-031-1/+1
| | | | | Guenther (This used to be commit cfd59383d680e41a885e546842b0eb8585123acb)
* libnetjoin: fix Bug #5570.Günther Deschner2008-07-031-1/+1
| | | | | | | Thanks to Atte Peltomäki. Guenther (This used to be commit 144d374ad9dd981430a82369ceaa2783e6dae90a)
* Fix build warning.Günther Deschner2008-07-031-1/+1
| | | | | | | Thanks to Thorkil Olesen. Guenther (This used to be commit 3130aa63fd64c08c1d8be8338d6490aeb12c234a)
* Don't scream, better explain a bit in commentsVolker Lendecke2008-07-031-10/+8
| | | | (This used to be commit dcc39ed00453a075b23daece2844ca4817bfbfaf)
* Make use of sid_check_is_in_unix_users/groupsVolker Lendecke2008-07-031-11/+16
| | | | | Don't replicate code unnecessarily (This used to be commit cd8e63b2b45402091d6d328b3c6ca593fc19ac92)
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo ↵Jeremy Allison2008-07-021-1/+1
| | | | | | | | interface name that's too long. Reported by James Kosin <JKosin@intcomgrp.com>. Jeremy. (This used to be commit 3a7542fd495223c3a504571a52e2d00551fea0e2)
* Canonicalize servername in the printer functions to remove leading '\\' ↵Jeremy Allison2008-07-021-54/+59
| | | | | | | characters. Ensure we always return consistent names. Jeremy. (This used to be commit fc2178b04743d2f94be7b489b793fc67826557ac)
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of ↵Jeremy Allison2008-07-022-0/+6
| | | | | | | strlcat gives error. Jeremy. (This used to be commit d7c82997bdcf1acd7ac104efa0ad05e0b94935ea)
* Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison2008-07-021-8/+11
| | | | | | Reported by hongbing Zhang <hongbing.zhang@gmail.com>. Jeremy. (This used to be commit ade27d8baa03816b6f5f480096dfb90f3e231e6a)
* Fix typoVolker Lendecke2008-07-021-1/+2
| | | | (This used to be commit fe79c8a5b726754703626ca0bff57074274c98c7)
* Tiny logic simplification: Remove an unnecessary else branchVolker Lendecke2008-07-021-8/+8
| | | | (This used to be commit 6009ae329375b1c40e3d00df977ddccc8b5cc176)
* Fix nonempty whitespace only linesVolker Lendecke2008-07-028-70/+69
| | | | (This used to be commit cc77db2acbc35cea58576f1e28c7a760a5e31609)
* fix typosVolker Lendecke2008-07-021-2/+4
| | | | (This used to be commit e0957c6f4b1e81c27fda1de7fb7cbc9c585f5ac9)
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-15/+13
| | | | (This used to be commit 0da9d0d0f9662d8bd2f370f764d5a875e11b3068)
* Fix indentationVolker Lendecke2008-07-021-14/+14
| | | | (This used to be commit 954556b527aa652f9a46f0d48834e92befb3c5f9)
* Fix a debug msg, this was probably a leftover from gencacheVolker Lendecke2008-07-021-2/+4
| | | | (This used to be commit daa171552dc00d9602a05ba199c9a3ff24c802f5)
* Fix typoVolker Lendecke2008-07-021-2/+2
| | | | (This used to be commit fe58926283b51910d8587e32bb11aa681b9a27d3)
* Make idmap_init() staticVolker Lendecke2008-07-022-2/+1
| | | | | | | This is called only from idmap_alloc_init, which feels kindof weird. Digging deeper in the code... (This used to be commit c8d1bbfddce41cd6bf37dd0a622ef3437a24b492)
* Fix two memory leaks in an error path in idmap.cVolker Lendecke2008-07-021-0/+2
| | | | (This used to be commit 7cec389e19323e99b6b6258e539be9d1fd65810f)
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-015-1/+46
| | | | | | | | | smbcontrol winbindd debug level would only set the debug level of the parent winbindd process and not the child processes. This patch adds the functionality of broadcasting the debug message to all winbindd children. Now the debug level message is propagated to all the winbindd processes that includes parent and children. (This used to be commit cfbcfc3ffe74f28ec874a6bf1ab93f55f405b6e6)
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-011-1/+1
| | | | | | the loop never terminates. Jeremy. (This used to be commit 80e547665d104a6db376ff4c48bcc01dfd3513ee)