summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/common.c
AgeCommit message (Collapse)Author
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later.
2003-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
-P path elements that have spaces.
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
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2001-11-19kill more registersMike Pechkin
millert@ ok
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
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure.
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
Fix also sent to rdist-bugs@usc.edu
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
decls of library functions, kill local implementation of setproctitle(). This of course points out how utterly bad this code is and that someone needs to come in here with a chainsaw sometime.
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm