summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove extraneous prototypes.brian1997-08-011-3/+1
* Set up the alias address before executingbrian1997-07-291-3/+3
* Fix file descriptor leaks.brian1997-07-281-4/+8
* Count the "proto" arg after a single address,brian1997-07-271-2/+4
* Don't try to ioctl(,TIOCOUTQ,) on a closedbrian1997-07-241-5/+6
* Allow a "hangup" capability.brian1997-07-146-9/+43
* Allow service names in "set server"brian1997-07-121-3/+15
* Reset all LQR variables when we start over.phk1997-07-021-1/+4
* Make HUP cause an exit (as it used to), and makebrian1997-07-014-55/+17
* Allow specification of a umask for local socketbrian1997-06-305-14/+30
* Fix HUP handling while dialing.brian1997-06-291-3/+6
* Deal with HISADDR/MYADDR in filter rules.brian1997-06-282-15/+21
* Add "set server" to control the server socket.brian1997-06-2510-74/+361
* Allow shell commands (still run as original user)brian1997-06-251-2/+8
* Fix ~? output in "term" mode.brian1997-06-241-9/+9
* o Fix uptime for direct connections.brian1997-06-235-66/+76
* Typo police.brian1997-06-231-2/+2
* Fix "set parity"brian1997-06-231-14/+2
* Fix "delete all".brian1997-06-203-32/+56
* Cosmetic: Fix help syntax.brian1997-06-171-6/+4
* Handle redial tries correctly under -ddialbrian1997-06-171-10/+11
* Put TCP/IP logs back on one line.brian1997-06-161-18/+46
* Set netfd to STDOUT_FILENO rather than STDIN_FILENO.brian1997-06-161-2/+2
* Correct filter docs.brian1997-06-162-8/+8
* Remove call to daemon(). Just call setsid() and closebrian1997-06-161-7/+10
* Remove srandomdev fallback codeache1997-06-143-11/+7
* Fix "delete ...", it now only insists onbrian1997-06-134-23/+40
* Add ppp.linkdown file to compliment ppp.linkup.brian1997-06-134-23/+45
* Fix "show ?" alignment.brian1997-06-131-2/+2
* Document ppp over tcp (how to tunnel)brian1997-06-132-4/+212
* Sort out ppp over tcp:brian1997-06-114-32/+58
* Make the man page a little more detailed.brian1997-06-094-648/+1944
* Overhaul ppp:brian1997-06-0962-2149/+1739
* Remove mis-leading version info.brian1997-06-032-4/+2
* Back out last change (which in fact breaks rfc1661)brian1997-06-021-4/+5
* Go directly to ST_STOPPED when a TerminateReq isbrian1997-06-011-3/+3
* Reduce MAX_M[RT]U back to 2048. Even on a null-modembrian1997-06-012-8/+6
* Remove initial startup printf's in -direct mode.brian1997-06-014-16/+25
* Implement "set mtu" command to allow the client tobrian1997-06-015-14/+69
* Remove "set mtu ..." ability. Currently, this is anbrian1997-05-311-2/+2
* Correct the return of DialModem()brian1997-05-293-15/+12
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-2625-119/+259
* Include <alias.h>, not "alias.h"brian1997-05-252-4/+2
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-2411-28/+65
* Finish updating for the latest alias code.brian1997-05-234-0/+432
* Add SO_REUSEADDR socket opt in case the last telnetbrian1997-05-231-1/+2
* Use the latest alias engine - now in libalias.brian1997-05-2313-2626/+841
* Output exit status description of child in background mode.brian1997-05-191-3/+4
* Mega update to sort out bad implementationsbrian1997-05-1913-95/+125
* Make openmode active by default (for both client/server).brian1997-05-172-8/+5
OpenPOWER on IntegriCloud