summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_sock.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23s4:librpc/rpc: directly return after composite_error()Stefan Metzmacher1-1/+1
2011-11-11s4-librpc: do not limit to the first IP when trying to do a rpc connectionMatthieu Patou1-7/+25
2011-08-13s4:librpc: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-4/+4
2011-06-06s4-ipv6: removed the old unused ipv6 code in dcerpc_sock.cAndrew Tridgell1-43/+6
2011-06-06s4-ipv6: allow for IPv6 in dcerpc socket callsAndrew Tridgell1-2/+2
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher1-23/+23
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+1
2010-09-07Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel1-6/+19
2009-09-19s4-resolve: fixed a crash bug on timeoutAndrew Tridgell1-1/+1
2009-02-02s4:librpc/rpc: s/private/private_dataStefan Metzmacher1-7/+7
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-1/+1
2008-12-18s4:librpc/rpc: remove we should not redo the name resolving for secondary tcp...Stefan Metzmacher1-10/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-30Remove two more uses of global loadparm by remember requiredJelmer Vernooij1-13/+27
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-02r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij1-2/+7
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-3/+4
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
2007-12-21r26334: Avoid loadparm_context.Jelmer Vernooij1-3/+3
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-3/+4
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij1-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-5/+5
2007-10-10r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett1-43/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-10/+10
2007-10-10r22534: don't remove socket and fd_event before we told theStefan Metzmacher1-8/+6
2007-10-10r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher1-1/+1
2007-10-10r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher1-6/+27
2007-10-10r19661: - add resolve stage to dcerpc connects over tcpStefan Metzmacher1-19/+44
2007-10-10r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett1-16/+32
2007-10-10r17328: make better usage of the composite apiStefan Metzmacher1-111/+32
2007-10-10r17327: when the connect with the ipv6 socket was ok,Stefan Metzmacher1-1/+4
2007-10-10r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett1-8/+18
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14311: canon needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r13572: Comments to async pipe open functions and copyright note.Rafal Szczesniak1-10/+57
2007-10-10r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak1-34/+268
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-20/+39
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak1-44/+135
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell1-12/+20
2007-10-10r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell1-149/+61
2007-10-10r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell1-2/+4
2007-10-10r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell1-4/+3