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