Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |