r23792: convert Samba4 to GPLv3
[kai/samba.git] / source4 / rpc_server / dcerpc_sock.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr21911: Some more work on making the ncacn_np handling...
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Stefan Metzmacherr15772: pass the messaging context and server_id to...
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Stefan Metzmacherr14653: make sure we always have a valid session_info
2007-10-10 Stefan Metzmacherr14486: remove the need of a stream_connection on a...
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 Vernooijr12608: Remove some unused #include lines.
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 Tridgellr8593: register the rpc server with irpc
2007-10-10 Stefan Metzmacherr8021: we only need to return STATUS_BUFFER_OVERFLOW...
2007-10-10 Andrew Tridgellr7927: fixed an error on partial socket writes in the...
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Andrew Tridgellr7800: added the same request serialisation logic to...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Andrew Tridgellr6604: solved a memory hierarchy ordering problem that...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
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 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Stefan Metzmacherr4690: - add support for async rpc server replies
2007-10-10 Jelmer Vernooijr4458: Create ncalrpc directory with 0755 rather then...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3468: split out dcerpc_server.h
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3320: fixed bugs in the rpc_server code in handling...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Jelmer Vernooijr3209: - Create directory for ncalrpc with correct...
2007-10-10 Andrew Tridgellr3208: fixed permissions of ncalrpc directory creation
2007-10-10 Jelmer Vernooijr3205: Create ncalrpc directory if it didn't exist yet
2007-10-10 Jelmer Vernooijr3167: Add a member 'endpoint' to the dcerpc_binding...
2007-10-10 Jelmer Vernooijr3163: Add server side support for ncalrpc: and ncacn_u...