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. |
|
More...
|
over 21 years ago
|
Don't fall over if the channel doesn't have a disconnect method. |
|
More...
|
over 21 years ago
|
Fix a compile warning (IPPROTO_TCP redefined). |
|
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. |
|
More...
|
over 21 years ago
|
Change some Makefile.linux files to use COPTS and CFLAGS the same way that pppd/Makefile.linux does. |
|
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). |
|
More...
|
over 21 years ago
|
Fix off-by-one error in radius MS-CHAPv2 verification. Patch from Anton Golubev. |
|
More...
|
over 21 years ago
|
bugfix from Erich Schubert (erich at debian.org) |
|
More...
|
over 21 years ago
|
Fix the ID string |
|
More...
|
over 21 years ago
|
Remove old CHAP implementation |
|
More...
|
over 21 years ago
|
Enable PPP filtering by default on Linux. |
|
More...
|
over 21 years ago
|
Update my email address. |
|
More...
|
over 21 years ago
|
Remove references to the old CHAP code. |
|
More...
|
over 21 years ago
|
Update this for the new CHAP code. Untested. |
|
More...
|
over 21 years ago
|
Update to 2.4.2 |
|
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 |
|
More...
|
about 22 years ago
|
Fix a couple of errors pointed out by Andrew Benham <[email protected]>. |
|
More...
|
about 22 years ago
|
Update the what's new list |
|
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. |
|
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. |
|
More...
|
about 22 years ago
|
Add copyright notice and rewrite all sections which are identifiably from the original pppd.8. |
|
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
|