summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r608: - a couple of very minor fixes to the CreateGroup codeAndrew Tridgell2007-10-102-11/+49
* 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
* r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2.Volker Lendecke2007-10-103-12/+146
* r604: Better dumping of in,out,ref properties.Tim Potter2007-10-101-0/+12
* r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter2007-10-102-8/+148
* r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell2007-10-106-55/+400
* r600: Get rid of trailing whitespace which freaks out emacs' fontification.Tim Potter2007-10-101-6/+6
* r597: Start generating parser code - only supports uint16, uint32 and policyTim Potter2007-10-101-229/+61
* r596: log all ldb searches at level 4 in samdbAndrew Tridgell2007-10-101-0/+2
* r595: nicer handling on max_size multiplierAndrew Tridgell2007-10-101-2/+3
* r594: - make sure all users in the domain have the same base sid!Andrew Tridgell2007-10-101-2/+11
* r593: add a constant for the records size multiplier for max_size in samr_Enu...Andrew Tridgell2007-10-101-0/+2
* r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)Andrew Tridgell2007-10-101-2/+0
* r589: Fix IDL dump module so --dump and --diff options to pidl.pl workTim Potter2007-10-101-23/+62
* r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell2007-10-104-10/+293
* r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)Andrew Tridgell2007-10-101-1/+1
* r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2007-10-102-8/+13
* r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell2007-10-102-17/+29
* r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell2007-10-105-102/+666
* r577: extended the LookupNames test to check for correct handling of unmapped...Andrew Tridgell2007-10-101-5/+21
* r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell2007-10-101-0/+19
* r575: moved the SID_NAME_USE enum into samr.idlAndrew Tridgell2007-10-102-13/+14
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-1013-37/+111
* r550: Remove clientfns.pm module - it was a bad idea.Tim Potter2007-10-103-137/+2
* r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell2007-10-103-2/+25
* r514: added a context pointer to the samdb interface, as suggested byAndrew Tridgell2007-10-102-43/+138
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-1014-10/+171
* r511: fix some const handlingAndrew Tridgell2007-10-101-3/+3
* r510: converted the samdb code to give ldb a talloc context rather than letti...Andrew Tridgell2007-10-102-37/+86
* r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell2007-10-101-1/+6
* r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell2007-10-101-2/+1
* r507: the new ldb code will use talloc_free() a lot, so I have madeAndrew Tridgell2007-10-101-137/+151
* r506: got rid of unused function secrets_get_trusted_domains()Andrew Tridgell2007-10-101-132/+0
* r504: fixed a bad call to list_union()Andrew Tridgell2007-10-101-2/+3
* r503: we don't need to include ldb_parse.h any moreAndrew Tridgell2007-10-101-1/+0
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-1025-492/+693
* r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff)Stefan Metzmacher2007-10-101-4/+4
* 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
* r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...Andrew Tridgell2007-10-101-6/+13
* 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
* r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side callsAndrew Tridgell2007-10-102-10/+116
* r465: we need common.h in two more rpc server pipesAndrew Tridgell2007-10-102-0/+2
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-1011-594/+521
* 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
* r459: added an initial provision.ldif - this is temporary, and needs to beAndrew Tridgell2007-10-101-0/+734
* r458: this is the (very primitive) beginnings of a SAMR server forAndrew Tridgell2007-10-105-1/+1235