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