| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the length of the interface name, not the length of its address when | brooks | 2004-01-21 | 1 | -1/+1 |
* | Xref the proper manual pages. | trhodes | 2004-01-12 | 1 | -3/+3 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 2 | -11/+11 |
* | Ignore case when comparing CHAP/CHAP81 responses | brian | 2003-11-10 | 1 | -7/+12 |
* | Basic PAM authentication support. | ru | 2003-10-29 | 2 | -0/+56 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 4 | -0/+34 |
* | Hide more crypto from being crunched at release time. | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | name union. | ume | 2003-06-28 | 2 | -8/+10 |
* | Remove world read bit from the ppp binary; we don't do world-execute, | rwatson | 2003-06-23 | 1 | -2/+2 |
* | Though manpage says that 0.0.0.0 can be used as HISADDR for gw | ume | 2003-06-21 | 1 | -2/+4 |
* | Mention the use of Framed-IPv6-Prefix. | ume | 2003-06-20 | 1 | -0/+4 |
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | ume | 2003-06-20 | 3 | -0/+65 |
* | Mention the use of Framed-IPv6-Route. | ume | 2003-06-20 | 1 | -0/+46 |
* | Do RADIUS accounting on IPV6CP. | ume | 2003-06-19 | 5 | -18/+110 |
* | Oops, I put unused variable in my previous commit. | ume | 2003-06-19 | 1 | -1/+0 |
* | Install routes specified by Framed-IPv6-Route. Since the format | ume | 2003-06-19 | 3 | -1/+71 |
* | MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled. | ume | 2003-06-16 | 1 | -24/+20 |
* | Add missing header for system_Select() prototype | kris | 2003-06-12 | 1 | -0/+1 |
* | Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler | peter | 2003-05-25 | 1 | -3/+3 |
* | Erase whitespace at EOL. | ru | 2003-05-22 | 1 | -3/+3 |
* | Previous revision broke release building, unbreak it. | ru | 2003-05-20 | 1 | -0/+1 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -2/+1 |
* | 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 |