Make the filtering stuff work with recent versions of libpcap. |
|
More...
|
almost 21 years ago
|
Don't prepend /dev/ to a possible device name if it already begins with '/' (i.e. just check for / instead of /dev/ as before). This allows /udev/blah to be used as a tty device name. Requested by Pawel Sakowski. |
|
More...
|
almost 21 years ago
|
Don't use unsigned long in the SHA1 code; we want 32-bit variables and unsigned long is 64 bits on 64-bit platforms. Use unsigned int or u_int32_t instead. Pointed out by Oleg Makarenko. |
|
More...
|
almost 21 years ago
|
Fix use-after-free bug where we were freeing the per-user options set in the secrets file before they were used. Patch from Michael Tokarev. |
|
More...
|
almost 21 years ago
|
Tolerate EINTR on tcsetattr in set_up_tty - just retry. |
|
More...
|
almost 21 years ago
|
Close the device fd in device_script() if the channel plugin doesn't have a close function. Change suggested by Alan Hourihane. |
|
More...
|
almost 21 years ago
|
Allow pppoe to be used on bridging interfaces (br*). Get rid of OldDevnameHook, which was never used. |
|
More...
|
almost 21 years ago
|
Handle PFC on rx side, efficiently, thanks to Jan Dubiec. |
|
More...
|
over 21 years ago
|
fix typos noticed by James Cameron. |
|
More...
|
over 21 years ago
|
Tested with MS-CHAP and CBCP options on Solaris and added options to makefile. Repaired support for use of gcc on Solaris x86 -- 32 bit modules also need -fno-builtin. MPPE changes broke plain MS-CHAP; repaired errors and cleaned up compilation warnings due to char/unsigned char differences with non-gcc compilers. |
|
More...
|
over 21 years ago
|
Set up the mask of signals we handle in one place not too Remove unnecessary sigaddset in kill_my_pg |
|
More...
|
over 21 years ago
|
tidy up shell scripting, common radvd path in examples |
|
More...
|
over 21 years ago
|
example fix |
|
More...
|
over 21 years ago
|
add support of Port-Type=Sync |
|
More...
|
over 21 years ago
|
add support of Port-Type=Sync |
|
More...
|
over 21 years ago
|
fix random signals blocking in handle_events() |
|
More...
|
over 21 years ago
|
fix random signals blocking in kill_my_pg() |
|
More...
|
over 21 years ago
|
Describe avpair in pppd-radius.8 Add support for: NAS-Port-Type (Async/Virtual) Acct-Terminate-Cause Selectable NAS-Port-Id equal to interface number or try map via libradiusclient |
|
More...
|
over 21 years ago
|
MPPE for 2.6. Contributed by Thomas Sjolshagen <[email protected]> and James Cameron <[email protected]> |
|
More...
|
over 21 years ago
|
Fixed bad next-state in previous delta; need to go to Stopping state when Protocol-Reject is seen in Opened state. |
|
More...
|
over 21 years ago
|
Fix kill_my_pg, and add a big fat comment explaining why the previous "fix" was wrong. |
|
More...
|
over 21 years ago
|
Allow *-max-terminate to be set to zero -- meaning that one Terminate- Request will be sent, but no waiting will be done. Fixed termination code so that link statistics are printed only once. |
|
More...
|
over 21 years ago
|
Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.o in makefile). |
|
More...
|
over 21 years ago
|
Describe DNS1 and DNS2 environment variables. |
|
More...
|
over 21 years ago
|
Update |
|
More...
|
over 21 years ago
|
Don't change serial port permissions under Linux, since the kernel driver blocks normal writes anyway. |
|
More...
|
over 21 years ago
|
Remove the code that handles the %r format, since it isn't used and breaks on S/390. |
|
More...
|
over 21 years ago
|
Check for EAGAIN as well as EWOULDBLOCK, since they are different under Linux on parisc. |
|
More...
|
over 21 years ago
|
Note that the inbound and outbound qualifiers can be used with active-filter. Patch sent in by Marco d'Itri. |
|
More...
|
over 21 years ago
|
PPPoE updates: don't exit if discovery fails, cope with both protocol field compression and no compression, recognize nasXXX and tapXXX as devices over which we can do PPPoE. Patches sent by Marco d'Itri. |
|
More...
|
over 21 years ago
|