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