r3013: added support for unix domain sockets in the generic socket library. I
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 05:07:07 +0000 (05:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:57 +0000 (12:59 -0500)
commitf42402da83afa97f821d36b7974de98ddd5a2880
treefe2541947382d29a45ae38bf8a93e349fbe74323
parentfef617c31bd4a8be09449d6bc726c729ae758423
r3013: added support for unix domain sockets in the generic socket library. I
will shortly be using this for a rewrite of the intra-smbd messaging
library, which is needed to get lock timeouts working properly (and
share modes, oplocks etc)
(This used to be commit 6f4926d846965a901e40d24546eab356c4a537c7)
source4/lib/socket/config.m4
source4/lib/socket/config.mk
source4/lib/socket/socket.c
source4/lib/socket/socket_ipv4.c
source4/lib/socket/socket_unix.c [new file with mode: 0644]