summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr/dcesrv_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett1-0/+9
2007-10-10r2675: added a convenience functionAndrew Tridgell1-47/+11
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-2/+2
2007-10-10r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter1-37/+37
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell1-127/+60
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-4/+4
2007-10-10r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher1-13/+13
2007-10-10r1235: as the pidl code init all output data.Stefan Metzmacher1-1/+1
2007-10-10r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett1-12/+12
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-37/+37
2007-10-10r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher1-0/+2
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-1/+17
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-2/+58
2007-10-10r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,Andrew Tridgell1-5/+4
2007-10-10r897: - user/group creation needs to create unique names across both theAndrew Tridgell1-2/+79
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-6/+6
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+2
2007-10-10r839: password set/change in the samr server is complex enough that itAndrew Tridgell1-307/+7
2007-10-10r812: added a new samdb_replace() call that simplifies the code in the main s...Andrew Tridgell1-30/+8
2007-10-10r796: fixed samr_OemChangePasswordUser2() to replace attributes, not addAndrew Tridgell1-1/+6
2007-10-10r793: - don't make templates members of any class that would make them showAndrew Tridgell1-32/+228
2007-10-10r789: we return wrong number of entriesSimo Sorce1-1/+1
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-1/+3
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-22/+55
2007-10-10r626: make the code a bit more readableStefan Metzmacher1-151/+151
2007-10-10r625: - handle passwords longer than length 14 (thanks to abartlet for point...Andrew Tridgell1-3/+6
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-11/+62
2007-10-10r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo,Volker Lendecke1-50/+238
2007-10-10r608: - a couple of very minor fixes to the CreateGroup codeAndrew Tridgell1-6/+20
2007-10-10r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2.Volker Lendecke1-12/+132
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-14/+210
2007-10-10r595: nicer handling on max_size multiplierAndrew Tridgell1-2/+3
2007-10-10r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell1-9/+222
2007-10-10r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell1-56/+354
2007-10-10r514: added a context pointer to the samdb interface, as suggested byAndrew Tridgell1-9/+76
2007-10-10r510: converted the samdb code to give ldb a talloc context rather than letti...Andrew Tridgell1-18/+55
2007-10-10r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side callsAndrew Tridgell1-4/+95
2007-10-10r465: we need common.h in two more rpc server pipesAndrew Tridgell1-0/+1
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell1-103/+74
2007-10-10r458: this is the (very primitive) beginnings of a SAMR server forAndrew Tridgell1-0/+933