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