summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell2007-10-101-2/+9
* r607: When our code is looking for an 'empty' data blobAndrew Bartlett2007-10-101-0/+1
* r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell2007-10-103-0/+6
* r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell2007-10-102-22/+40
* r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell2007-10-101-0/+18
* r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2007-10-102-8/+13
* r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell2007-10-101-0/+19
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-1013-37/+111
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-1013-10/+154
* r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell2007-10-101-1/+6
* r507: the new ldb code will use talloc_free() a lot, so I have madeAndrew Tridgell2007-10-101-137/+151
* r504: fixed a bad call to list_union()Andrew Tridgell2007-10-101-2/+3
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-1025-492/+693
* r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2007-10-1013-41/+222
* r476: i forgot the argument to get_time_zone()Andrew Tridgell2007-10-101-1/+1
* r468: fixed timegm() on broken systemsAndrew Tridgell2007-10-101-1/+5
* r467: hopefully get the buildfarm compiling fine now...Stefan Metzmacher2007-10-105-10/+13
* r463: build ldb with debugging when standaloneAndrew Tridgell2007-10-101-1/+1
* r462: added an explanation about the rather complex ltdb_key() functionAndrew Tridgell2007-10-101-0/+9
* r456: - added -i option to ldbsearchAndrew Tridgell2007-10-107-49/+75
* r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell2007-10-102-6/+10
* r453: added a comment about indexing on objectclassAndrew Tridgell2007-10-101-1/+4
* r452: move from first-fit to best-fit in tdb record allocation. For aAndrew Tridgell2007-10-101-48/+97
* r444: - added the beginnings of a ldb test suite and benchmarkAndrew Tridgell2007-10-108-11/+266
* r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell2007-10-103-4/+3
* r437: fixed handling of a corner case with multi-valued indexingAndrew Tridgell2007-10-102-0/+14
* r436: fixed indexing of objectclass with subclassesAndrew Tridgell2007-10-101-1/+64
* r435: a major upgrade for ldbAndrew Tridgell2007-10-1018-142/+904
* r425: add some comments to ugly code partsStefan Metzmacher2007-10-102-1/+2
* r387: more C++ friendly changesAndrew Tridgell2007-10-103-31/+31
* r382: More C++ friendliness fixes.Tim Potter2007-10-105-13/+13
* r381: make the code more C++ friendlyAndrew Tridgell2007-10-106-21/+21
* r380: make sure that ldbedit -a works with all tdb and LDAP backendsAndrew Tridgell2007-10-101-1/+1
* r373: use a much larger default tdb hash size in ldbAndrew Tridgell2007-10-101-1/+2
* r355: Fix a bunch of compiler warnings in the registry code.Tim Potter2007-10-107-36/+31
* r344: fixed deletion of index recordsAndrew Tridgell2007-10-101-1/+1
* r343: added automatic reindexing of the database when the index list changesAndrew Tridgell2007-10-102-0/+78
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-101-0/+10
* r323: added rough password quality checking in generate_random_str(), so we g...Andrew Tridgell2007-10-101-2/+31
* r274: Be somewhat more POSIX compatibleJelmer Vernooij2007-10-101-9/+19
* r218: added a comment regarding the %c strftime() warningAndrew Tridgell2007-10-101-0/+4
* r200: fix compile errorsHerb Lewis2007-10-102-4/+7
* r199: More registry rpc updatesJelmer Vernooij2007-10-101-12/+31
* r194: fixed compile with ldapAndrew Tridgell2007-10-101-2/+2
* r190: More RPC updatesJelmer Vernooij2007-10-102-1/+54
* r187: RPC registry backend fixesJelmer Vernooij2007-10-104-30/+127
* r183: More bugfixesJelmer Vernooij2007-10-102-28/+21
* r182: Fix a couple of segfaultsJelmer Vernooij2007-10-104-2/+12
* r181: Parsing windows '95 registry files now works (including values)Jelmer Vernooij2007-10-102-45/+188
* r174: Win95 registry files (like USER.DAT) can now be partially parsedJelmer Vernooij2007-10-103-45/+100