summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell2-17/+29
2007-10-10r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell5-102/+666
2007-10-10r577: extended the LookupNames test to check for correct handling of unmapped...Andrew Tridgell1-5/+21
2007-10-10r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell1-0/+19
2007-10-10r575: moved the SID_NAME_USE enum into samr.idlAndrew Tridgell2-13/+14
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell13-37/+111
2007-10-10r550: Remove clientfns.pm module - it was a bad idea.Tim Potter3-137/+2
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell3-2/+25
2007-10-10r514: added a context pointer to the samdb interface, as suggested byAndrew Tridgell2-43/+138
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell14-10/+171
2007-10-10r511: fix some const handlingAndrew Tridgell1-3/+3
2007-10-10r510: converted the samdb code to give ldb a talloc context rather than letti...Andrew Tridgell2-37/+86
2007-10-10r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell1-1/+6
2007-10-10r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell1-2/+1
2007-10-10r507: the new ldb code will use talloc_free() a lot, so I have madeAndrew Tridgell1-137/+151
2007-10-10r506: got rid of unused function secrets_get_trusted_domains()Andrew Tridgell1-132/+0
2007-10-10r504: fixed a bad call to list_union()Andrew Tridgell1-2/+3
2007-10-10r503: we don't need to include ldb_parse.h any moreAndrew Tridgell1-1/+0
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell25-492/+693
2007-10-10r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff)Stefan Metzmacher1-4/+4
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-10r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...Andrew Tridgell1-6/+13
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-10r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side callsAndrew Tridgell2-10/+116
2007-10-10r465: we need common.h in two more rpc server pipesAndrew Tridgell2-0/+2
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell11-594/+521
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-10r459: added an initial provision.ldif - this is temporary, and needs to beAndrew Tridgell1-0/+734
2007-10-10r458: this is the (very primitive) beginnings of a SAMR server forAndrew Tridgell5-1/+1235
2007-10-10r457: added some more samr tests to help me work out the right error codesAndrew Tridgell1-1/+27
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-10r451: More NTLMSSP work.Andrew Bartlett3-90/+167
2007-10-10r448: Fix 'auth' in Samba4, by making 'auth methods' a normal smb.confAndrew Bartlett2-41/+2
2007-10-10r445: fixed the bind_nak codeAndrew Tridgell1-2/+7
2007-10-10r444: - added the beginnings of a ldb test suite and benchmarkAndrew Tridgell8-11/+266
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett17-742/+1048
2007-10-10r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell3-4/+3
2007-10-10r441: added an example of how to use the remote rpc interfaceAndrew Tridgell1-0/+7
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-10r432: fix the linking of the reg* toolsStefan Metzmacher1-15/+31
2007-10-10r425: add some comments to ugly code partsStefan Metzmacher2-1/+2