summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr/dcesrv_samr.c
AgeCommit message (Expand)AuthorFilesLines
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