r3428: switched to using minimal includes for the auto-generated RPC code.
[samba.git] / source / rpc_server / samr / dcesrv_samr.c
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr3080: Make the Samba4 SAMR server pass the new, nasty...
2007-10-10 Andrew Bartlettr3077: Add initial handling of Account Flags in SAMR...
2007-10-10 Andrew Tridgellr2675: added a convenience function
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Tim Potterr2458: Rename policy handle parameters for the SAMR...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr2051: switched the samdb over to using the new destruc...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Stefan Metzmacherr1335: NT_STATUS_INTERNAL_DB_CORRUPTION
2007-10-10 Stefan Metzmacherr1235: as the pidl code init all output data.
2007-10-10 Andrew Bartlettr1028: More consistancy fixes, which should also fix...
2007-10-10 Andrew Bartlettr1025: Rename (across the samr and netlogon pipes,...
2007-10-10 Stefan Metzmacherr1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Andrew Tridgellr901: w2k3 completely ignores the domain name argument...
2007-10-10 Andrew Tridgellr897: - user/group creation needs to create unique...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr839: password set/change in the samr server is complex...
2007-10-10 Andrew Tridgellr812: added a new samdb_replace() call that simplifies...
2007-10-10 Andrew Tridgellr796: fixed samr_OemChangePasswordUser2() to replace...
2007-10-10 Andrew Tridgellr793: - don't make templates members of any class...
2007-10-10 Simo Sorcer789: we return wrong number of entries
2007-10-10 Andrew Bartlettr754: Implement the SetPassword operation on the netlog...
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Stefan Metzmacherr626: make the code a bit more readable
2007-10-10 Andrew Tridgellr625: - handle passwords longer than length 14 (thanks...
2007-10-10 Andrew Tridgellr623: setUserInfo level 24 (password set) now works...
2007-10-10 Volker Lendecker615: Implement samr_OpenGroup, samr_QueryGroupInfo...
2007-10-10 Andrew Tridgellr608: - a couple of very minor fixes to the CreateGroup...
2007-10-10 Volker Lendecker605: Implement CreateDomainGroup, essentially cut...
2007-10-10 Andrew Tridgellr601: added the server code for all the samr_SetUserInf...
2007-10-10 Andrew Tridgellr595: nicer handling on max_size multiplier
2007-10-10 Andrew Tridgellr587: added server code for samr_EnumDomainUsers, and...
2007-10-10 Andrew Tridgellr578: initial server side implementation of samr_Create...
2007-10-10 Andrew Tridgellr514: added a context pointer to the samdb interface...
2007-10-10 Andrew Tridgellr510: converted the samdb code to give ldb a talloc...
2007-10-10 Andrew Tridgellr466: implemented samr_OpenDomain() and samr_GetDomPwIn...
2007-10-10 Andrew Tridgellr465: we need common.h in two more rpc server pipes
2007-10-10 Andrew Tridgellr464: a big improvement to the API for writing server...
2007-10-10 Andrew Tridgellr458: this is the (very primitive) beginnings of a...