summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* Allow shell commands (still run as original user)brian1997-06-251-2/+8
* o Fix uptime for direct connections.brian1997-06-231-3/+5
* Fix "set parity"brian1997-06-231-14/+2
* Cosmetic: Fix help syntax.brian1997-06-171-6/+4
* Remove srandomdev fallback codeache1997-06-141-5/+3
* Fix "delete ...", it now only insists onbrian1997-06-131-14/+17
* Fix "show ?" alignment.brian1997-06-131-2/+2
* Sort out ppp over tcp:brian1997-06-111-11/+15
* Overhaul ppp:brian1997-06-091-372/+453
* Implement "set mtu" command to allow the client tobrian1997-06-011-7/+54
* Remove "set mtu ..." ability. Currently, this is anbrian1997-05-311-2/+2
* Correct the return of DialModem()brian1997-05-291-2/+2
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-15/+26
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
* Use the latest alias engine - now in libalias.brian1997-05-231-6/+97
* Mega update to sort out bad implementationsbrian1997-05-191-2/+6
* Build pid_filename without a double slash.brian1997-05-141-2/+2
* Cosmetique fixes:ache1997-05-101-2/+2
* Add a ttyXX.if file in /var/run that points tobrian1997-05-101-1/+3
* Tidy up the code - bounds checking, returnbrian1997-05-101-14/+27
* Don't reconnect (due to reconnect setting) afterbrian1997-05-091-1/+2
* Allow mixed case commands.brian1997-05-081-10/+10
* Allow up to 40 args in the chat script (was 20).brian1997-05-071-3/+3
* Add a reconnect capability directing ppp to re-establishbrian1997-04-211-8/+36
* Make the next number redial ability configurable. Thebrian1997-04-141-3/+40
* Ignore SIGPIPE or any user can quit ppp just telnetting to itache1997-04-091-1/+2
* Use srandomdev() to initialize RNGache1997-03-241-2/+3
* Convert srandom() arg cast to Lite2 styleache1997-03-171-2/+2
* Do not re-initialize random numbers generator several times.ache1997-03-101-2/+6
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatache1997-03-101-4/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make it possible to substitute INTERFACE when executing commands.phk1997-02-221-0/+5
* Fix a benign typo (benign by now, since sizeof(VarLoginScript) ==joerg1997-02-021-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-1/+7
* For /usr/sbin/ppp, you must choose between running ppp in the background orjkh1996-12-221-7/+6
* Make CRTSTS selection a runtime option. Closes PR#1392jkh1996-12-221-1/+20
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestnate1996-12-031-2/+4
* Fixed the security leek I introduced the other day, nowsos1996-10-131-3/+10
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-121-4/+8
* Allow shell commands in all modes.sos1996-10-101-3/+3
* Add the feature to use MYADDR & HISADDR macroes as arguments tosos1996-10-071-2/+12
* Add support for the Evil Microsoft ppp extentions. Yes, they did itjkh1996-10-061-1/+76
* Moved getdtablesize() out of a loop.bde1996-09-281-3/+4
* Prepare for exec properly and check return valuesache1996-06-091-4/+9
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-3/+4
* Prevent dial cycling on the last phone from the list, make phone list copyache1996-03-081-2/+3
* 1) Add multi-phone dialing/redialing, several phones separated by ':'ache1996-03-081-7/+11
* Use libmd's MD5.phk1996-01-301-4/+4
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-4/+5
OpenPOWER on IntegriCloud