summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2005-11-141-1/+2
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2005-11-101-12/+20
* r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell2005-11-101-149/+61
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2005-10-041-2/+4
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2005-06-171-4/+3
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2005-06-161-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2005-06-161-14/+1
* r7496: removed an unused variableAndrew Tridgell2005-06-121-1/+0
* r5980: Fix double free after unexpected disconnect.Jelmer Vernooij2005-03-221-1/+5
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2005-02-141-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2005-02-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2005-02-031-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2005-02-031-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2005-02-031-14/+9
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2005-01-271-2/+2
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2005-01-231-1/+1
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2005-01-211-0/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2005-01-091-36/+31
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-1/+1
* r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell2004-11-241-0/+6
* r3517: Fix the build - Sorry!Jelmer Vernooij2004-11-041-4/+0
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2004-11-031-1/+1
* r3481: split out client.h and events.hAndrew Tridgell2004-11-021-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2004-11-021-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2004-11-011-0/+1
* r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij2004-10-281-1/+9
* r3304: changed the API to lib/socket/ a little. Andrew Tridgell2004-10-281-14/+14
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2004-10-271-224/+78
* r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij2004-10-251-0/+2
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2004-10-241-0/+536