summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist/server.c
AgeCommit message (Collapse)Author
2004-01-16log -> logit ISO C fix.Marc Espie
2004-01-15Fix printf format strings. ok millert@Otto Moerbeek
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-04-06strcpy/strcat cleanup. Ick millert@.Hakan Olsson
2003-04-05string fixes; ok henning miodTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-06-09Remove private unused version of warn().Hans Insulander
Replave private basename() with the real one. ok millert@
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part 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-19kill more registersMike Pechkin
millert@ ok
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-05-18readlink len-1Theo de Raadt
1998-04-27Correctly operate on hardlink when source and destination are not on theTheo de Raadt
same device; freebsd
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-02-09buf oflow, eivind@freebsdTheo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
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-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-05-28syncTheo de Raadt
1996-02-03rdist 6.1.1dm