summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r19661: - add resolve stage to dcerpc connects over tcpStefan Metzmacher2007-10-101-19/+44
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-101-16/+32
* r17328: make better usage of the composite apiStefan Metzmacher2007-10-101-111/+32
* r17327: when the connect with the ipv6 socket was ok,Stefan Metzmacher2007-10-101-1/+4
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-101-8/+18
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14311: canon needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r13572: Comments to async pipe open functions and copyright note.Rafal Szczesniak2007-10-101-10/+57
* r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak2007-10-101-34/+268
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-20/+39
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak2007-10-101-44/+135
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2007-10-101-12/+20
* r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell2007-10-101-149/+61
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2007-10-101-2/+4
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2007-10-101-4/+3
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-14/+1
* r7496: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r5980: Fix double free after unexpected disconnect.Jelmer Vernooij2007-10-101-1/+5
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-14/+9
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-1/+1
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-36/+31
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell2007-10-101-0/+6
* r3517: Fix the build - Sorry!Jelmer Vernooij2007-10-101-4/+0
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-1/+1
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij2007-10-101-1/+9
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-101-14/+14
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-224/+78
* r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij2007-10-101-0/+2
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-101-0/+536