r22418: Support running under launchd. We abstract the method of obtaining
authorJames Peach <jpeach@samba.org>
Fri, 20 Apr 2007 21:09:44 +0000 (21:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:33 +0000 (12:19 -0500)
commitfc8589a3371d396197fae508e563f814899c2beb
treefc347f25b4e7839e7c729c241ff74764ae3e6972
parent19c929c6330a50f278ac322ac5fcb83d03734ea2
r22418: Support running under launchd. We abstract the method of obtaining
sockets to listen on a little, because in the launchd case these
are provided for us. We also add an idle timeout so that a daemon
can exit after a period of inactivity.
source/Makefile.in
source/configure.in
source/include/smb_launchd.h [new file with mode: 0644]
source/lib/launchd.c [new file with mode: 0644]
source/nsswitch/winbindd.c
source/nsswitch/winbindd_nss.h
source/smbd/connection.c
source/smbd/server.c