summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple (comma seperated) devices on the "set device" line.brian1997-12-211-6/+4
* Reset our "ifaddr" to zero if the "set ifaddr" fails inbrian1997-12-191-2/+4
* Replacebrian1997-12-181-2/+3
* Don't log the actual password when command-loggingbrian1997-12-181-1/+8
* o Log ******** instead of the actual password for "set authkey"brian1997-12-171-12/+28
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-171-2/+3
* Use LogWARN for command usage messages and unrecognisedbrian1997-12-151-2/+2
* Allow random IP number allocation to peer.brian1997-12-131-13/+25
* Correct usage of `add' and `delete'.brian1997-12-081-2/+2
* Only allow one arg to `delete' - the mask & gateway aren't necessary.brian1997-12-071-32/+36
* Fix the help command (broken when I re-prototypedbrian1997-11-231-20/+33
* Fix prototypes.brian1997-11-221-261/+286
* Allow zero args to "cvs log".brian1997-11-181-2/+2
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-22/+7
* Fix command logging (broken with the "allow" command).brian1997-11-131-8/+24
* Return correct value from "set loopback".brian1997-11-121-3/+7
* Don't attempt to dial if "dial label" has specifiedbrian1997-11-121-3/+3
* Don't warn that we're waiting for the command to complete ifbrian1997-11-121-3/+2
* Finish the security improvements:brian1997-11-111-49/+85
* Don't Cleanup() in background mode whenbrian1997-11-091-3/+1
* Initialize VarAltPhone.brian1997-11-091-1/+2
* Don't create a diagnostic socket by default.brian1997-11-091-23/+65
* Don't ask for a password if it's specified as empty.brian1997-11-091-2/+3
* Add the "!include" syntax.brian1997-11-091-39/+34
* Introduce ID0 logging.brian1997-11-091-13/+2
* Don't pass global vars as args.brian1997-11-081-3/+3
* Introduce [local] to "set log [local] ...". This spitsbrian1997-11-041-12/+32
* Cosmetic:brian1997-10-261-1/+2
* Cosmetic (no functional changes):brian1997-10-261-69/+45
* sleep => nointr_sleepbrian1997-10-241-2/+2
* Cosmetic: Mention that ppp is suspending beforebrian1997-10-121-2/+7
* Allow Microsoft CHAP authentication.brian1997-09-251-4/+10
* Correct the way the uucp lock file and the ttyXX.if lockbrian1997-09-221-17/+11
* Typo policebrian1997-09-211-3/+3
* Support CHAP using MD4brian1997-09-171-2/+9
* o Fix two unlikely descriptor leaks.brian1997-09-161-6/+4
* Allow dial to work in non-interactive mode.brian1997-09-091-3/+1
* Print errors correctly (don't adjustbrian1997-09-091-2/+2
* Don't start an interactive shell from abrian1997-09-091-1/+5
* Install as group ``network''brian1997-09-041-5/+5
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-2/+2
* Make the code format more in line with style(9).brian1997-08-251-601/+512
* Allow the use of HISADDR & MYADDR in ppp.conf.brian1997-08-211-1/+5
* Add "set loopback on|off", defaulting to "on".brian1997-08-211-1/+25
* Correct online usage message for "set ? stopped"brian1997-08-211-2/+2
* Expand the "set stopped" command so that it canbrian1997-08-201-6/+33
* Correct the forth arg to "set ifaddr". If specified,brian1997-08-191-7/+8
* Introduce the "bg" command. It's prettybrian1997-08-181-12/+40
* Allow the use of a "stopped" timeout via thebrian1997-08-171-1/+29
* Allow a "hangup" capability.brian1997-07-141-1/+8
OpenPOWER on IntegriCloud