summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam2008-07-141-47/+48
| * build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam2008-07-141-21/+21
| * Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison2008-07-141-3/+6
* | Static libsmbclient library needs to include all objectsDerrell Lipman2008-07-161-2/+2
* | Fix typos.Derrell Lipman2008-07-162-2/+2
|/
* Fix typo.Karolin Seeger2008-07-143-3/+3
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-121-15/+15
* Remove one nested level by reversing if conditionSimo Sorce2008-07-121-58/+54
* Add back mem leak fixesSimo Sorce2008-07-121-0/+2
* Make again idmap_init staticSimo Sorce2008-07-122-2/+1
* Remove an unused extern reference in vfs_aixacl2.cVolker Lendecke2008-07-121-2/+0
* Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke2008-07-111-2/+0
* Revert "Make idmap_init() static"Volker Lendecke2008-07-112-1/+2
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+2
* Revert "Fix a debug msg, this was probably a leftover from gencache"Volker Lendecke2008-07-111-4/+2
* Revert "Fix indentation"Volker Lendecke2008-07-111-14/+14
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-13/+15
* Revert "fix typos"Volker Lendecke2008-07-111-4/+2
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-118-69/+70
* Revert "Tiny logic simplification: Remove an unnecessary else branch"Volker Lendecke2008-07-111-8/+8
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+1
* Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke2008-07-111-16/+11
* Revert "Don't scream, better explain a bit in comments"Volker Lendecke2008-07-111-8/+10
* Revert "Fix indentation"Volker Lendecke2008-07-111-1/+1
* Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke2008-07-115-8/+14
* Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2008-07-112-17/+11
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-113-2/+37
* Revert "Remove an unused variable"Volker Lendecke2008-07-111-0/+1
* Revert "Simplify idmap_cache_build_[s]idkey a bit"Volker Lendecke2008-07-111-33/+36
* Revert "Simplify idmap_cache_set() a bit"Volker Lendecke2008-07-111-3/+8
* Revert "IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it"Volker Lendecke2008-07-111-0/+1
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-114-132/+399
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-114-38/+98
* Revert "Tiny logic simplification -- remove an else branch"Volker Lendecke2008-07-111-20/+22
* build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam2008-07-111-1/+1
* build: fix build of libaddns shared lib. symbols file was missing.Michael Adam2008-07-111-0/+5
* Fix the build of nfs4_acls.cVolker Lendecke2008-07-111-1/+2
* Add XATTR_NTACL_NAME constant.Jeremy Allison2008-07-102-0/+3
* Fix realpath() check so that it doesn't generate a core() when it fails.Zach Loafman2008-07-101-2/+10
* Fix some memleaks regarding trustdom passwordsVolker Lendecke2008-07-101-3/+15
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-102-1/+5
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-101-1/+3
* build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...Michael Adam2008-07-101-16/+10
* build: create a new uninstalllibs target and use it in "make uninstall"Michael Adam2008-07-101-1/+8
* build: distribute the libs target over the library-specific sections.Michael Adam2008-07-101-2/+7
* build: use the libs target instead of the LIBRARIES variable as dependecy for...Michael Adam2008-07-101-1/+1
* build: distribute the cleanlibs target over the library-specific sections.Michael Adam2008-07-101-7/+8
* build: introduce a installibs target and use it in "make install"Michael Adam2008-07-101-4/+8
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-101-1/+1