1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add pap_logout_hook
paulusmack
as Paul Mackerras
More... over 25 years ago
update from debian maintainer
paulusmack
as Paul Mackerras
More... over 25 years ago
make hide_password the default
paulusmack
as Paul Mackerras
More... over 25 years ago
default to noauth if privileged improve error messages if no secrets free wordlists for allowed IP-addresses
paulusmack
as Paul Mackerras
More... over 25 years ago
Allow compile-time flags definitions to define the root path of config files and also the location of /var/run. If no definitions found, then the defaults will take place (unchanged as previously done). To change it, define _ROOT_PATH (prefix of /etc/ppp) and _PATH_VARRUN (location of /var/run) on the compiler options. More... over 25 years ago
sync ppp update for new driver
paulusmack
as Paul Mackerras
More... almost 26 years ago
fix typo
paulusmack
as Paul Mackerras
More... almost 26 years ago
mention /etc/ppp/resolv.conf
paulusmack
as Paul Mackerras
More... almost 26 years ago
add passprompt plugin
paulusmack
as Paul Mackerras
More... almost 26 years ago
create log file safely, don't create world-writable files
paulusmack
as Paul Mackerras
More... almost 26 years ago
mention modules.conf as well as conf.modules
paulusmack
as Paul Mackerras
More... almost 26 years ago
unspace
paulusmack
as Paul Mackerras
More... almost 26 years ago
get rid of a few compile warnings
paulusmack
as Paul Mackerras
More... almost 26 years ago
don't try to open /dev/ppp unless the kernel is >= 2.3.13
paulusmack
as Paul Mackerras
More... almost 26 years ago
trim the challenge length a bit
paulusmack
as Paul Mackerras
More... almost 26 years ago
Fixed bug related to mux_dev_name being used before initialized, causing core dump on Solaris 2.6 and earlier. More... almost 26 years ago
Added additional high baud rates for newer serial ports on Sun Sparc machines. More... almost 26 years ago
Added comments for dynamic STREAMS support, along with additions to the existing snoop and ipv6 comments More... almost 26 years ago
Took <netinet/in.h> out of PRIOQ block because we need htons defined when not compiling with PRIOQ More... almost 26 years ago
Added support for dynamic STREAMS re-plumbing in Solaris More... almost 26 years ago
Previously, the calls to execute up/down scripts were commented out for Solaris, and now they are enabled More... almost 26 years ago
Added snoop support comments More... almost 26 years ago
Snoop now works with ppp More... almost 26 years ago
Added plumbing code (plus interface configuration) for IPv6. More... almost 26 years ago
Document the ipv6cp-use-persistent option More... almost 26 years ago
Added ipv6cp-use-persistent option for obtaining a unique, persistent EUI-64 derived from the Ethernet MAC address (for now). More... almost 26 years ago
Added Solaris-specific variables More... almost 26 years ago
Added IPv6 compilation flag and object files - these things are disabled by default. More... almost 26 years ago
Added IPv6 support so that IPv4 and IPv6 packets can be mux'ed correctly on their respective streams based on the sap that IP gives during plumbing. More... almost 26 years ago
Added notes on IPv6 over PPP on Solaris More... almost 26 years ago