summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist/docmd.c
AgeCommit message (Collapse)Author
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-18-Wall cleanupPeter Valchev
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-04-26fix free before last use; charnierTheo de Raadt
1997-11-16report correct filename in error msg; netbsdTheo de Raadt
1997-11-05zap that timezone stuff; mycroftTheo de Raadt
1997-02-09buf oflow, eivind@freebsdTheo de Raadt
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-06-26rcsidTheo de Raadt
1996-06-26open + fdopenTheo de Raadt
1996-02-03rdist 6.1.1dm