summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r3329: Add support for IPv6Jelmer Vernooij2007-10-101-0/+4
* 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-101-2/+20
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-101-6/+6
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-1/+1
* r3015: fixed typo noticed by abartlettAndrew Tridgell2007-10-101-3/+4
* r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell2007-10-101-0/+4
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-6/+26
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-101-0/+9
* r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher2007-10-101-9/+9
* r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher2007-10-101-2/+2
* r2328: add the start of a new system and protocolStefan Metzmacher2007-10-101-0/+215