aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a bunch of malloc() return checksBrian Somers2004-10-111-6/+14
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-5/+5
* Add a ``force-scripts'' option for using chat scripts with -direct andBrian Somers2003-03-261-1/+2
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-8/+8
* Remove whitespace at the end of lines.Brian Somers2002-06-151-3/+3
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-4/+19
* Don't blow away ``set escape'' settings when we've completed theBrian Somers2002-03-041-1/+1
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers2001-10-231-12/+10
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-1/+6
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-1/+2
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.Brian Somers2001-05-221-6/+3
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andBrian Somers2001-02-041-16/+19
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* When we do a ``dial'' or ``open'' from DATALINK_READY, go toBrian Somers2000-05-261-2/+4
* When running ppp -background, show comfort messages showingBrian Somers2000-04-071-2/+8
* Don't bother setting the dial timer if we've closed aBrian Somers2000-03-221-1/+2
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* If we're in callback mode, don't forget this fact when weBrian Somers2000-01-271-0/+2
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-9/+18
* Be careful not to re-initialise `struct stat' while it still hasBrian Somers1999-12-031-16/+16
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-281-5/+7
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-5/+4
* Don't recurse into datalink_UpdateSet() afterBrian Somers1999-11-091-2/+4
* Support PPPoEBrian Somers1999-11-061-4/+5
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-251-17/+40
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want toBrian Somers1999-10-211-2/+4
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.Brian Somers1999-10-081-1/+1
* Don't go from datalink state opening directly to lcp, go viaBrian Somers1999-10-071-5/+11
* Bring links down gently when their throughput isn't enough forBrian Somers1999-10-051-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-6/+27
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-1/+4
* Don't use the ``next'' redial timer if we have no phone number at all.Brian Somers1999-06-181-1/+3
* Never bring a link back up after receiving a terminating signal,Brian Somers1999-06-101-2/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-19/+19
* When going from DATALINK_HANGUP directly toBrian Somers1999-04-061-1/+5
* When we get an LCP TLU, go into PHASE_AUTHENTICATEBrian Somers1999-04-051-2/+2
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-46/+97
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-8/+8
* When our dial timeout is ``random'', display its valueBrian Somers1999-02-251-9/+14
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-10/+9
* Nuke any remaining auth timers when datalinks come back downBrian Somers1999-02-171-9/+17
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-5/+21
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-25/+24