summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-34/+7
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 Tridgell1-10/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-75/+30
2007-10-10r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell1-1/+2
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
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 Tridgell1-0/+21
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 Metzmacher1-9/+10
2007-10-10r2365: remove MSG_NOSIGNALStefan Metzmacher1-1/+1
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher1-23/+81
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher1-0/+293