r851: convert lib/registry/ to a config.mk file
[samba.git] / source4 / rpc_server /
2007-10-10 Stefan Metzmacherr846: convert DCESRV subsystem to a config.mk file
2007-10-10 Andrew Tridgellr839: password set/change in the samr server is complex...
2007-10-10 Andrew Bartlettr816: - Make use of tridge's new samdb_result_sid_pref...
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 Stefan Metzmacherr758: just move the util file to the additional object...
2007-10-10 Andrew Bartlettr754: Implement the SetPassword operation on the netlog...
2007-10-10 Andrew Bartlettr745: Move netr_ServerPasswordSet up with the other...
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Stefan Metzmacherr649: return unknown interface when the client not yet
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 Tridgellr596: log all ldb searches at level 4 in samdb
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 Tridgellr513: added a generic ldb debug system to allow the...
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...
2007-10-10 Andrew Tridgellr445: fixed the bind_nak code
2007-10-10 Andrew Tridgellr441: added an example of how to use the remote rpc...
2007-10-10 Stefan Metzmacherr424: let this code compile on every machine hopefully
2007-10-10 Andrew Tridgellr374: allow for a policy_handle fetch using a handle...
2007-10-10 Tim Potterr355: Fix a bunch of compiler warnings in the registry...
2007-10-10 Stefan Metzmacherr286: use talloc_array_p() instead of talloc()
2007-10-10 Stefan Metzmacherr138: fix typo
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2007-10-10 Stefan Metzmacherr127: NetWkstaGetInfo level 101
2007-10-10 Stefan Metzmacherr126: - add first srvsvc and wkssvc server side stuff
2007-10-10 Andrew Tridgellr67: added a destroy hook in the policy handle -> wire...
2007-10-10 Jelmer Vernooijr62: Fix the build
2007-10-10 Jelmer Vernooijr61: - Implement first call in the winreg rpc server
2007-10-10 Gerald Carterr42: importing .cvsignore files
2007-10-10 Jelmer Vernooijr31: More registry updates. regdiff/regpatch work now.
2007-10-10 Jelmer Vernooijr20: Add the registry library. Still needs a lot of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Sync tree with SVN r17.
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2004-02-02 Stefan Metzmacherconst fixes
2004-02-02 Stefan Metzmacher- we now specify the object files in the subsystems...
2004-02-02 Stefan Metzmachersome DEBUG and comment fixes
2004-02-01 Stefan MetzmacherMakefile.in cleanups:
2004-01-28 Stefan Metzmacher- remove all STFS related stuff
2004-01-20 Andrew Tridgelldcerpc server output now copes with the client blocking...
2004-01-20 Andrew Tridgellavoid a copy of the data being input to the dcerpc...
2004-01-09 Andrew Tridgellfixed the rpc epmapper server. This fixes rpc over...
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-19 Andrew Tridgelladded a bunch of alias functions in samr.idl based...
2003-12-17 Andrew Tridgelladded a smb.conf flag "rpc big endian" that tells our...
2003-12-16 Andrew Tridgellit turns out that a wire policy handle isn't a blob...
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-15 Andrew Tridgellzero length echo is not an error
2003-12-15 Andrew Tridgellfixed the transfer syntax in the dcerpc bind reply
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-14 Andrew Tridgellfixed fragmented signed connections to our rpc server...
2003-12-14 Andrew Tridgellntlmssp over rpc over tcp now fully works
2003-12-14 Andrew Tridgellfixed some memory leaks in the rpc server code
2003-12-14 Andrew Tridgellfixed a bug handling multiple PDUs being read from...
2003-12-13 Andrew Tridgellcompleted the linkage between the endpoint mapper and...
2003-12-13 Andrew Tridgellmake the IO in the dcerpc over TCP server completely...
2003-12-13 Andrew Tridgelldcerpc over tcp in the samba4 server now works to some...
2003-12-13 Andrew Tridgellrpcdump.exe now works fine against a Samba4 server
2003-12-13 Andrew Tridgelladded the epm_Map() call.
2003-12-13 Andrew Tridgelladded a basic dcerpc endpoint mapper to Samba4. Current...
2003-12-12 Andrew Tridgellafter chatting with jeremy I decided to use a separate...
2003-12-12 Andrew Tridgelladded support for sending bind_nak replies in the rpc...
2003-12-12 Andrew Tridgelladded the echo pipe test calls
2003-12-12 Andrew Tridgellwe now support pdu fragmentation on both input and...
2003-12-12 Andrew Tridgelladded handling of fragmented requests in the rpc server
2003-12-12 Andrew Tridgellhandle the auto-allocation of [ref] output arrays in...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-12-10 Andrew Tridgellinitial rpc server side infrastructure
2003-11-13 Andrew Tridgellremoved some obsolete .cvsignore files
2003-11-13 Andrew Tridgellremoved a bunch of the old rpc code in preparation...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code