summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell5-78/+208
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell5-30/+104
2007-10-10r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher1-8/+16
2007-10-10r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij1-0/+1
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-6/+3
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij3-15/+0
2007-10-10r3482: fixed a warning and an error from the IRIX 6.4 buildAndrew Tridgell1-0/+1
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell1-4/+4
2007-10-10r3450: portability fixesAndrew Tridgell5-103/+103
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell3-6/+9
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell1-0/+22
2007-10-10r3335: better configure support for ipv6 - thanks to a quick tutorial from metzeAndrew Tridgell1-1/+7
2007-10-10r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij1-0/+4
2007-10-10r3333: added configure tests for ipv6 supportAndrew Tridgell2-1/+8
2007-10-10r3329: Add support for IPv6Jelmer Vernooij4-0/+373
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 Tridgell4-13/+30
2007-10-10r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2-0/+16
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell4-62/+24
2007-10-10r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell1-0/+2
2007-10-10r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2-19/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell3-101/+32
2007-10-10r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell1-1/+0
2007-10-10r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell1-9/+0
2007-10-10r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij1-0/+4
2007-10-10r3020: better error handling in socket_unixAndrew Tridgell1-50/+43
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-0/+10
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 Tridgell5-1/+334
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-6/+26
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-1/+1
2007-10-10r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library weAndrew Tridgell1-0/+4
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell5-0/+386
2007-10-10r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher1-5/+40
2007-10-10r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher3-21/+22
2007-10-10r2365: remove MSG_NOSIGNALStefan Metzmacher1-1/+1
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher3-28/+87
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher5-0/+621