aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/datalink.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Add a bunch of malloc() return checksBrian Somers2004-10-111-1/+0
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-1/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-1/+2
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-1/+1
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-1/+1
* Support PPPoEBrian Somers1999-11-061-2/+3
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-251-10/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-7/+9
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-5/+11
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-2/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-3/+11
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-2/+9
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-281-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* Add the `rename' command for renaming links.Brian Somers1998-05-161-1/+2
* o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+2
* o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-151-1/+3
* Log link name changes correctly.Brian Somers1998-05-061-2/+2
* o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS,Brian Somers1998-05-021-3/+7
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+1
* o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-3/+5
* o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-2/+6
* Cosmetic: Clean up warnings.Brian Somers1998-04-181-2/+2
* o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-7/+13
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+5
* Add the `clone' and `remove' commands for creating and destroyingBrian Somers1998-04-051-1/+2
* Deglobalise `struct prompt':Brian Somers1998-04-031-2/+4
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-4/+4
* o Don't immediately reply to the first LQR thinkingBrian Somers1998-03-131-3/+1
* Move phone numbers into struct datalink.Brian Somers1998-03-091-1/+11
* Do authentication at the datalink level, not the bundle level.Brian Somers1998-03-011-2/+9
* Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-6/+9
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-2/+2
* Cosmetic: Group configuration items in struct datalink.Brian Somers1998-02-171-10/+15
* Add datalink state DATALINK_READY to indicate when the datalinkBrian Somers1998-02-171-2/+4
* Sort out (fix) the `term' command.Brian Somers1998-02-171-3/+4
* Move the redial timeouts and max tries into struct datalink.Brian Somers1998-02-161-4/+8
* Move the reconnect timeout and max tries into struct datalink.Brian Somers1998-02-161-2/+5
* Move the dial, login and hangup scripts into struct datalink.Brian Somers1998-02-161-1/+8
* Create struct datalink.Brian Somers1998-02-161-0/+66