aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix multiple instances of the following clang 3.6.0 warning in ppp:Dimitry Andric2015-01-281-2/+2
* Log if fopen() fails.Gleb Smirnoff2010-10-181-1/+4
* Conditionally add the interface name and address if availableBjoern A. Zeeb2009-04-201-1/+1
* Update to the "new" libalias API (and thus fix world breakage).Paolo Pisati2008-03-121-1/+3
* Add a radius_Flush() function that waits for the response (or timeout) toBrian Somers2005-01-271-0/+1
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...Brian Somers2005-01-101-20/+28
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-29/+19
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers2004-07-171-3/+5
* Do RADIUS accounting on IPV6CP.Hajimu UMEMOTO2003-06-191-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingBrian Somers2002-09-231-1/+2
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-2/+2
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anBrian Somers2002-06-121-0/+8
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-159/+142
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-1/+1
* Specify the gateway address when updating the MTU and send/recv pipeBrian Somers2001-08-161-3/+10
* Add a missing newlineBrian Somers2001-08-151-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-325/+276
* If the peer sends a REQ without the IPADDR option, only reject itBrian Somers2001-07-281-6/+15
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-20/+25
* If we don't receive a TY_IPADDR option as part of a configure request, NAKBrian Somers2001-05-221-62/+80
* Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sBrian Somers2001-05-111-0/+7
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-2/+2
* MAXHOSTNAME includes space for a NULBrian Somers2001-03-091-1/+1
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-1/+1
* Handle SECDNS being rejected when PRIDNS is notBrian Somers2001-01-221-2/+5
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-281-0/+11
* Don't delete sticky routes when unconfiguring the interface.Brian Somers2000-08-141-2/+0
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYBrian Somers2000-06-081-1/+3
* Fix a topy (if (expr); command;)Brian Somers2000-05-251-1/+1
* Don't attempt to fputs(NULL, fp) when ``enable dns'' is given andBrian Somers2000-05-241-2/+3
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-118/+221
* Fix some printf-style argument bugsBrian Somers2000-03-141-1/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can stayBrian Somers2000-03-141-3/+4
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-24/+23
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-3/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-2/+2
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* Introduce a forth IP packet queue. Urgent packets withBrian Somers1999-09-071-43/+68
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+112
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-4/+4
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-2/+2
* Don't use static variables if we don't have to.Brian Somers1999-06-081-3/+2