summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* r7476: ensure dgram sockets are created non-blocking. As they usually skipAndrew Tridgell2007-10-101-0/+6
* r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell2007-10-104-0/+40
* r7205: added support for sendto() on unix domain socketsAndrew Tridgell2007-10-101-0/+32
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-102-7/+0
* r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell2007-10-102-9/+26
* r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij2007-10-101-1/+0
* r5903: While I can't test IPv6, metze asked me to commit a matching changeAndrew Bartlett2007-10-101-0/+3
* r5898: Handle errors in the 'sync' name and IP address handling code.Andrew Bartlett2007-10-101-0/+3
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-107-0/+49
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-104-0/+4
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-102-0/+4
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-103-3/+3
* r4831: added udp support to our generic sockets library.Andrew Tridgell2007-10-105-78/+208
* r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell2007-10-105-30/+104
* r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher2007-10-101-8/+16
* r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij2007-10-101-0/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-6/+3
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-103-15/+0
* r3482: fixed a warning and an error from the IRIX 6.4 buildAndrew Tridgell2007-10-101-0/+1
* r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2007-10-101-4/+4
* r3450: portability fixesAndrew Tridgell2007-10-105-103/+103
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-103-6/+9
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2007-10-101-0/+22
* r3335: better configure support for ipv6 - thanks to a quick tutorial from metzeAndrew Tridgell2007-10-101-1/+7
* r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij2007-10-101-0/+4
* r3333: added configure tests for ipv6 supportAndrew Tridgell2007-10-102-1/+8
* r3329: Add support for IPv6Jelmer Vernooij2007-10-104-0/+373
* r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as wellAndrew Tridgell2007-10-101-2/+10
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-104-13/+30
* r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2007-10-102-0/+16
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-104-62/+24
* r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell2007-10-101-0/+2