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.sbin
Age
Commit message (
Expand
)
Author
1997-12-27
Show who closes the diagnostic connection.
brian
1997-12-27
Remove bogus timeout code in Receive().
brian
1997-12-27
Allow (and document) execution of commands from within
brian
1997-12-24
Correct copyright.
brian
1997-12-24
Cosmetic (style):
brian
1997-12-24
Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !
brian
1997-12-23
make it more obvious why pmap_set syslogs happen
Theo de Raadt
1997-12-23
strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)
brian
1997-12-22
handle timing normally except when clock jumps between 1 and 3 hours. If it
Theo de Raadt
1997-12-22
Don't forget to ntohs(sin.sin_port) (DUH!)
brian
1997-12-21
Add (BSD) copyright headers
brian
1997-12-21
Cosmetic: Test for comment lines after the lenght has been established.
brian
1997-12-21
Allow multiple (comma seperated) devices on the "set device" line.
brian
1997-12-21
Mention that leading whitespace is ignored when identifying comments.
brian
1997-12-21
Zero struct sockaddr_??s before filling them in.
brian
1997-12-21
Index: systems.c
brian
1997-12-21
clean
Theo de Raadt
1997-12-21
Correct the "how to find out if the line is up" example.
brian
1997-12-21
pretty
Theo de Raadt
1997-12-20
do not override other ppp manpage
Theo de Raadt
1997-12-19
Reset our "ifaddr" to zero if the "set ifaddr" fails in
brian
1997-12-19
If the peer asks for IP 0.0.0.0, choose an IP ourselves
brian
1997-12-18
Replace
brian
1997-12-18
"No reply from ppp" -> "Connection closed".
brian
1997-12-18
Don't log the actual password when command-logging
brian
1997-12-17
Don't depend on a u_long being 32 bits.
brian
1997-12-17
char filename[200] => char filename[MAXPATHLEN]
brian
1997-12-17
Log the source of client connections to the diagnostic port.
brian
1997-12-17
Remove useless comparison.
brian
1997-12-17
If we've got a descriptor table that's bigger than an
brian
1997-12-17
o Log ******** instead of the actual password for "set authkey"
brian
1997-12-17
do not overflow fd_set. i _pray_ I got this right...
Theo de Raadt
1997-12-17
do not overflow fd_set
Theo de Raadt
1997-12-17
do not let fd_set overflow
Theo de Raadt
1997-12-17
make fd_set not overflow
Theo de Raadt
1997-12-17
Remove an unnecessary (and wrong) cast.
brian
1997-12-17
Fix a potential overflow where, if the label passed on the command
brian
1997-12-16
build corpse too
Michael Shalayeff
1997-12-16
sendmail 8.9.1
Michael Shalayeff
1997-12-16
Wrap long lines
brian
1997-12-15
Correct return values from alias routines.
brian
1997-12-15
Use LogWARN for command usage messages and unrecognised
brian
1997-12-15
Include iplist.c (forgotten when updating for dynamic
brian
1997-12-15
Do 2 passes when "delete all"ing. The first pass removes
brian
1997-12-15
Allow random IP number allocation to peer.
brian
1997-12-15
use MAP_PRIVATE|MAP_FILE; mrg
Theo de Raadt
1997-12-14
Whoops. Remember to update usage when changing the way defualt handling is
gene
1997-12-14
Invoke raging paranoia on strcpy's that should be strncpy's.
gene
1997-12-14
Inspired by changes in NetBSD but done a different way.
gene
1997-12-11
Hook user-level ppp and pppctl.
brian
[next]