summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2-263/+1
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell5-1528/+1
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij12-168/+213
2007-10-10r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij1-1/+1
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-70/+0
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...Simo Sorce1-3/+44
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell12-39/+80
2007-10-10r791: added ldb man page build to ldb makefileAndrew Tridgell1-2/+5
2007-10-10r790: started working on some documentation (manual pages) for ldbAndrew Tridgell3-0/+309
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-6/+5
2007-10-10r734: Fix crash bugJelmer Vernooij1-3/+8
2007-10-10r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher7-62/+140
2007-10-10r715: Finish the ldb conversion for the auth_sam module.Andrew Bartlett1-1/+2
2007-10-10r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2-16/+24
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher1-1/+1
2007-10-10r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher1-1/+4
2007-10-10r693: Make staticJelmer Vernooij1-2/+2
2007-10-10r692: Add libwinregistryJelmer Vernooij1-0/+5
2007-10-10r690: - ignore source/tagsStefan Metzmacher2-0/+17
2007-10-10r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()Jelmer Vernooij1-9/+16
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett3-387/+81
2007-10-10r681: don't init r.out.result.vStefan Metzmacher1-1/+0
2007-10-10r673: disable registry_gconf for nowStefan Metzmacher1-1/+2
2007-10-10r672: disable gregedit for nowStefan Metzmacher1-1/+2
2007-10-10r668: fix the buildStefan Metzmacher1-1/+1
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