aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/defs.h
Commit message (Expand)AuthorAgeFilesLines
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-9/+9
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-3/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-38/+30
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+4
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-1/+3
| * o Use two `cat' processes to connect the modem to anBrian Somers1998-05-011-2/+2
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-2/+4
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-3/+1
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-15/+11
| * Correct (yesterdays) broken -background flag.Brian Somers1998-04-081-3/+3
| * Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-3/+2
| * Deglobalise `struct prompt':Brian Somers1998-04-031-2/+1
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-1/+3
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+3
| * Tidy up the parent notification stuff for -background mode.Brian Somers1998-03-251-6/+1
| * Move the idle timer into struct bundle. There's noBrian Somers1998-03-091-1/+2
| * Move phone numbers into struct datalink.Brian Somers1998-03-091-4/+4
| * o Move all device names into struct physical.Brian Somers1998-03-061-10/+5
| * Move the redial timeouts and max tries into struct datalink.Brian Somers1998-02-161-3/+3
| * Move the reconnect timeout and max tries into struct datalink.Brian Somers1998-02-161-3/+2
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-2/+1
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+95
* Show who closes the diagnostic connection.Brian Somers1997-12-271-2/+2
* Fix prototypes.Brian Somers1997-11-221-1/+2
* Add and use a DropClient() function for closing the diagnostic port.Brian Somers1997-11-181-1/+2
* Add id strings to tun.[ch].Brian Somers1997-11-171-1/+2
* Finish the security improvements:Brian Somers1997-11-111-2/+6
* Increase chat script sizes to 512Brian Somers1997-11-091-1/+3
* Cosmetic:Brian Somers1997-10-261-6/+1
* Cosmetic (no functional changes):Brian Somers1997-10-261-45/+23
* sleep => nointr_sleepBrian Somers1997-10-241-5/+3
* Restore back non-interruptable sleep/usleep just redefine them to notAndrey A. Chernov1997-10-231-1/+9
* Cosmetic: Remove unused variables and build on OpenBSD.Brian Somers1997-09-101-2/+7
* Make the code format more in line with style(9).Brian Somers1997-08-251-8/+8
* o Fix uptime for direct connections.Brian Somers1997-06-231-1/+2
* Add ppp.linkdown file to compliment ppp.linkup.Brian Somers1997-06-131-3/+3
* Overhaul ppp:Brian Somers1997-06-091-2/+1
* Add a ttyXX.if file in /var/run that points toBrian Somers1997-05-101-1/+3
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofAndrey A. Chernov1997-05-041-2/+2
* Add a reconnect capability directing ppp to re-establishBrian Somers1997-04-211-1/+3
* Make the next number redial ability configurable. TheBrian Somers1997-04-141-3/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* For /usr/sbin/ppp, you must choose between running ppp in the background orJordan K. Hubbard1996-12-221-1/+6
* Make CRTSTS selection a runtime option. Closes PR#1392Jordan K. Hubbard1996-12-221-1/+2
* The infamous IP aliasing code for ppp, modified to work as a runtime optionJordan K. Hubbard1996-12-121-1/+2
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestNate Williams1996-12-031-1/+2
* 1. Add a settable redial timer and logging of the process id in a file.Atsushi Murai1995-10-081-2/+2
* 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey )Atsushi Murai1995-09-021-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-0/+12