summaryrefslogtreecommitdiff
path: root/usr.bin/rdistd/server.c
AgeCommit message (Expand)Author
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12Rename 'link' parameter to eliminate shadow warningsPhilip Guenther
2014-07-12Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesPhilip Guenther
2014-07-05Assume POSIX: S_IFSOCK and S_IFIFOPhilip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip Guenther
2014-07-05Oops, fix both locations using D_NAMLEN()Philip Guenther
2014-07-05Stop using silly macro when checking for '.' and '..' directory entriesPhilip Guenther
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-03-28pathnames with space, tab, newline, etc are encoded before being sent.Theo de Raadt
2008-05-25Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push theTodd C. Miller
2008-05-13Change a mktemp(3) to mkstemp(3), preventing a race condition.Ray Lai
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2003-07-07fix readlink() usage.Mike Pechkin
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-10more POSIX chownTodd C. Miller
2003-04-05strings; ok miod ho krwTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-09-19occured->occurredMike Pechkin
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-05-18readlink len-1Theo de Raadt
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
1996-06-26rcsidTheo de Raadt
1996-06-25open O_EXCL instead of creat; for writable rdist directories... still small DOSTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm