summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01s4-socket: do not segfault if the socket is NULLMatthieu Patou1-0/+3
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-1/+1
2011-06-06s4-ipv6: fill in family when initialising from sockaddrAndrew Tridgell1-1/+13
2011-06-06s4-ipv6: fix the address family for IPv6 string addressesAndrew Tridgell1-0/+5
2011-06-06s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell1-0/+44
2011-05-03lib/util Move set_socket_options() into common code.Andrew Bartlett1-160/+0
2011-05-03s4-lib/socket Merge updated set_socket_options from Samba3 -> Samba4Andrew Bartlett1-34/+90
2010-03-11s4:lib/socket Add function to set a port on the socket addressAndrew Bartlett1-0/+12
2009-12-24s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher1-0/+30
2009-12-24s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher1-0/+42
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher1-0/+33
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher1-0/+9
2008-11-02Use environment variable rather than loadparm parameter when testingJelmer Vernooij1-1/+1
2008-11-02Fix the build.Jelmer Vernooij1-3/+1
2008-11-02Use a separate global for nonblocking socket testing rather than global_loadp...Jelmer Vernooij1-1/+3
2008-10-12Fix warning, prototype.Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-3/+3
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24992: Remove some uses of lp_*().Jelmer Vernooij1-4/+0
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23701: when we create a new socket with socket_accept(), clear any flags thatAndrew Tridgell1-0/+1
2007-10-10r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell1-1/+9
2007-10-10r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij1-1/+1
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett1-13/+12
2007-10-10r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett1-11/+23
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-3/+3
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-10/+10
2007-10-10r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij1-0/+108
2007-10-10r13956: make more functions publicStefan Metzmacher1-39/+39
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-34/+69
2007-10-10r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell1-0/+1
2007-10-10r8408: its quite common in our code to free up a connection when we get anAndrew Tridgell1-0/+27
2007-10-10r7626: a new ldap client library. Main features are:Andrew Tridgell1-4/+1
2007-10-10r7476: ensure dgram sockets are created non-blocking. As they usually skipAndrew Tridgell1-0/+6
2007-10-10r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell1-0/+16
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-6/+0
2007-10-10r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell1-1/+2
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+5
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell1-22/+47
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell1-0/+8
2007-10-10r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher1-8/+16
2007-10-10r3450: portability fixesAndrew Tridgell1-29/+29
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell1-0/+22
2007-10-10r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij1-0/+4
2007-10-10r3333: added configure tests for ipv6 supportAndrew Tridgell1-0/+2