| Commit message (Expand) | Author | Age | Files | Lines |
* | When session is over, IPv6 default route to tun should be | ume | 2003-04-05 | 1 | -1/+4 |
* | Set link-local address of tun interface with prefixlen = 64 | ume | 2003-04-04 | 2 | -8/+8 |
* | If IPCP is disabled, susccess of IPV6CP negotiation is sufficient | ume | 2003-03-28 | 1 | -0/+5 |
* | Don't install wrong IPv6 route by add command. | ume | 2003-03-26 | 2 | -3/+12 |
* | Passing a u_char to ntohs() is guaranteed to give the wrong answer ! | brian | 2003-03-26 | 1 | -2/+2 |
* | Add a ``force-scripts'' option for using chat scripts with -direct and | brian | 2003-03-26 | 4 | -20/+40 |
* | Once ppp session is over, the route to ff02::tun0/32 was | ume | 2003-03-25 | 1 | -1/+12 |
* | We need filling scopeid to install routes for link-local | ume | 2003-03-25 | 1 | -0/+24 |
* | Since ppp.link{up,down} is invoked at the end of IPCP negotiation, if | ume | 2003-03-25 | 1 | -2/+32 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | peter | 2002-11-15 | 1 | -1/+1 |
* | If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting | brian | 2002-09-23 | 1 | -1/+2 |
* | Unbreak -DNOINET6 | brian | 2002-09-02 | 1 | -0/+2 |
* | Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does. | sobomax | 2002-08-29 | 1 | -3/+6 |
* | - made ppp compliant to RFC 2472 (based on a patch from another | brian | 2002-08-29 | 5 | -49/+176 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 24 | -6/+26 |
* | Use _BSD_VA_LIST_ rather than __va_list if it's defined | brian | 2002-08-27 | 1 | -2/+5 |
* | Correct the FAQ url | brian | 2002-08-26 | 2 | -4/+6 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 5 | -13/+15 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -2/+2 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -1/+1 |
* | Correct URL to the FAQ | blackend | 2002-07-31 | 1 | -1/+1 |
* | Correct links to Handbook's pages, old URLs does not work anymore. | blackend | 2002-07-30 | 1 | -2/+2 |
* | Do a case insensitive comparison when comparing the ms-chap response | brian | 2002-07-30 | 1 | -1/+1 |
* | Remove unused calls to inet_addr() | brian | 2002-07-18 | 2 | -2/+0 |
* | Back out the previous revision | brian | 2002-07-04 | 1 | -12/+3 |
* | If we've given a domain name prefix as the authentication name, strip | brian | 2002-07-03 | 1 | -3/+12 |
* | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | 2002-07-02 | 1 | -2/+4 |
* | Remove some misleading/wrong diagnostics | brian | 2002-07-02 | 1 | -5/+1 |
* | Show the port number (tty slot, pppoe session id etc) under | brian | 2002-06-30 | 1 | -5/+14 |
* | When a netgraph message is read, look for another before returning. | brian | 2002-06-29 | 1 | -63/+66 |
* | Don't use SignalBundle if it's not set | brian | 2002-06-28 | 1 | -3/+6 |
* | Complain about (and fix) misformatted RADIUS attributes rather than silently | brian | 2002-06-28 | 1 | -2/+6 |
* | When a RADIUS server is being used, don't use MPPE unless the RADIUS | brian | 2002-06-28 | 1 | -6/+19 |
* | Add a hack to handle RADIUS responses from peers that forget that | brian | 2002-06-23 | 1 | -4/+20 |
* | Don't expect NUL terminated data in all netgraph messages received. | brian | 2002-06-22 | 1 | -2/+8 |
* | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian | 2002-06-17 | 5 | -29/+34 |
* | A better prinflike fix... | brian | 2002-06-15 | 1 | -2/+2 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 31 | -89/+89 |
* | Fix a printflike format error | brian | 2002-06-15 | 1 | -1/+1 |
* | Remove a forgotten diagnostic | brian | 2002-06-15 | 1 | -1/+0 |
* | If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an | brian | 2002-06-12 | 2 | -1/+20 |
* | Bump the version number to reflect the recent RADIUS commits | brian | 2002-06-12 | 1 | -1/+1 |
* | Don't forget to process the Ident field on the front of | brian | 2002-06-12 | 2 | -16/+26 |
* | Understand the following Microsoft Vendor Specific RADIUS attributes: | brian | 2002-06-12 | 8 | -55/+329 |
* | Cast pid_t to long for printf()ing | brian | 2002-06-06 | 1 | -2/+2 |
* | Add a missing ``a''. | brian | 2002-06-03 | 1 | -1/+1 |
* | Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is | brian | 2002-06-02 | 1 | -0/+8 |
* | Coerce pid_t to long rather than int for better portability. | brian | 2002-05-27 | 4 | -17/+17 |
* | Increase the maximum FSM option length to 50 | brian | 2002-05-22 | 2 | -3/+3 |