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