index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
oldrdist
/
server.c
Age
Commit message (
Expand
)
Author
2007-02-08
Remove double semicolons.
Ray Lai
2005-07-04
make these use setres[ug]id for simple privilege dropping;
Damien Miller
2005-04-13
use STD{IN,OUT,ERR}_FILENO
Theo de Raadt
2004-10-04
hierarchy is spelt hierarchy, ok djm@
Jonathan Gray
2004-01-16
log -> logit ISO C fix.
Marc Espie
2004-01-15
Fix printf format strings. ok millert@
Otto Moerbeek
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-01
various format string cleanups; tedu ok
Theo de Raadt
2003-04-06
strcpy/strcat cleanup. Ick millert@.
Hakan Olsson
2003-04-05
string fixes; ok henning miod
Theo de Raadt
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-06-09
Remove private unused version of warn().
Hans Insulander
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
2001-11-19
kill more registers
Mike Pechkin
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1998-05-18
readlink len-1
Theo de Raadt
1998-04-27
Correctly operate on hardlink when source and destination are not on the
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-02-09
buf oflow, eivind@freebsd
Theo de Raadt
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-08-22
NetBSD changes: use POSIX regex routines and fix more buff oflow
Todd C. Miller
1996-07-25
Replaced sprintf() with snprintf() where buffer size is obvious.
Todd C. Miller
1996-07-19
oldrdist now uses rsh so doesn't need to be setuid.
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-05-28
sync
Theo de Raadt
1996-02-03
rdist 6.1.1
dm