aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* Install as group ``network''Brian Somers1997-09-041-5/+5
* Cosmetic: Make LogPrintf() calls consistent.Brian Somers1997-08-311-2/+2
* Make the code format more in line with style(9).Brian Somers1997-08-251-595/+506
* Allow the use of HISADDR & MYADDR in ppp.conf.Brian Somers1997-08-211-1/+5
* Add "set loopback on|off", defaulting to "on".Brian Somers1997-08-211-1/+25
* Correct online usage message for "set ? stopped"Brian Somers1997-08-211-2/+2
* Expand the "set stopped" command so that it canBrian Somers1997-08-201-6/+33
* Correct the forth arg to "set ifaddr". If specified,Brian Somers1997-08-191-7/+8
* Introduce the "bg" command. It's prettyBrian Somers1997-08-181-12/+40
* Allow the use of a "stopped" timeout via theBrian Somers1997-08-171-1/+29
* Allow a "hangup" capability.Brian Somers1997-07-141-1/+8
* Allow service names in "set server"Brian Somers1997-07-121-3/+15
* Allow specification of a umask for local socketBrian Somers1997-06-301-6/+14
* Deal with HISADDR/MYADDR in filter rules.Brian Somers1997-06-281-11/+13
* Add "set server" to control the server socket.Brian Somers1997-06-251-1/+25
* Allow shell commands (still run as original user)Brian Somers1997-06-251-2/+8
* o Fix uptime for direct connections.Brian Somers1997-06-231-3/+5
* Fix "set parity"Brian Somers1997-06-231-14/+2
* Cosmetic: Fix help syntax.Brian Somers1997-06-171-6/+4
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-5/+3
* Fix "delete ...", it now only insists onBrian Somers1997-06-131-14/+17
* Fix "show ?" alignment.Brian Somers1997-06-131-2/+2
* Sort out ppp over tcp:Brian Somers1997-06-111-11/+15
* Overhaul ppp:Brian Somers1997-06-091-371/+452
* Implement "set mtu" command to allow the client toBrian Somers1997-06-011-7/+54
* Remove "set mtu ..." ability. Currently, this is anBrian Somers1997-05-311-2/+2
* Correct the return of DialModem()Brian Somers1997-05-291-2/+2
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-15/+26
* Fix the reconnect option, and add an explanation to vars.hBrian Somers1997-05-241-2/+2
* Use the latest alias engine - now in libalias.Brian Somers1997-05-231-6/+97
* Mega update to sort out bad implementationsBrian Somers1997-05-191-2/+6
* Build pid_filename without a double slash.Brian Somers1997-05-141-2/+2
* Cosmetique fixes:Andrey A. Chernov1997-05-101-2/+2
* Add a ttyXX.if file in /var/run that points toBrian Somers1997-05-101-1/+3
* Tidy up the code - bounds checking, returnBrian Somers1997-05-101-14/+27
* Don't reconnect (due to reconnect setting) afterBrian Somers1997-05-091-1/+2
* Allow mixed case commands.Brian Somers1997-05-081-10/+10
* Allow up to 40 args in the chat script (was 20).Brian Somers1997-05-071-3/+3
* Add a reconnect capability directing ppp to re-establishBrian Somers1997-04-211-8/+36
* Make the next number redial ability configurable. TheBrian Somers1997-04-141-3/+40
* Ignore SIGPIPE or any user can quit ppp just telnetting to itAndrey A. Chernov1997-04-091-1/+2
* Use srandomdev() to initialize RNGAndrey A. Chernov1997-03-241-2/+3
* Convert srandom() arg cast to Lite2 styleAndrey A. Chernov1997-03-171-2/+2
* Do not re-initialize random numbers generator several times.Andrey A. Chernov1997-03-101-2/+6
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatAndrey A. Chernov1997-03-101-4/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make it possible to substitute INTERFACE when executing commands.Poul-Henning Kamp1997-02-221-0/+5
* Fix a benign typo (benign by now, since sizeof(VarLoginScript) ==Joerg Wunsch1997-02-021-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringWarner Losh1997-01-101-1/+7