1
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Invoke options.ttyxx even if the dev directory isn't at the root (e.g. if the tty device is /ram1/dev/ttyS0). Patch sent in by Marco d'Itri.
paulusmack
as Paul Mackerras
More... over 21 years ago
Don't fall over if the channel doesn't have a disconnect method.
paulusmack
as Paul Mackerras
More... over 21 years ago
Fix a compile warning (IPPROTO_TCP redefined).
paulusmack
as Paul Mackerras
More... over 21 years ago
Always set the DNS1 and DNS2 environment variables from scripts, even if we didn't explicitly ask the peer to send them. Patch from Marco d'Itri.
paulusmack
as Paul Mackerras
More... over 21 years ago
Change some Makefile.linux files to use COPTS and CFLAGS the same way that pppd/Makefile.linux does.
paulusmack
as Paul Mackerras
More... over 21 years ago
Change references to cuaN in examples and documentation to ttySN. Yes, rather linux-centric, I know. Patch from Marco d'Itri (Debian ppp package maintainer).
paulusmack
as Paul Mackerras
More... over 21 years ago
Fix off-by-one error in radius MS-CHAPv2 verification. Patch from Anton Golubev.
paulusmack
as Paul Mackerras
More... over 21 years ago
bugfix from Erich Schubert (erich at debian.org) More... over 21 years ago
Fix the ID string
paulusmack
as Paul Mackerras
More... over 21 years ago
Remove old CHAP implementation
paulusmack
as Paul Mackerras
More... over 21 years ago
Enable PPP filtering by default on Linux.
paulusmack
as Paul Mackerras
More... over 21 years ago
Update my email address.
paulusmack
as Paul Mackerras
More... over 21 years ago
Remove references to the old CHAP code.
paulusmack
as Paul Mackerras
More... over 21 years ago
Update this for the new CHAP code. Untested.
paulusmack
as Paul Mackerras
More... over 21 years ago
Update to 2.4.2
paulusmack
as Paul Mackerras
More... over 21 years ago
fix a bug reported by Morgan Nelson. Confirmed on RedHat/ASPLinux 9 More... almost 22 years ago
Fixed the old chap.c so that it works with the new auth.c, since existing makefiles still refer to chap.c for all but Linux. Fixed unsolicited Configure-Nak handling in *_nakci -- usenet report that 'while' loop terminates too early if there's a boolean. Fixed tiny typo in chap-new.c comment. More... about 22 years ago
skip response length byte before handling the response itself, thx to Paul Flinders More... about 22 years ago
#include <linux/string.h> for mem*() More... about 22 years ago
#elif, not #else if More... about 22 years ago
don't barf on RH directory suffixes (-release) More... about 22 years ago
Fix a couple of state transitions Make sure we only call np_finished once
paulusmack
as Paul Mackerras
More... about 22 years ago
Fix a couple of errors pointed out by Andrew Benham <[email protected]>.
paulusmack
as Paul Mackerras
More... about 22 years ago
Update the what's new list
paulusmack
as Paul Mackerras
More... about 22 years ago
New CHAP implementation, rewritten from scratch to avoid the code copyrighted by the uncontactable Gregory Christy. The new code is much cleaner and splits out all the digest-specific code to separate files. Thus the CHAP-MD5 stuff is now in chap-md5.c and all the CHAP-MS and CHAP-MSv2 stuff has moved into chap_ms.c, instead of having half of it in chap.c.
paulusmack
as Paul Mackerras
More... about 22 years ago
Fix a bug where we would keep asking for MS-CHAP v2 even though the peer NAK'd with MD5.
paulusmack
as Paul Mackerras
More... about 22 years ago
Add copyright notice and rewrite all sections which are identifiably from the original pppd.8.
paulusmack
as Paul Mackerras
More... about 22 years ago
s/opad/xpad/ to be consistent with other vars (r=recv,x=xmit) More... about 22 years ago
small padding change More... about 22 years ago
bail on dirs not of the form linux-x.y.z More... about 22 years ago