summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/common.c
AgeCommit message (Expand)Author
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20Don't use utime(), so don't need <utime.h>Philip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()Philip Guenther
2014-07-12SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff arePhilip Guenther
2014-07-10Assume POSIX: write() takes size_t and returns ssize_tPhilip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume C89: stdargs, const, and setvbuf()Philip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
2011-04-24delete a stupid SIGSEGV handler (not used)Theo de Raadt
2011-04-18Print size_t with %zu and ssize_t with %zd in error/debug output.Kenneth R Westerback
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
2008-01-02remove unused functionCharles Longeau
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-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-05strings; ok miod ho krwTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-05-14correct error msg so it considers the terminating null byteAaron Campbell
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
1998-06-26save_errnoTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1997-10-07Don't use cached name value for uid/gid if last lookup was by id (and not name).Todd C. Miller
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm