summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set link-local address of tun interface with prefixlen = 64ume2003-04-042-8/+8
* If IPCP is disabled, susccess of IPV6CP negotiation is sufficientume2003-03-281-0/+5
* Don't install wrong IPv6 route by add command.ume2003-03-262-3/+12
* Passing a u_char to ntohs() is guaranteed to give the wrong answer !brian2003-03-261-2/+2
* Add a ``force-scripts'' option for using chat scripts with -direct andbrian2003-03-264-20/+40
* Once ppp session is over, the route to ff02::tun0/32 wasume2003-03-251-1/+12
* We need filling scopeid to install routes for link-localume2003-03-251-0/+24
* Since ppp.link{up,down} is invoked at the end of IPCP negotiation, ifume2003-03-251-2/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingbrian2002-09-231-1/+2
* Unbreak -DNOINET6brian2002-09-021-0/+2
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.sobomax2002-08-291-3/+6
* - made ppp compliant to RFC 2472 (based on a patch from anotherbrian2002-08-295-49/+176
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-2724-6/+26
* Use _BSD_VA_LIST_ rather than __va_list if it's definedbrian2002-08-271-2/+5
* Correct the FAQ urlbrian2002-08-262-4/+6
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-255-13/+15
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-2/+2
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
* Correct URL to the FAQblackend2002-07-311-1/+1
* Correct links to Handbook's pages, old URLs does not work anymore.blackend2002-07-301-2/+2
* Do a case insensitive comparison when comparing the ms-chap responsebrian2002-07-301-1/+1
* Remove unused calls to inet_addr()brian2002-07-182-2/+0
* Back out the previous revisionbrian2002-07-041-12/+3
* If we've given a domain name prefix as the authentication name, stripbrian2002-07-031-3/+12
* Don't trust the MPPE key lengths passed back from the RADIUS server.brian2002-07-021-2/+4
* Remove some misleading/wrong diagnosticsbrian2002-07-021-5/+1
* Show the port number (tty slot, pppoe session id etc) underbrian2002-06-301-5/+14
* When a netgraph message is read, look for another before returning.brian2002-06-291-63/+66
* Don't use SignalBundle if it's not setbrian2002-06-281-3/+6
* Complain about (and fix) misformatted RADIUS attributes rather than silentlybrian2002-06-281-2/+6
* When a RADIUS server is being used, don't use MPPE unless the RADIUSbrian2002-06-281-6/+19
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
* Don't expect NUL terminated data in all netgraph messages received.brian2002-06-221-2/+8
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* A better prinflike fix...brian2002-06-151-2/+2
* Remove whitespace at the end of lines.brian2002-06-1531-89/+89
* Fix a printflike format errorbrian2002-06-151-1/+1
* Remove a forgotten diagnosticbrian2002-06-151-1/+0
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofbrian2002-06-122-16/+26
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-128-55/+329
* Cast pid_t to long for printf()ingbrian2002-06-061-2/+2
OpenPOWER on IntegriCloud