Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-18 | -Wall cleanup | Peter Valchev | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1998-04-26 | fix free before last use; charnier | Theo de Raadt | |
1997-11-16 | report correct filename in error msg; netbsd | Theo de Raadt | |
1997-11-05 | zap that timezone stuff; mycroft | Theo de Raadt | |
1997-02-09 | buf oflow, eivind@freebsd | Theo de Raadt | |
1996-08-22 | NetBSD changes: use POSIX regex routines and fix more buff oflow | Todd C. Miller | |
Can't use mkstemp() so go back to mktemp and open(2) with sane flags. Now uses rcmdsh and fixes memory leak in NetBSD POSIX regex support (leak fixed by Charles Amos <amos@umiacs.umd.edu>). | |||
1996-07-30 | use mkstemp() instead of mktemp() to close temp file race. | Todd C. Miller | |
1996-07-25 | Replaced sprintf() with snprintf() where buffer size is obvious. | Todd C. Miller | |
Probably just paranoia but why take the chance? Just four occurences of sprintf() left. | |||
1996-07-19 | oldrdist now uses rsh so doesn't need to be setuid. | Todd C. Miller | |
Incorporates some changes from Chris Siebenmann <cks@utcc.utoronto.ca> and rdist 6.1.2. Also fixes at least one possible core dump and uses strr?chr() instead of r?index(). | |||
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-26 | open + fdopen | Theo de Raadt | |
1996-02-03 | rdist 6.1.1 | dm | |