summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap.c
AgeCommit message (Collapse)Author
1998-03-13Add extraneous braces to stiffle warnings from gcc-2.8brian
1998-02-19Allow 8 character login names.brian
Pointed out by: Forgotten Do the login()/logwtmp()/logout() as id 0.
1997-12-24Cosmetic (style):brian
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
1997-12-07Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian
I did the deflate re-org). Make PAP & CHAP negotiation prettier in the log file. If both PAP & CHAP are `enabled' and the peer NAKs CHAP suggesting PAP, be friendly and REQ PAP the next time. This is in line with the rfc.
1997-11-23Import version 1.5 of ppp.brian
<sales> This is a user-level ppp implementation that uses the tun driver. It was originally created by a Japanese ISP. It's now piled with features. Check the man pages for details. </sales> The sources are identical to the ones in FreeBSD, except for the Makefile. IP aliasing (NAT) is disabled, and can be enabled by simply doing a ``make install'' of libalias, then rebuilding ppp. I'll create libalias as a port soon.