Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
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 | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1996-09-16 | /tmp// -> /tmp | Todd C. Miller | |
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-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-02-03 | rdist 6.1.1 | dm | |