summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Collapse)Author
1998-08-13buf oflow; spotted by jmcdonal@UNF.EDUTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-07-16add prototypesTodd C. Miller
1998-07-16prototype yyerrorTodd C. Miller
1998-06-26save_errnoTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-06-26we have a real paths.hTodd C. Miller
1998-06-26we use rcmdsh(3) from libcTodd C. Miller
1998-05-18readlink len-1Theo de Raadt
1997-12-16do not overflow fd_setTheo de Raadt
1997-10-15Get rid of the buf[] extern. Each .c file has it's own (local) buf.Todd 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-09-21$OpenBSD$Theo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-22Use our rcmdsh(3) and support $RSH.Todd C. Miller
1997-07-22Fix _PATH_REMSH for real. We have <paths.h> so use it and defineTodd C. Miller
_PATH_REMSH to _PATH_RSH.
1997-07-22Define _PATH_REMSH to _PATH_RSHTodd C. Miller
1997-07-21no, not sshTheo de Raadt
1997-07-21Fix compilation warning.Angelos D. Keromytis
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.
1997-02-12Don't print garbage on EOF.dm
1997-02-09Updates file(1) to version 3.22 by way to NetBSD.Todd C. Miller
1996-09-07Don't dup stderr to stdout. This makes rdist happy with ssh when aTodd C. Miller
password is required.
1996-09-07remove defs.h hackery now that oldrdist just uses rcmdsh()Todd C. Miller
1996-07-29Now have a common message.c instead of two copies.Todd C. Miller
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
in the format) since we have it.
1996-07-19add -I${.CURDIR} to get defs.hTodd C. Miller
1996-07-19now uses -I path to find defs.h so we can use rshrcmd.c with oldrdist.Todd C. Miller
1996-07-12better fix for buffer overrunMichael Shalayeff
1996-07-11prevent buffer overrun.Michael Shalayeff
1996-06-26rcsidTheo de Raadt
1996-06-25mkstemp & fdopenTheo de Raadt
1996-04-28Added OpenBSD tag.etheisen
1996-04-28setproctitle() prototype no longer needed.etheisen
1996-03-31gram.y must be built before client.c.etheisen
1996-03-05/usr/bin/oldrdist, not /usr/ucb...dm
1996-03-05rdist 6.1.2dm
1996-03-05rdist 6.1.2dm
1996-03-01Add gram.c to CLEANFILESThorsten Lockert
1996-03-01Allow "make depend" to workThorsten Lockert
1996-02-03rdist 6.1.1dm
1995-12-15close file only if previously opened; from bgrayson@pine.ece.utexas.edu;Theo de Raadt
netbsd pr#1822
1995-10-18initial import of NetBSD treeTheo de Raadt