summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket_unix.c
AgeCommit message (Expand)AuthorFilesLines
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-10r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell1-0/+319