summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-4/+4
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+2
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-4/+0
* r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell2007-10-101-2/+3
* r13956: make more functions publicStefan Metzmacher2007-10-101-39/+39
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+2
* r13662: Typo fix, add more public headersJelmer Vernooij2007-10-101-1/+1
* r12959: hopefully fix bug #3365 this timeStefan Metzmacher2007-10-101-5/+7
* r12911: try to fix bug #3365Stefan Metzmacher2007-10-102-4/+12
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-108-323/+568
* r12728: Revive testparm.Andrew Bartlett2007-10-102-3/+6
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-0/+3
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-3/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-6/+5
* 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-102-2/+2
* 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
* 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
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-101-4/+4
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-103-0/+282
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-102-63/+175
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-6/+6
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-64/+0
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-0/+1
* r11037:Stefan Metzmacher2007-10-101-1/+0
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-4/+4
* r10531: (hopefully) improve detection of socket-related functions in external...Jelmer Vernooij2007-10-102-22/+4
* r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij2007-10-101-4/+4
* r10456: More SCons fixes:Jelmer Vernooij2007-10-101-0/+59
* r10452: Couple of small scons updates - ignore .sconsign filesJelmer Vernooij2007-10-101-13/+0
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-1/+0
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-0/+6
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-101-5/+0
* r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell2007-10-104-0/+4
* r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell2007-10-105-5/+17
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-0/+33
* r9110: use printf againStefan Metzmacher2007-10-101-2/+2
* r9106: look for something more usefull in the -lnslStefan Metzmacher2007-10-101-2/+2
* r9063: - don't pollute the global $LIBS variable with -ldlStefan Metzmacher2007-10-102-1/+92
* r8408: its quite common in our code to free up a connection when we get anAndrew Tridgell2007-10-101-0/+27
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8044: give a better error codeStefan Metzmacher2007-10-101-3/+3
* 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-104-5/+82