Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3804: Add more comparison tests in RPC-SAMSYNC. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r3788: give new accounts and groups a objectGUID | Stefan Metzmacher | 1 | -16/+27 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3724: Rename a number of structures, for better consistance between SAMR and | Andrew Bartlett | 1 | -150/+150 |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now that | Andrew Bartlett | 1 | -0/+14 |
2007-10-10 | r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25. | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r2675: added a convenience function | Andrew Tridgell | 1 | -47/+11 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 1 | -37/+37 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 1 | -127/+60 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r1335: NT_STATUS_INTERNAL_DB_CORRUPTION | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r1235: as the pidl code init all output data. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1028: More consistancy fixes, which should also fix the build. | Andrew Bartlett | 1 | -12/+12 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 1 | -37/+37 |
2007-10-10 | r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS! | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -1/+17 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 1 | -2/+58 |
2007-10-10 | r901: w2k3 completely ignores the domain name argument to GetDomPwInfo, | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r897: - user/group creation needs to create unique names across both the | Andrew Tridgell | 1 | -2/+79 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r839: password set/change in the samr server is complex enough that it | Andrew Tridgell | 1 | -307/+7 |
2007-10-10 | r812: added a new samdb_replace() call that simplifies the code in the main s... | Andrew Tridgell | 1 | -30/+8 |
2007-10-10 | r796: fixed samr_OemChangePasswordUser2() to replace attributes, not add | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r793: - don't make templates members of any class that would make them show | Andrew Tridgell | 1 | -32/+228 |
2007-10-10 | r789: we return wrong number of entries | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r754: Implement the SetPassword operation on the netlogon pipe. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -22/+55 |
2007-10-10 | r626: make the code a bit more readable | Stefan Metzmacher | 1 | -151/+151 |
2007-10-10 | r625: - handle passwords longer than length 14 (thanks to abartlet for point... | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r623: setUserInfo level 24 (password set) now works in the SAMR server. This ... | Andrew Tridgell | 1 | -11/+62 |
2007-10-10 | r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo, | Volker Lendecke | 1 | -50/+238 |
2007-10-10 | r608: - a couple of very minor fixes to the CreateGroup code | Andrew Tridgell | 1 | -6/+20 |
2007-10-10 | r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2. | Volker Lendecke | 1 | -12/+132 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 1 | -14/+210 |
2007-10-10 | r595: nicer handling on max_size multiplier | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 1 | -9/+222 |
2007-10-10 | r578: initial server side implementation of samr_CreateUser(), | Andrew Tridgell | 1 | -56/+354 |
2007-10-10 | r514: added a context pointer to the samdb interface, as suggested by | Andrew Tridgell | 1 | -9/+76 |
2007-10-10 | r510: converted the samdb code to give ldb a talloc context rather than letti... | Andrew Tridgell | 1 | -18/+55 |
2007-10-10 | r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side calls | Andrew Tridgell | 1 | -4/+95 |
2007-10-10 | r465: we need common.h in two more rpc server pipes | Andrew Tridgell | 1 | -0/+1 |