summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-112-2/+2
* 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
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-07-101-2/+1
|\
| * docs: fix the specified default of "password server" - it is *, not "".Michael Adam2008-07-101-2/+1
* | 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
* docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam2008-07-101-1/+3
* docs: fix VERSION section in the net(8) manpage.Michael Adam2008-07-101-1/+1
* docs: update the section about net conf in the net(8) manpage.Michael Adam2008-07-101-1/+41
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-101-1/+1
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1
* Add in the IDL to store a NT Security descriptor inJeremy Allison2008-07-094-0/+276
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-091-19/+20
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* registry: fix logic in deleting subkeys record in regdb_fetch_keys().Michael Adam2008-07-091-2/+6
* registry: improve logic for deleting value records in regdb_store_keys().Michael Adam2008-07-091-2/+9
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-082-4/+4
|\
| * Minor style correctionZach Loafman2008-07-081-2/+2
| * testsuite: fix another expr typo in net registry test script.Michael Adam2008-07-091-1/+1
| * testsuite: fix expr typo in net registry testscript.Michael Adam2008-07-091-1/+1
* | [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-084-0/+53
|/
* registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.Michael Adam2008-07-081-9/+10
* build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam2008-07-081-1/+1
* build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam2008-07-081-22/+22
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-071-1/+2
* build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam2008-07-071-5/+7
* build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam2008-07-071-2/+2