summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_sock.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-14/+1
2007-10-10r7496: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r5980: Fix double free after unexpected disconnect.Jelmer Vernooij1-1/+5
2007-10-10r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell1-1/+1
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-14/+9
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-1/+1
2007-10-10r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell1-0/+1
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-36/+31
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell1-0/+6
2007-10-10r3517: Fix the build - Sorry!Jelmer Vernooij1-4/+0
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-1/+1
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij1-1/+9
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-14/+14
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-224/+78
2007-10-10r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij1-0/+2
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij1-0/+536