summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_sock.c
Commit message (Expand)AuthorAgeFilesLines
* s4:librpc/rpc: remove some unused functions and structures from dcerpc_sock.cStefan Metzmacher2014-05-261-46/+5
* s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()Stefan Metzmacher2014-05-261-3/+26
* s4:librpc/rpc: optionally return the local address from dcerpc_pipe_open_sock...Stefan Metzmacher2014-05-261-5/+23
* s4:librpc: remove recv_data from transportGregor Beck2014-01-071-2/+0
* s4:librpc: factor out xxx_send_request() to dcerpc_send_request()Gregor Beck2014-01-071-86/+0
* s4:librpc: factor out xxx_send_read() to dcerpc_send_read()Gregor Beck2014-01-071-92/+3
* s4:librpc: factor out xxx_shutdown_pipe() to dcerpc_shutdown_pipe()Gregor Beck2014-01-071-16/+0
* s4:librpc: factor out xxx_dead() to dcerpc_transport_dead()Gregor Beck2014-01-071-58/+27
* s4:librpc: remove server_name from transportGregor Beck2014-01-071-26/+1
* s4:librpc: use tstream in dcerpc_sock.cGregor Beck2014-01-071-132/+197
* CVE-2013-4408:s4:dcerpc_sock: check for invalid frag_len within sock_complete...Stefan Metzmacher2013-12-091-0/+6
* s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()Stefan Metzmacher2013-08-121-4/+10
* s4:librpc/rpc: directly return after composite_error()Stefan Metzmacher2012-04-231-1/+1
* s4-librpc: do not limit to the first IP when trying to do a rpc connectionMatthieu Patou2011-11-111-7/+25
* s4:librpc: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-4/+4
* s4-ipv6: removed the old unused ipv6 code in dcerpc_sock.cAndrew Tridgell2011-06-061-43/+6
* s4-ipv6: allow for IPv6 in dcerpc socket callsAndrew Tridgell2011-06-061-2/+2
* s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher2011-03-111-23/+23
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+1
* Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel2010-09-071-6/+19
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:librpc/rpc: s/private/private_dataStefan Metzmacher2009-02-021-7/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-1/+1
* s4:librpc/rpc: remove we should not redo the name resolving for secondary tcp...Stefan Metzmacher2008-12-181-10/+5
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove two more uses of global loadparm by remember requiredJelmer Vernooij2008-09-301-13/+27
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij2008-01-021-2/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-3/+4
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-1/+2
* r26334: Avoid loadparm_context.Jelmer Vernooij2007-12-211-3/+3
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+4
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-5/+5
* r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett2007-10-101-43/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-10/+10
* r22534: don't remove socket and fd_event before we told theStefan Metzmacher2007-10-101-8/+6
* r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher2007-10-101-1/+1
* r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher2007-10-101-6/+27
* 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