r12608: Remove some unused #include lines.
[sfrench/samba-autobuild/.git] / source4 / librpc / rpc / dcerpc_sock.c
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Rafal Szczesniakr12294: Move dcerpc_pipe_open_sock() to async implement...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Andrew Tridgellr11623: convert the dcerpc socket layer to the generic...
2007-10-10 Andrew Tridgellr10699: fixed the dcerpc code so that you can shutdown...
2007-10-10 Andrew Tridgellr7659: fixup the ordering of socket destruction for...
2007-10-10 Andrew Tridgellr7652: use event friendly connect in dcerpc socket...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7496: removed an unused variable
2007-10-10 Jelmer Vernooijr5980: Fix double free after unexpected disconnect.
2007-10-10 Andrew Tridgellr5388: uppercase the server name on ncacn_ip_tcp
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
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 Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4886: fixed two places where we process the send side...
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr3941: make sure we don't keep pounding on a ncacn_ip_t...
2007-10-10 Jelmer Vernooijr3517: Fix the build - Sorry!
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 Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3330: Use IPv6 for RPC client connections if we can
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 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...