Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo, | Volker Lendecke | 3 | -50/+243 |
2007-10-10 | r614: Clean out the POSIX assumptions from the Samba4 auth subsystem. | Andrew Bartlett | 5 | -257/+2 |
2007-10-10 | r613: Fix the RPC-SAMR torture test, for my session_key changes. | Andrew Bartlett | 1 | -16/+18 |
2007-10-10 | r612: fixed a timezone call typo noticed by abartlet | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r611: Fix breakage from my last commit: | Andrew Bartlett | 2 | -10/+10 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 17 | -141/+778 |
2007-10-10 | r609: allow ldbedit to take a list of attributes to edit, just like | Andrew Tridgell | 1 | -2/+9 |
2007-10-10 | r608: - a couple of very minor fixes to the CreateGroup code | Andrew Tridgell | 2 | -11/+49 |
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 | r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2. | Volker Lendecke | 3 | -12/+146 |
2007-10-10 | r604: Better dumping of in,out,ref properties. | Tim Potter | 1 | -0/+12 |
2007-10-10 | r602: Autogenerated packet-dcerpc-samr.c now compiles! | Tim Potter | 2 | -8/+148 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 6 | -55/+400 |
2007-10-10 | r600: Get rid of trailing whitespace which freaks out emacs' fontification. | Tim Potter | 1 | -6/+6 |
2007-10-10 | r597: Start generating parser code - only supports uint16, uint32 and policy | Tim Potter | 1 | -229/+61 |
2007-10-10 | r596: log all ldb searches at level 4 in samdb | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r595: nicer handling on max_size multiplier | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r594: - make sure all users in the domain have the same base sid! | Andrew Tridgell | 1 | -2/+11 |
2007-10-10 | r593: add a constant for the records size multiplier for max_size in samr_Enu... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this) | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r589: Fix IDL dump module so --dump and --diff options to pidl.pl work | Tim Potter | 1 | -23/+62 |
2007-10-10 | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 4 | -10/+293 |
2007-10-10 | r586: removed --clientfns from build_idl.sh (tim removed that code from pidl) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r583: fixed two bugs in the handling of index entry deletion | Andrew Tridgell | 2 | -8/+13 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 2 | -17/+29 |
2007-10-10 | r578: initial server side implementation of samr_CreateUser(), | Andrew Tridgell | 5 | -102/+666 |
2007-10-10 | r577: extended the LookupNames test to check for correct handling of unmapped... | Andrew Tridgell | 1 | -5/+21 |
2007-10-10 | r576: added a ldap_timestring() function (needed for fields like whenChanged ... | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r575: moved the SID_NAME_USE enum into samr.idl | Andrew Tridgell | 2 | -13/+14 |
2007-10-10 | r574: - another attempt at const cleanliness in ldb | Andrew Tridgell | 13 | -37/+111 |
2007-10-10 | r550: Remove clientfns.pm module - it was a bad idea. | Tim Potter | 3 | -137/+2 |
2007-10-10 | r549: added support for DOS error codes in NTSTATUS returns. This uses a | Andrew Tridgell | 3 | -2/+25 |
2007-10-10 | r514: added a context pointer to the samdb interface, as suggested by | Andrew Tridgell | 2 | -43/+138 |
2007-10-10 | r513: added a generic ldb debug system to allow the Samba debug functions to | Andrew Tridgell | 14 | -10/+171 |
2007-10-10 | r511: fix some const handling | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r510: converted the samdb code to give ldb a talloc context rather than letti... | Andrew Tridgell | 2 | -37/+86 |
2007-10-10 | r509: fixed a memory handling bug that affects ldb with memory pools that | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r508: fixed a place where we used free() on memory from a talloc(). The new | Andrew Tridgell | 1 | -2/+1 |
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 | r506: got rid of unused function secrets_get_trusted_domains() | Andrew Tridgell | 1 | -132/+0 |
2007-10-10 | r504: fixed a bad call to list_union() | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r503: we don't need to include ldb_parse.h any more | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 25 | -492/+693 |
2007-10-10 | r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff) | Stefan Metzmacher | 1 | -4/+4 |
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 | r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f... | Andrew Tridgell | 1 | -6/+13 |
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 |