summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Handle a malloc() failure when allocating urgent portsbrian2004-10-111-3/+8
* Add a bunch of malloc() return checksbrian2004-10-119-25/+61
* Fixed the NONETGRAPH build.ru2004-09-131-2/+14
* Mark bundle as unused in case we're compiled with NORADIUS.phk2004-09-071-3/+3
* Fix the NOSUID build: make sure we have the kldload(2) prototype.marcel2004-09-071-0/+2
* Build with -DNOINET6...brian2004-09-062-3/+20
* Reduce WARNS level to 3. Casting causes alignment warnings on platformsmarcel2004-09-061-1/+1
* Fix the build on 64-bit platforms.marcel2004-09-0610-31/+37
* Fix a warningbrian2004-09-051-1/+2
* Make ppp WARNS=5 cleanbrian2004-09-0575-571/+608
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-295-3/+47
* Avoid casts as lvalues.kan2004-07-281-2/+2
* Report the number of bytes not written when complaining about failed writesbrian2004-07-201-2/+2
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingbrian2004-07-177-42/+190
* Fix ``set ifaddr''. The code was actually using an uninitialised variable,brian2004-07-151-1/+1
* Remove a stray backslashbrian2004-07-141-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-9/+15
* Re-implement LQM, this time according to the rfc.brian2004-06-3010-67/+208
* Mention that ``set mtu max'' is necessary for PPPoE.brian2004-06-291-0/+3
* Reduce MAXMSS limit by 12 bytes to allow for rfc 1323.brian2004-06-291-1/+1
* If HISMACADDR is set in the environment (by pppoed), pass the value tobrian2004-06-261-0/+16
* Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX.dds2004-05-191-2/+5
* Make getprotobynumber() calls in FilterCheck conditional on the logdds2004-05-131-13/+43
* Add a missing memcpy (*blush*!)brian2004-04-171-4/+8
* 2 small typos.charnier2004-04-041-2/+2
* Use the length of the interface name, not the length of its address whenbrooks2004-01-211-1/+1
* Xref the proper manual pages.trhodes2004-01-121-3/+3
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-152-11/+11
* Ignore case when comparing CHAP/CHAP81 responsesbrian2003-11-101-7/+12
* Basic PAM authentication support.ru2003-10-292-0/+56
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-234-0/+34
* Hide more crypto from being crunched at release time.markm2003-07-241-1/+1
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
* name union.ume2003-06-282-8/+10
* Remove world read bit from the ppp binary; we don't do world-execute,rwatson2003-06-231-2/+2
* Though manpage says that 0.0.0.0 can be used as HISADDR for gwume2003-06-211-2/+4
* Mention the use of Framed-IPv6-Prefix.ume2003-06-201-0/+4
* IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayume2003-06-203-0/+65
* Mention the use of Framed-IPv6-Route.ume2003-06-201-0/+46
* Do RADIUS accounting on IPV6CP.ume2003-06-195-18/+110
* Oops, I put unused variable in my previous commit.ume2003-06-191-1/+0
* Install routes specified by Framed-IPv6-Route. Since the formatume2003-06-193-1/+71
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.ume2003-06-161-24/+20
* Add missing header for system_Select() prototypekris2003-06-121-0/+1
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerpeter2003-05-251-3/+3
* Erase whitespace at EOL.ru2003-05-221-3/+3
* Previous revision broke release building, unbreak it.ru2003-05-201-0/+1
* Retire the useless NOSECURE knob.des2003-05-191-2/+1
* When session is over, IPv6 default route to tun should beume2003-04-051-1/+4
OpenPOWER on IntegriCloud