1
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix MT stuff; add DEBUG to compile command line for now
paulusmack
as Paul Mackerras
More... over 26 years ago
update
paulusmack
as Paul Mackerras
More... over 26 years ago
fix up the multithread stuff (hopefully?)
paulusmack
as Paul Mackerras
More... over 26 years ago
minor fixes, update man page
paulusmack
as Paul Mackerras
More... over 26 years ago
add a have_route_to
paulusmack
as Paul Mackerras
More... over 26 years ago
allow chars 0x20 - 0x3f to be escaped
paulusmack
as Paul Mackerras
More... over 26 years ago
revert it to 2.3.6 for now
paulusmack
as Paul Mackerras
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
paulusmack
as Paul Mackerras
More... over 26 years ago
Don't bother about stub files in /usr/include/net any more. Change "newer" to "not older" in messages.
paulusmack
as Paul Mackerras
More... over 26 years ago
kludge for pseudo-glibc on linux/ppc
paulusmack
as Paul Mackerras
More... over 26 years ago
remove typo, get ethernet hw address using arp request
paulusmack
as Paul Mackerras
More... over 26 years ago
don't die on write errors to the link
paulusmack
as Paul Mackerras
More... over 26 years ago
remove unneeded devnam_info
paulusmack
as Paul Mackerras
More... over 26 years ago
If device name given, complain if not privileged
paulusmack
as Paul Mackerras
More... over 26 years ago
use fchmod rather than chmod to restore device permissions
paulusmack
as Paul Mackerras
More... over 26 years ago
take out superfluous check
paulusmack
as Paul Mackerras
More... over 26 years ago
fix accounting
paulusmack
as Paul Mackerras
More... over 26 years ago
move PPP_VERSION to ppp.c; don't use dev->tbusy as a lock
paulusmack
as Paul Mackerras
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.
christos
as Christos Zoulas
More... over 26 years ago
MD4Update takes bytes not bits! Now the regression test of the README.MSCHAP80 file works.
christos
as Christos Zoulas
More... over 26 years ago
Update to new pppd with new option parsing stuff
paulusmack
as Paul Mackerras
More... almost 27 years ago
don't try to look up * as a hostname
paulusmack
as Paul Mackerras
More... almost 27 years ago
Change UID to ORIG_UID because bash defines UID.
paulusmack
as Paul Mackerras
More... almost 27 years ago
Some systems define `u' as a macro.
paulusmack
as Paul Mackerras
More... almost 27 years ago
add support for CDTRCTS flow control
christos
as Christos Zoulas
More... almost 27 years ago
add include stdlib.h
christos
as Christos Zoulas
More... almost 27 years ago
Merge in 1.3 and post 1.3 fixes; some of them might be applicable to other ppp ports.
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... almost 27 years ago
Major restructuring of the ppp driver, leading towards a clean separation of generic and async ppp code.
paulusmack
as Paul Mackerras
More... about 27 years ago
fix incorrect compression ratio printout on linux
paulusmack
as Paul Mackerras
More... about 27 years ago