summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/ipcp.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove if_ppp(4) and if_sl(4).ed2009-04-051-1531/+0
| | | | | | | | | | | | | Not only did these two drivers depend on IFF_NEEDSGIANT, they were broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been replaced by ppp(8). There is no replacement for if_sl(4). If we see regressions in for example the ports tree, we should just use __FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are present. Version 800045 is used to denote the import of MPSAFE TTY. Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the lists.
* Add missing <stdlib.h> for exit()kevlo2007-11-071-0/+1
|
* Cleanup of userland __P usekevlo2007-11-071-25/+25
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.peter1998-06-201-6/+8
|
* Update to pppd-2.3.1, except for the CLOCAL changes while running thepeter1997-08-221-1/+3
| | | | connect script to main.c that can cause problems on bsd-style tty systems.
* *gulp* First pass at merging in ppp-2.3.0's pppd. (this haspeter1997-08-191-136/+402
| | | | | | | | | | | | | | | dial-on-demand, packet filtering, idle timeouts, etc). The IPX support is pretty much there but more work needs to be done in sys-bsd.c for the interface ioctls (Linux has a very different way of configuring IPX interfaces). Along the way some things have temporarily been lost due to very messy conflicts. I will recover them shortly when I can think clearer. The main one is the local:remote address override in pap-secrets and chap-secrets. Some other home-grown features (dns1,dns2) have been implemented differently. Microsoft's chap client auth hacks have been implemented. There are bound to be more rough edges... The changes for connect-max-retries doesn't fit well with the dial-on-demand code.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use libmd.phk1996-03-011-1/+51
| | | | | Add support for negotiating (more like "informing peer") about DNS. Various cleanup of warnings.
* AARGH!! by default, pppd would no longer allow users to use "proxyarp"peter1995-11-031-1/+5
| | | | | | | | | or "defaultroute"... That's forgivable I guess, but the silly thing didn't have any way to _enable_ the options either! :-( This now enables them by default. Obtained from: ppp-2.3a0
* Bring pppd from ppp-2.2 onto the mainline..peter1995-10-311-51/+61
| | | | (more work needs to be done here, I'm trying to beat the supscan)
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Initial revisionwollman1994-09-251-0/+1196
OpenPOWER on IntegriCloud