r21835: fixed a rpc server bug where we failed to remove a call from one
[gd/samba/.git] / source4 / rpc_server / dcerpc_server.c
2007-10-10 Andrew Tridgellr21835: fixed a rpc server bug where we failed to remov...
2007-10-10 Stefan Metzmacherr21589: give an error when the assoc_group_id isn't 0
2007-10-10 Stefan Metzmacherr21515: add some more PFC_FLAGS from the DCERPC spec...
2007-10-10 Jelmer Vernooijr20830: merge mgmt work
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Bartlettr18779: Not simo's fault, this is actually a bug I...
2007-10-10 Andrew Bartlettr18365: When adding a new structure member, always...
2007-10-10 Andrew Bartlettr18363: Found a rather nasty bug in our fragment handling.
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17340: initialize elements od dcesrc_call_state in...
2007-10-10 Andrew Tridgellr15855: more talloc_set_destructor() typesafe fixes...
2007-10-10 Jelmer Vernooijr15777: Fix unresolved symbols in shared library build.
2007-10-10 Stefan Metzmacherr15772: pass the messaging context and server_id to...
2007-10-10 Jelmer Vernooijr15379: Fix shared library build's unresolved dependencies
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14735: Use dcerpc_syntax_id rather then seperate GUID...
2007-10-10 Andrew Bartlettr14715: Correct the definition of the DCE/RPC bind_nak...
2007-10-10 Stefan Metzmacherr14653: make sure we always have a valid session_info
2007-10-10 Jelmer Vernooijr14571: More improvements on shared library support...
2007-10-10 Jelmer Vernooijr14569: Make more functions public.
2007-10-10 Stefan Metzmacherr14486: remove the need of a stream_connection on a...
2007-10-10 Stefan Metzmacherr14096: setup a service task for smbsrv and dcesrv
2007-10-10 Jelmer Vernooijr14094: Use saner module directory names, fix loading...
2007-10-10 Stefan Metzmacherr13937: fix the build
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Stefan Metzmacherr13923: make the state_flags per dcesrv_connection
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Jelmer Vernooijr13210: Revert my named pipes patch until it passes...
2007-10-10 Jelmer Vernooijr13208: Clearly separate named pipes from the IPC$...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr12554: get rid of the pesky NTLMSSP warnings about...
2007-10-10 Jelmer Vernooijr12513: Similar change as my previous commit, but now...
2007-10-10 Jelmer Vernooijr12512: Use GUID structs in API functions everywhere...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
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...
next