summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
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