summaryrefslogtreecommitdiff
path: root/source4/lib/socket/connect_multi.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2011-11-301-10/+119
* s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou2011-11-111-12/+21
* s4-socket: detect NULL server in socket connection codeAndrew Tridgell2011-11-101-0/+5
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-131-1/+1
* s4-ipv6: use the server address familyAndrew Tridgell2011-06-061-1/+1
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* s4:lib/socket Don't go via a string when resolving addresses in connect_multiAndrew Bartlett2010-03-111-28/+20
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-6/+6
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-4/+1
* s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...Stefan Metzmacher2008-12-171-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-8/+7
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-2/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* 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
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15344: Fix shared library buildJelmer Vernooij2007-10-101-2/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-6/+9
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r11823: make the socket_connect_send() context a child of the local stateAndrew Tridgell2007-10-101-0/+1
* r11822: reworked the socket_connect_multi() code so it is built on top ofAndrew Tridgell2007-10-101-144/+149
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-0/+266