modify ppp_generic patch to avoid an if() test and extra additions on every pass through ppp_send_frame(); make a 2.4.19+ version of it; improve mppeinstall.sh. |
|
More...
|
over 22 years ago
|
typo |
|
More...
|
over 22 years ago
|
Remove an extraneous HAVE_CRYPT_H definition |
|
More...
|
over 22 years ago
|
use librcrypt if available (crypt(3) is apparently in libcrypt on Linux) |
|
More...
|
over 22 years ago
|
quiet the compiler, at the expense of #ifdef madness |
|
More...
|
over 22 years ago
|
When not in demand mode, defer create_linkpidfile() until we successfully get a ppp interface. This fixes a bug reported by [email protected] where pppd might wipe out a still-running previous pppd's pid file. |
|
More...
|
over 22 years ago
|
Repaired bad LCP Configure-Nak generated to request EAP instead of PAP. |
|
More...
|
over 22 years ago
|
Update |
|
More...
|
over 22 years ago
|
Update. |
|
More...
|
over 22 years ago
|
tty_recv_config doesn't return a value any more. |
|
More...
|
over 22 years ago
|
Fix the case where we get a CCP conf-rej for the old deflate option. Previously we incorrectly thought this was bogus. |
|
More...
|
over 22 years ago
|
add note about allow-number and remotenumber |
|
More...
|
over 22 years ago
|
ccp_nakci(), ccp_reqci(): If refusing MPPE stateful mode, log an error message with a hint. |
|
More...
|
over 22 years ago
|
Document the 'password' option (with warning). |
|
More...
|
over 22 years ago
|
promptpass(): handle EINTR (bug report from Damian Gruszka) |
|
More...
|
over 22 years ago
|
promptpass(): read(2) returns ssize_t, not size_t. (Damien Gruszka) |
|
More...
|
over 22 years ago
|
rc_get_seqnbr(): Avoid "fscanf failure" errors if the sequence file was empty. This avoids a spurious error at startup if the sequence file is kept in /var/run, which is cleared on reboot. |
|
More...
|
over 22 years ago
|
typo |
|
More...
|
over 22 years ago
|
Fix stack overflow. Bug report and fix from Alexandar Atanasov. |
|
More...
|
over 22 years ago
|
update |
|
More...
|
over 22 years ago
|
Revert the previous change that required channel send_config and recv_config routines to return a status code. Instead we consider that an error has occurred if the channel routine calls error() or bumps error_count explicitly. |
|
More...
|
over 22 years ago
|
Made path to 'ld' explicit when building kernel modules. This avoids trouble with systems that have GNU ld installed and on the path before the normal /usr/ccs/bin/ld that comes with the system. |
|
More...
|
over 22 years ago
|
Add complete_read(), an EINTR-proof and partial-read-proof read, and use it for reading synchronization pipes. |
|
More...
|
over 22 years ago
|
fix typo reported by Thomas Klausner. |
|
More...
|
over 22 years ago
|
Brian May's Perl script to auto-dial ppp. Has exponentially increasing delays on connect failures to avoid excessive costs. |
|
More...
|
over 22 years ago
|
Merging tiny patch from John R.Daily <[email protected]> for bug in processing results from getnetbyname(). |
|
More...
|
over 22 years ago
|
add debugging for coherency count |
|
More...
|
over 22 years ago
|
If the peer offers mppe stateful mode (H bit clear), accept it if mppe-stateful was an option. |
|
More...
|
over 22 years ago
|
clean(): Fix buffer overflow. |
|
More...
|
over 22 years ago
|
safe_fork(): trap EINTR on pipe read |
|
More...
|
over 22 years ago
|