summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist
AgeCommit message (Collapse)Author
1996-09-16/tmp// -> /tmpTodd C. Miller
1996-09-10Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.eduTodd C. Miller
1996-08-22rcmdsh() is now prototyped in unistd.hTodd C. Miller
1996-08-22NetBSD changes: use POSIX regex routines and fix more buff oflowTodd 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-30use mkstemp() instead of mktemp() to close temp file race.Todd C. Miller
1996-07-25Replaced 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-19oldrdist 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-07-088lgm#26, buffer overflowTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-26open + fdopenTheo de Raadt
1996-05-28syncTheo de Raadt
1996-02-03rdist 6.1.1dm