summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-3010-67/+208
* Mention that ``set mtu max'' is necessary for PPPoE.Brian Somers2004-06-291-0/+3
* Reduce MAXMSS limit by 12 bytes to allow for rfc 1323.Brian Somers2004-06-291-1/+1
* If HISMACADDR is set in the environment (by pppoed), pass the value toBrian Somers2004-06-261-0/+16
* Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX.Diomidis Spinellis2004-05-191-2/+5
* Make getprotobynumber() calls in FilterCheck conditional on the logDiomidis Spinellis2004-05-131-13/+43
* Add a missing memcpy (*blush*!)Brian Somers2004-04-171-4/+8
* 2 small typos.Philippe Charnier2004-04-041-2/+2
* Use the length of the interface name, not the length of its address whenBrooks Davis2004-01-211-1/+1
* Xref the proper manual pages.Tom Rhodes2004-01-121-3/+3
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-152-11/+11
* Ignore case when comparing CHAP/CHAP81 responsesBrian Somers2003-11-101-7/+12
* Basic PAM authentication support.Ruslan Ermilov2003-10-292-0/+56
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-234-0/+34
* Hide more crypto from being crunched at release time.Mark Murray2003-07-241-1/+1
* Don't check for the existance of src/crypto/ for building items thatMark Murray2003-07-241-1/+1
* name union.Hajimu UMEMOTO2003-06-282-8/+10
* Remove world read bit from the ppp binary; we don't do world-execute,Robert Watson2003-06-231-2/+2
* Though manpage says that 0.0.0.0 can be used as HISADDR for gwHajimu UMEMOTO2003-06-211-2/+4
* Mention the use of Framed-IPv6-Prefix.Hajimu UMEMOTO2003-06-201-0/+4
* IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayHajimu UMEMOTO2003-06-203-0/+65
* Mention the use of Framed-IPv6-Route.Hajimu UMEMOTO2003-06-201-0/+46
* Do RADIUS accounting on IPV6CP.Hajimu UMEMOTO2003-06-195-18/+110
* Oops, I put unused variable in my previous commit.Hajimu UMEMOTO2003-06-191-1/+0
* Install routes specified by Framed-IPv6-Route. Since the formatHajimu UMEMOTO2003-06-193-1/+71
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.Hajimu UMEMOTO2003-06-161-24/+20
* Add missing header for system_Select() prototypeKris Kennaway2003-06-121-0/+1
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerPeter Wemm2003-05-251-3/+3
* Erase whitespace at EOL.Ruslan Ermilov2003-05-221-3/+3
* Previous revision broke release building, unbreak it.Ruslan Ermilov2003-05-201-0/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-2/+1
* When session is over, IPv6 default route to tun should beHajimu UMEMOTO2003-04-051-1/+4
* Set link-local address of tun interface with prefixlen = 64Hajimu UMEMOTO2003-04-042-8/+8
* If IPCP is disabled, susccess of IPV6CP negotiation is sufficientHajimu UMEMOTO2003-03-281-0/+5
* Don't install wrong IPv6 route by add command.Hajimu UMEMOTO2003-03-262-3/+12
* Passing a u_char to ntohs() is guaranteed to give the wrong answer !Brian Somers2003-03-261-2/+2
* Add a ``force-scripts'' option for using chat scripts with -direct andBrian Somers2003-03-264-20/+40
* Once ppp session is over, the route to ff02::tun0/32 wasHajimu UMEMOTO2003-03-251-1/+12
* We need filling scopeid to install routes for link-localHajimu UMEMOTO2003-03-251-0/+24
* Since ppp.link{up,down} is invoked at the end of IPCP negotiation, ifHajimu UMEMOTO2003-03-251-2/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanPeter Wemm2002-11-151-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
* Unbreak -DNOINET6Brian Somers2002-09-021-0/+2
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.Maxim Sobolev2002-08-291-3/+6
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-295-49/+176
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-2724-6/+26
* Use _BSD_VA_LIST_ rather than __va_list if it's definedBrian Somers2002-08-271-2/+5
* Correct the FAQ urlBrian Somers2002-08-262-4/+6
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-255-13/+15