Update with info about chap_verify_hook, which has replaced chap_auth_hook. |
|
More...
|
about 20 years ago
|
Update to 2.4.4b1 |
|
More...
|
about 20 years ago
|
Clean up base64_encode a bit more. |
|
More...
|
about 20 years ago
|
Assume that we have libcrypt if we have /usr/include/crypt.h. This should fix linking on 64-bit architectures. |
|
More...
|
about 20 years ago
|
Stop the charshunt process after running the disconnector, rather than immediately a signal is received. With this change we can send a SIGHUP to pppd and actually have it do the LCP TermReq/TermAck exchange. |
|
More...
|
about 20 years ago
|
Bring up the link on an explicit call from main() rather than doing it in link_required(). With the old way, it was restarting the link in the middle of link_terminated(). |
|
More...
|
about 20 years ago
|
Add a bit more space to the output buffer for base64 encoding, to prevent 4-character usernames getting truncated. |
|
More...
|
about 20 years ago
|
Get the plugins from the right directory when DESTDIR isn't /usr. |
|
More...
|
about 20 years ago
|
Return the message from the radius server to the peer. |
|
More...
|
about 20 years ago
|
Fix the rechallenge behaviour. Previously, once it sent a rechallenge, it would ignore the response (except to send a reply with a bogus message) and retransmit the rechallenge every 3 seconds until it eventually timed out and took down the link. |
|
More...
|
about 20 years ago
|
Don't set the interface MTU in PPPOESendConfig, in fact get rid of it altogether, and instead set the wanted MRU and allowed MTU to 1492 before starting negotiation. |
|
More...
|
about 20 years ago
|
Clear the wtmp entry in plogout whether or not USE_PAM is defined, for symmetry with plogin, which creates it whether or not USE_PAM is defined. |
|
More...
|
about 20 years ago
|
Fix the return value from setpassfilter and setactivefilter - it should be 1 if the value was OK or 0 if it wasn't. |
|
More...
|
about 20 years ago
|
Fixed kernel memory leaks reported by Jin Jiang along with some readability and commenting problems that led to the leaks. |
|
More...
|
about 20 years ago
|
Added support for x64 (AMD Opteron/Athlon and Intel EM64T) on Solaris using Sun WorkShop or gcc. |
|
More...
|
about 20 years ago
|
Fixed configure breakage in $archvariant support for Solaris introduced by fix in RCS ID 1.33 -- failed to configure for WorkShop C compiler correctly because test was changed from -f (file exists) to "$archvariant" (variable is non-null). |
|
More...
|
about 20 years ago
|
Fix for Sun CR 6257917: the right prefix length for an interface token is 64 bits, not 10. (10 came from the prefix length of a link-layer address, but it's not actually used by SIOCSLIFADDR, so it wasn't right in any case.) |
|
More...
|
over 20 years ago
|
Make the description of the call option more verbose, and allegedly clearer. From Marco D'Itri. |
|
More...
|
over 20 years ago
|
From Marco D'Itri: fix for an earlier patch from him. |
|
More...
|
over 20 years ago
|
From Marco D'Itri. |
|
More...
|
over 20 years ago
|
From Marco D'Itri. |
|
More...
|
over 20 years ago
|
Do an lcp_close whenever the link terminates, not just if it terminates because of an error. This is needed for persist to work properly. |
|
More...
|
over 20 years ago
|
Call lcp_close(0) in link_required if the channel connect or establish_ppp functions fail. It's a bit grotty but it is needed to get lcp back into closed state so that a future lcp_open will do what it should. |
|
More...
|
over 20 years ago
|
Don't close pty_slave and real_ttyfd in connect_tty if an error occurs; link_required calls cleanup_tty if connect_tty returns an error, and that does the closing. Doing the closes in connect_tty meant that the disconnector couldn't run and the tty mode couldn't be restored. |
|
More...
|
over 20 years ago
|
DLT_PPP_WITH_DIRECTION should be DLT_PPP_WITHDIRECTION. Thanks to Stefan Petersen for pointing this out. |
|
More...
|
over 20 years ago
|
Get rid of the MS_ChapResponse and MS_Chap2Response structures. Using a struct to represent an on-the-wire format is basically broken, since the compiler can add padding between members or assume alignment for the struct. Instead we just use arrays of unsigned char and define offsets in the arrays for the various fields. |
|
More...
|
almost 21 years ago
|
Cut down on spam from Solaris ppp kernel bits: unknown DLPI primitives (as encountered on Solaris 10) aren't errors, and need to flush out any queued up (undecoded) data on the read side after pushing ppp_ahdlc. |
|
More...
|
almost 21 years ago
|
Added log messages for LCP Identification, Time-Remaining, and other more obscure protocols. |
|
More...
|
almost 21 years ago
|
Use the ipparam value as the PW_CALLING_STATION_ID value if no value has been set for remote_number. |
|
More...
|
almost 21 years ago
|
Add radius to the list of plugins to be compiled by default |
|
More...
|
almost 21 years ago
|