Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3183: moved the unlink of the messaging unixdom socket to the messaging dest... | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r3169: unlink() is called on the listening unix socket every time a child pro... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r3020: better error handling in socket_unix | Andrew Tridgell | 1 | -50/+43 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3015: fixed typo noticed by abartlett | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r3013: added support for unix domain sockets in the generic socket library. I | Andrew Tridgell | 5 | -1/+334 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 1 | -6/+26 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library we | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this | Andrew Tridgell | 5 | -0/+386 |
2007-10-10 | r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4 | Stefan Metzmacher | 1 | -5/+40 |
2007-10-10 | r2439: - function that return just an int don't need a TALLOC_CTX | Stefan Metzmacher | 3 | -21/+22 |
2007-10-10 | r2365: remove MSG_NOSIGNAL | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2343: - make socket_get_*_addr() return char * not const char * | Stefan Metzmacher | 3 | -28/+87 |
2007-10-10 | r2328: add the start of a new system and protocol | Stefan Metzmacher | 5 | -0/+621 |