r11289: Fix comment.
[bbaumbach/samba-autobuild/.git] / source4 / rpc_server / dcerpc_server.c
2007-10-10 Jelmer Vernooijr10580: More generic approach for adding endpoints
2007-10-10 Stefan Metzmacherr10078: - add a 'struct data_blob_list_item'
2007-10-10 Andrew Tridgellr9384: added a debug to show the dcerpc fault code...
2007-10-10 Jelmer Vernooijr8811: Fix the build..
2007-10-10 Stefan Metzmacherr8036: revert rev 8023/8024 as they have a bugs.
2007-10-10 Stefan Metzmacherr8023: use a pointer to a DATA_BLOB for each reply,
2007-10-10 Stefan Metzmacherr8021: we only need to return STATUS_BUFFER_OVERFLOW...
2007-10-10 Andrew Tridgellr8006: I have seen w2k3 send multiple encoding syntaxes...
2007-10-10 Andrew Tridgellr7927: fixed an error on partial socket writes in the...
2007-10-10 Andrew Tridgellr7800: added the same request serialisation logic to...
2007-10-10 Andrew Tridgellr7755: fixed an uninitialised event_ctx found by abartlet
2007-10-10 Jelmer Vernooijr7313: Prefix a few functions with ncacn_ rather then...
2007-10-10 Jelmer Vernooijr7312: Add IDL for ncadg packets.
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Andrew Bartlettr6714: We can only ask GENSEC questions if we are authe...
2007-10-10 Stefan Metzmacherr6705: let the gensec module decide if messages can...
2007-10-10 Andrew Bartlettr6526: Rename this RPC fault. Everybody else calls...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Andrew Tridgellr4712: slight tidy up in alter_context server
2007-10-10 Stefan Metzmacherr4690: - add support for async rpc server replies
2007-10-10 Andrew Tridgellr4642: added support for alter_context in the server...
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4618: - tidied up the alter_context client code a bit
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Stefan Metzmacherr4359: using talloc_free() of a child struct in a tallo...
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Stefan Metzmacherr4288: don't use struct dcerpc_interface_table anymore...
2007-10-10 Andrew Tridgellr4161: two more fixes for NT4 clients. Bugs found by...
2007-10-10 Stefan Metzmacherr4082: support alter_context requests
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3968: fix compiler warnings
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3630: More work on DCOM server side
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3497: removed some include cruft, and split out librpc...
2007-10-10 Andrew Tridgellr3468: split out dcerpc_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3323: more warning reductions
2007-10-10 Andrew Tridgellr3320: fixed bugs in the rpc_server code in handling...
2007-10-10 Jelmer Vernooijr3167: Add a member 'endpoint' to the dcerpc_binding...
2007-10-10 Jelmer Vernooijr3165: Support local connections in Gtk+ tools
2007-10-10 Jelmer Vernooijr3163: Add server side support for ncalrpc: and ncacn_u...
2007-10-10 Jelmer Vernooijr3118: Eliminate struct dcesrv_ep_description and repla...
2007-10-10 Jelmer Vernooijr3114: - More work on merging the various structs that...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2673: in the rpc server, free up the old call when...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2627: use the new talloc capabilities in a bunch more...
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Andrew Tridgellr2301: add a server side warning when we receive more...
2007-10-10 Andrew Bartlettr2290: Fix 'lsakey' for the server-side, it is static for
2007-10-10 Andrew Tridgellr2280: fixed the session key choice for ncacn_np and...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr2050: fixed a case where code assumed you could Reallo...
2007-10-10 Andrew Tridgellr2038: get rid of the optimisation in the dcerpc server...
2007-10-10 Andrew Bartlettr1993: Allow WinXP domain logon to progress a bit furth...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Stefan Metzmacherr1843: return DCERPC_FAULT_LOGON_FAILURE when the auth...
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Stefan Metzmacherr1513: change DEBUG level to 1
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Tim Potterr1204: decrpc -> dcerpc
2007-10-10 Andrew Tridgellr1165: fixed handling of SMBtrans replies that should...
2007-10-10 Andrew Tridgellr1136: - added IDL for netr_LogonGetDomainInfo()
2007-10-10 Stefan Metzmacherr1078: the dxesrv_crypto_* implementations should now...
2007-10-10 Andrew Tridgellr1057: added rpc packet logging for packets that genera...
2007-10-10 Stefan Metzmacherr1004: continue tridge's work on dcerpc server auth...
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Andrew Tridgellr918: - dcerpc endpoint name are case insensitive
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Stefan Metzmacherr649: return unknown interface when the client not yet
2007-10-10 Andrew Tridgellr623: setUserInfo level 24 (password set) now works...
2007-10-10 Andrew Tridgellr464: a big improvement to the API for writing server...
2007-10-10 Andrew Tridgellr445: fixed the bind_nak code
2007-10-10 Andrew Tridgellr67: added a destroy hook in the policy handle -> wire...
2004-02-02 Stefan Metzmachersome DEBUG and comment fixes
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-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
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...
next