summaryrefslogtreecommitdiff
path: root/source3/lib/launchd.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-2/+2
calls. No functional changes. Looks bigger than it is :-). Jeremy. (This used to be commit f6fa3080fee1b20df9f1968500840a88cf0ee592)
2007-10-10r22418: Support running under launchd. We abstract the method of obtainingJames Peach1-0/+242
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)