summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/posix/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-241-95/+0
| | | | | | | | | | | | against but which we don't want to install as a separate library. Change Kerberos and application servers to link against the library if they might need the replacement daemon() function. Add a dummy file to the library in case daemon() is not needed, so we don't have an empty library, which we may not handle properly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16118 dc483132-0cff-0310-8789-dd5450dbe970
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-281-2/+2
| | | | | | configure.in file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10476 dc483132-0cff-0310-8789-dd5450dbe970
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
| | | | | | | the debugging information can be more efficiently collapsed since the type numbers will be the same. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5853 dc483132-0cff-0310-8789-dd5450dbe970
* Lint cleanup; explicitly declare that daemon() returns an intTheodore Tso1995-04-281-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5605 dc483132-0cff-0310-8789-dd5450dbe970
* * daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...>John Gilmore1995-02-281-1/+1
| | | | | | | includes. * memmove.c: Use HAS_SYS_TYPES_H. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5013 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in:Theodore Tso1994-12-221-0/+1
| | | | | | | | | strcasecmp.c: Add strcasecmp replacement if necessary. daemon.c: memmove.c: Add #include for <sys/types.h> git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4748 dc483132-0cff-0310-8789-dd5450dbe970
* * daemon.c: <fcntl.h>, not <sys/fcntl.h>Tom Yu1994-07-161-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3997 dc483132-0cff-0310-8789-dd5450dbe970
* Add BSD daemon library routineTheodore Tso1994-07-161-0/+93
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3986 dc483132-0cff-0310-8789-dd5450dbe970