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
/
ppp
/
command.c
Age
Commit message (
Expand
)
Author
1998-04-25
Add libalias and tidy up a few warnings.
brian
1998-03-13
Add extraneous braces to stiffle warnings from gcc-2.8
brian
1998-03-12
o Fix a few comment typos.
brian
1998-01-29
Cosmetic:
brian
1998-01-23
Don't allow manual dialing unless in auto or interactive mode.
brian
1998-01-20
Allow an optional delay when specifying "set openmode active".
brian
1998-01-18
Allow "set vj" for changing the default number of slots
brian
1998-01-11
Make things work when sizeof(long) != 32 (hopefully)
brian
1998-01-10
Pause according to the redial setting when dialing manually.
brian
1998-01-05
o Allow the use of HISADDR as the first arg to "add".
brian
1997-12-30
Allow "set device" to close the open modem if we're in
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
Show how much time is left before timing out in the
brian
1997-12-27
Show who closes the diagnostic connection.
brian
1997-12-27
Allow (and document) execution of commands from within
brian
1997-12-24
Cosmetic (style):
brian
1997-12-23
strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)
brian
1997-12-21
Allow multiple (comma seperated) devices on the "set device" line.
brian
1997-12-19
Reset our "ifaddr" to zero if the "set ifaddr" fails in
brian
1997-12-18
Replace
brian
1997-12-18
Don't log the actual password when command-logging
brian
1997-12-17
o Log ******** instead of the actual password for "set authkey"
brian
1997-12-17
Fix a potential overflow where, if the label passed on the command
brian
1997-12-15
Use LogWARN for command usage messages and unrecognised
brian
1997-12-15
Allow random IP number allocation to peer.
brian
1997-12-08
Correct usage of `add' and `delete'.
brian
1997-12-07
Only allow one arg to `delete' - the mask & gateway aren't necessary.
brian
1997-11-23
Import version 1.5 of ppp.
brian