summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/posix/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-241-95/+0
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-281-2/+2
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
* Lint cleanup; explicitly declare that daemon() returns an intTheodore Tso1995-04-281-0/+1
* * daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...>John Gilmore1995-02-281-1/+1
* configure.in:Theodore Tso1994-12-221-0/+1
* * daemon.c: <fcntl.h>, not <sys/fcntl.h>Tom Yu1994-07-161-1/+1
* Add BSD daemon library routineTheodore Tso1994-07-161-0/+93