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)
commit6f4926d846965a901e40d24546eab356c4a537c7
treed1654473dd17dff4aa0793c5fedf668094618dba
parent58a92abd88f190bc60894a68e0528e95ae33fe39
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)
source/lib/socket/config.m4
source/lib/socket/config.mk
source/lib/socket/socket.c
source/lib/socket/socket_ipv4.c
source/lib/socket/socket_unix.c [new file with mode: 0644]