summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Revert "Fix indentation"Volker Lendecke1-1/+1
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke5-8/+14
2008-07-11Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2-17/+11
2008-07-11Revert "Remove gencache_[un]lock_entry"Volker Lendecke3-2/+37
2008-07-11Revert "Remove an unused variable"Volker Lendecke1-0/+1
2008-07-11Revert "Simplify idmap_cache_build_[s]idkey a bit"Volker Lendecke1-33/+36
2008-07-11Revert "Simplify idmap_cache_set() a bit"Volker Lendecke1-3/+8
2008-07-11Revert "IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it"Volker Lendecke1-0/+1
2008-07-11Revert "Slightly increase the default idmap cache time"Volker Lendecke1-1/+1
2008-07-11Revert "Convert idmap_cache to gencache"Volker Lendecke4-132/+399
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke4-38/+98
2008-07-11Revert "Tiny logic simplification -- remove an else branch"Volker Lendecke1-20/+22
2008-07-11build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam1-1/+1
2008-07-11build: fix build of libaddns shared lib. symbols file was missing.Michael Adam1-0/+5
2008-07-11Fix the build of nfs4_acls.cVolker Lendecke1-1/+2
2008-07-10Add XATTR_NTACL_NAME constant.Jeremy Allison2-0/+3
2008-07-10Fix realpath() check so that it doesn't generate a core() when it fails.Zach Loafman1-2/+10
2008-07-10Fix some memleaks regarding trustdom passwordsVolker Lendecke1-3/+15
2008-07-10Fix some uninitialized variable references via ndr_printVolker Lendecke2-1/+5
2008-07-10Fix a segfault in base64_encode_data_blobVolker Lendecke1-1/+3
2008-07-10build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...Michael Adam1-16/+10
2008-07-10build: create a new uninstalllibs target and use it in "make uninstall"Michael Adam1-1/+8
2008-07-10build: distribute the libs target over the library-specific sections.Michael Adam1-2/+7
2008-07-10build: use the libs target instead of the LIBRARIES variable as dependecy for...Michael Adam1-1/+1
2008-07-10build: distribute the cleanlibs target over the library-specific sections.Michael Adam1-7/+8
2008-07-10build: introduce a installibs target and use it in "make install"Michael Adam1-4/+8
2008-07-10A brown paper bag bug fix for "net sam rights"Volker Lendecke1-1/+1
2008-07-10Give a nice error message if trying to join with a non-privileged userVolker Lendecke1-1/+1
2008-07-09Add in the IDL to store a NT Security descriptor inJeremy Allison4-0/+276
2008-07-09Fix alignment problems on sparc, bug 5512Volker Lendecke1-19/+20
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-09registry: fix logic in deleting subkeys record in regdb_fetch_keys().Michael Adam1-2/+6
2008-07-09registry: improve logic for deleting value records in regdb_store_keys().Michael Adam1-2/+9
2008-07-08Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2-4/+4
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman4-0/+53
2008-07-08Minor style correctionZach Loafman1-2/+2
2008-07-09testsuite: fix another expr typo in net registry test script.Michael Adam1-1/+1
2008-07-09testsuite: fix expr typo in net registry testscript.Michael Adam1-1/+1
2008-07-08registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.Michael Adam1-9/+10
2008-07-08build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam1-1/+1
2008-07-08build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam1-22/+22
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-07-07Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison1-1/+2
2008-07-07build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam1-5/+7
2008-07-07build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam1-2/+2
2008-07-07build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam1-3/+5
2008-07-07build: remove library-versions.in - it is not used any more.Michael Adam2-12/+1
2008-07-07build: set SONAME version of libraries from configure, not using library-vers...Michael Adam2-13/+22
2008-07-07build: extend SMB_LIBRARY() to take a version as an optional second argumentMichael Adam1-4/+7
2008-07-07build: combine the cleanlibfoo targets to one cleanlibs targetMichael Adam1-1/+9