fix MT stuff; add DEBUG to compile command line for now |
|
More...
|
over 26 years ago
|
update |
|
More...
|
over 26 years ago
|
fix up the multithread stuff (hopefully?) |
|
More...
|
over 26 years ago
|
minor fixes, update man page |
|
More...
|
over 26 years ago
|
add a have_route_to |
|
More...
|
over 26 years ago
|
allow chars 0x20 - 0x3f to be escaped |
|
More...
|
over 26 years ago
|
revert it to 2.3.6 for now |
|
More...
|
over 26 years ago
|
Fix it for 2.0.x kernels; import updates from 2.2.x including ipv6 stuff; change if_ppp.h so pppd can compile with glibc 2.1 |
|
More...
|
over 26 years ago
|
Don't bother about stub files in /usr/include/net any more. Change "newer" to "not older" in messages. |
|
More...
|
over 26 years ago
|
kludge for pseudo-glibc on linux/ppc |
|
More...
|
over 26 years ago
|
remove typo, get ethernet hw address using arp request |
|
More...
|
over 26 years ago
|
don't die on write errors to the link |
|
More...
|
over 26 years ago
|
remove unneeded devnam_info |
|
More...
|
over 26 years ago
|
If device name given, complain if not privileged |
|
More...
|
over 26 years ago
|
use fchmod rather than chmod to restore device permissions |
|
More...
|
over 26 years ago
|
take out superfluous check |
|
More...
|
over 26 years ago
|
fix accounting |
|
More...
|
over 26 years ago
|
move PPP_VERSION to ppp.c; don't use dev->tbusy as a lock |
|
More...
|
over 26 years ago
|
Revert the previous change. NetBSD is has the weird md4 library that needs the length in bytes instead of bits. #ifdef this and explain. |
|
More...
|
over 26 years ago
|
MD4Update takes bytes not bits! Now the regression test of the README.MSCHAP80 file works. |
|
More...
|
over 26 years ago
|
Update to new pppd with new option parsing stuff |
|
More...
|
almost 27 years ago
|
don't try to look up * as a hostname |
|
More...
|
almost 27 years ago
|
Change UID to ORIG_UID because bash defines UID. |
|
More...
|
almost 27 years ago
|
Some systems define `u' as a macro. |
|
More...
|
almost 27 years ago
|
add support for CDTRCTS flow control |
|
More...
|
almost 27 years ago
|
add include stdlib.h |
|
More...
|
almost 27 years ago
|
Merge in 1.3 and post 1.3 fixes; some of them might be applicable to other ppp ports. |
|
More...
|
almost 27 years ago
|
When adding a default route, make the route static. Since this is a ``manually added route'', this arguably follows the network programming guidelines. This is necessary, otherwise it is impossible to make the default route stick in the presense of routed(8). There is a small fix that needs to be applied to routed(8) in if.c (iflookup) where we always want to look for interfaces *once* instead of waiting for the timeout period. This avoids the race where routed finds the route added by pppd before it finds that the ppp inteface is now active. With those two fixes, pppd can happily coexist with routed. |
|
More...
|
almost 27 years ago
|
Major restructuring of the ppp driver, leading towards a clean separation of generic and async ppp code. |
|
More...
|
about 27 years ago
|
fix incorrect compression ratio printout on linux |
|
More...
|
about 27 years ago
|