Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r692: Add libwinregistry | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r690: - ignore source/tags | Stefan Metzmacher | 2 | -0/+17 |
2007-10-10 | r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG() | Jelmer Vernooij | 1 | -9/+16 |
2007-10-10 | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 3 | -387/+81 |
2007-10-10 | r681: don't init r.out.result.v | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r673: disable registry_gconf for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r672: disable gregedit for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r668: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 20 | -121/+189 |
2007-10-10 | r655: Fix if() logic | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r623: setUserInfo level 24 (password set) now works in the SAMR server. This ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r609: allow ldbedit to take a list of attributes to edit, just like | Andrew Tridgell | 1 | -2/+9 |
2007-10-10 | r607: When our code is looking for an 'empty' data blob | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows... | Andrew Tridgell | 3 | -0/+6 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 2 | -22/+40 |
2007-10-10 | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 1 | -0/+18 |
2007-10-10 | r583: fixed two bugs in the handling of index entry deletion | Andrew Tridgell | 2 | -8/+13 |
2007-10-10 | r576: added a ldap_timestring() function (needed for fields like whenChanged ... | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r574: - another attempt at const cleanliness in ldb | Andrew Tridgell | 13 | -37/+111 |
2007-10-10 | r513: added a generic ldb debug system to allow the Samba debug functions to | Andrew Tridgell | 13 | -10/+154 |
2007-10-10 | r509: fixed a memory handling bug that affects ldb with memory pools that | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r507: the new ldb code will use talloc_free() a lot, so I have made | Andrew Tridgell | 1 | -137/+151 |
2007-10-10 | r504: fixed a bad call to list_union() | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 25 | -492/+693 |
2007-10-10 | r490: - expanded the test suite to test modify and delete operations | Andrew Tridgell | 13 | -41/+222 |
2007-10-10 | r476: i forgot the argument to get_time_zone() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r468: fixed timegm() on broken systems | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r467: hopefully get the buildfarm compiling fine now... | Stefan Metzmacher | 5 | -10/+13 |
2007-10-10 | r463: build ldb with debugging when standalone | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r462: added an explanation about the rather complex ltdb_key() function | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r456: - added -i option to ldbsearch | Andrew Tridgell | 7 | -49/+75 |
2007-10-10 | r454: allow a non-URL form of a filename to be used in ldb_connect(). This | Andrew Tridgell | 2 | -6/+10 |
2007-10-10 | r453: added a comment about indexing on objectclass | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r452: move from first-fit to best-fit in tdb record allocation. For a | Andrew Tridgell | 1 | -48/+97 |
2007-10-10 | r444: - added the beginnings of a ldb test suite and benchmark | Andrew Tridgell | 8 | -11/+266 |
2007-10-10 | r442: fixed some uninitialised variables pointed out by gcc -O3 | Andrew Tridgell | 3 | -4/+3 |
2007-10-10 | r437: fixed handling of a corner case with multi-valued indexing | Andrew Tridgell | 2 | -0/+14 |
2007-10-10 | r436: fixed indexing of objectclass with subclasses | Andrew Tridgell | 1 | -1/+64 |
2007-10-10 | r435: a major upgrade for ldb | Andrew Tridgell | 18 | -142/+904 |
2007-10-10 | r425: add some comments to ugly code parts | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r387: more C++ friendly changes | Andrew Tridgell | 3 | -31/+31 |
2007-10-10 | r382: More C++ friendliness fixes. | Tim Potter | 5 | -13/+13 |
2007-10-10 | r381: make the code more C++ friendly | Andrew Tridgell | 6 | -21/+21 |
2007-10-10 | r380: make sure that ldbedit -a works with all tdb and LDAP backends | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r373: use a much larger default tdb hash size in ldb | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r355: Fix a bunch of compiler warnings in the registry code. | Tim Potter | 7 | -36/+31 |
2007-10-10 | r344: fixed deletion of index records | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r343: added automatic reindexing of the database when the index list changes | Andrew Tridgell | 2 | -0/+78 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r323: added rough password quality checking in generate_random_str(), so we g... | Andrew Tridgell | 1 | -2/+31 |