summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of malloc() return checksbrian2004-10-111-6/+14
* Make ppp WARNS=5 cleanbrian2004-09-051-5/+5
* Add a ``force-scripts'' option for using chat scripts with -direct andbrian2003-03-261-1/+2
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-8/+8
* Remove whitespace at the end of lines.brian2002-06-151-3/+3
* o Clean up some #includesbrian2002-05-141-1/+0
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-4/+19
* Don't blow away ``set escape'' settings when we've completed thebrian2002-03-041-1/+1
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() bybrian2001-10-231-12/+10
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-1/+6
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-031-1/+2
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.brian2001-05-221-6/+3
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian2001-02-041-16/+19
* Various whitespace changes.brian2000-10-301-1/+2
* Support link identification from rfc1570brian2000-07-191-1/+1
* When we do a ``dial'' or ``open'' from DATALINK_READY, go tobrian2000-05-261-2/+4
* When running ppp -background, show comfort messages showingbrian2000-04-071-2/+8
* Don't bother setting the dial timer if we've closed abrian2000-03-221-1/+2
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-9/+18
* Be careful not to re-initialise `struct stat' while it still hasbrian1999-12-031-16/+16
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-5/+7
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-5/+4
* Don't recurse into datalink_UpdateSet() afterbrian1999-11-091-2/+4
* Support PPPoEbrian1999-11-061-4/+5
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-251-17/+40
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want tobrian1999-10-211-2/+4
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.brian1999-10-081-1/+1
* Don't go from datalink state opening directly to lcp, go viabrian1999-10-071-5/+11
* Bring links down gently when their throughput isn't enough forbrian1999-10-051-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-6/+27
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-1/+4
* Don't use the ``next'' redial timer if we have no phone number at all.brian1999-06-181-1/+3
* Never bring a link back up after receiving a terminating signal,brian1999-06-101-2/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-19/+19
* When going from DATALINK_HANGUP directly tobrian1999-04-061-1/+5
* When we get an LCP TLU, go into PHASE_AUTHENTICATEbrian1999-04-051-2/+2
* Extend the ``set redial'' command to allow incrementalbrian1999-03-041-46/+97
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-8/+8
* When our dial timeout is ``random'', display its valuebrian1999-02-251-9/+14
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-10/+9
* Nuke any remaining auth timers when datalinks come back downbrian1999-02-171-9/+17
* When resending chap challenges, resend the same challengebrian1999-02-111-5/+21
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-25/+24
* Reimplement the previous fix (no response to PAP requests)brian1999-02-021-5/+3
OpenPOWER on IntegriCloud