summaryrefslogtreecommitdiff
path: root/source4/lib/socket/connect_multi.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-30s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher1-10/+119
2011-11-11s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou1-12/+21
2011-11-10s4-socket: detect NULL server in socket connection codeAndrew Tridgell1-0/+5
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-1/+1
2011-06-06s4-ipv6: use the server address familyAndrew Tridgell1-1/+1
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-1/+1
2010-03-11s4:lib/socket Don't go via a string when resolving addresses in connect_multiAndrew Bartlett1-28/+20
2009-09-19s4-resolve: fixed a crash bug on timeoutAndrew Tridgell1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-6/+6
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-4/+1
2008-12-17s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...Stefan Metzmacher1-1/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-8/+7
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-2/+9
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
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-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r15344: Fix shared library buildJelmer Vernooij1-2/+2
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-6/+9
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-1/+1
2007-10-10r11823: make the socket_connect_send() context a child of the local stateAndrew Tridgell1-0/+1
2007-10-10r11822: reworked the socket_connect_multi() code so it is built on top ofAndrew Tridgell1-144/+149
2007-10-10r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke1-0/+266