summaryrefslogtreecommitdiff
path: root/source4/lib/socket/connect.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-131-2/+2
* s4:lib/socket: s/private/private_dataStefan Metzmacher2009-02-021-3/+3
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-7/+7
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-38/+3
* s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...Stefan Metzmacher2008-12-171-1/+1
* s4:lib/socket: remove unused codeStefan Metzmacher2008-12-171-22/+0
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2007-12-211-1/+1
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-211-1/+1
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-5/+4
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-2/+4
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-1/+1
* 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
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+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-30/+28
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12239: as we only get error from our events system when we wait for read eve...Stefan Metzmacher2007-10-101-1/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r11821: got rid of two more unnecessary variables and made the variable namesAndrew Tridgell2007-10-101-60/+58
* r11820: fixed some problems with the socket socket.c code.Andrew Tridgell2007-10-101-68/+72
* r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ...Volker Lendecke2007-10-101-2/+2
* r11808: Fix socket_connect_evVolker Lendecke2007-10-101-2/+2
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-101-63/+167
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-101-5/+0
* r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell2007-10-101-5/+10
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-0/+33
* r7668: - setup HAVE_ILDAP to enable the ildap backend in ldbAndrew Tridgell2007-10-101-1/+2
* r7660: improved error handling in socket_connect_ev() (it matters when nameAndrew Tridgell2007-10-101-0/+3
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-101-0/+74