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)
commit44f5211c170c0ddc2be23717f1ad08f5fc0b329a
tree36758905a0cdb7df1a63381d7380c77192ff78f1
parent8a22b1f0ea81f06616a2dc41a138c5126359f009
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.
(This used to be commit fc8589a3371d396197fae508e563f814899c2beb)
source3/Makefile.in
source3/configure.in
source3/include/smb_launchd.h [new file with mode: 0644]
source3/lib/launchd.c [new file with mode: 0644]
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_nss.h
source3/smbd/connection.c
source3/smbd/server.c