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-30
Allow "set device" to close the open modem if we're in
brian
1997-12-30
Typo in error message.
brian
1997-12-30
Use inet_aton() before gethostbyname()
brian
1997-12-30
Allow "add! dst mask gw" (note the ``!'') to do an
brian
1997-12-29
Don't complain that someone's changed the clock unless the time
brian
1997-12-29
Show how much time is left before timing out in the
brian
1997-12-29
sysctl ddb.panic_ddb; felix@mamba.pond.sub.org
Theo de Raadt
1997-12-28
Don't expect select() to adjust the passed time when it's
brian
1997-12-28
Initialize mbuf::pnext.
brian
1997-12-28
If a packet causes a dial, continue to test whether it's
brian
1997-12-28
Allow initial sequence numbers less than what we're expecting.
brian
1997-12-27
Write to the routing socket as uid 0. It's not good enough
brian
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
[next]