1
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
should read the tty options file now.
paulusmack
as Paul Mackerras
More... over 26 years ago
make pppdump as well
paulusmack
as Paul Mackerras
More... over 26 years ago
document record option
paulusmack
as Paul Mackerras
More... over 26 years ago
check in pppdump sources
paulusmack
as Paul Mackerras
More... over 26 years ago
Allow record option with pty option. Open record file in charshunt. Be more careful about closing things. Ignore SIGHUP in charshunt.
paulusmack
as Paul Mackerras
More... over 26 years ago
update
paulusmack
as Paul Mackerras
More... over 26 years ago
handle M_FLUSH and M_IOCTL messages in lrput routine.
paulusmack
as Paul Mackerras
More... over 26 years ago
Add pty, notty and record options. Fix stats - problem was differing stats structures between linux and other platforms. Fix for removing proxy arp entry on linux. IPX patches.
paulusmack
as Paul Mackerras
More... over 26 years ago
remove a couple of ansi-C-isms. loop_frame is needed by some sys-*.c. print connect time and bytes transferred on close; added get_ppp_stats to sys-*.c.
paulusmack
as Paul Mackerras
More... over 26 years ago
changed order of args to strlcpy/strlcat. removed unused note_debug_level. made some functions static.
paulusmack
as Paul Mackerras
More... over 26 years ago
removed some functions made static and other unused stuff. changed order of args to strlcpy/strlcat.
paulusmack
as Paul Mackerras
More... over 26 years ago
made some more functions static. changed order of args to strlcpy/strlcat. move remote_name/explicit_remote to auth.c. remote unused code.
paulusmack
as Paul Mackerras
More... over 26 years ago
added log_to_fd to specify which fd log output should go to. device_script now connects script's stderr to log_to_fd. made some more functions static. got rid of quit(). changed order of args to strlcpy/strlcat. do get_input before checking kill_link.
paulusmack
as Paul Mackerras
More... over 26 years ago
added receive-all option. ignore extra unrecognized options in nak.
paulusmack
as Paul Mackerras
More... over 26 years ago
made some functions static. ignore extra unrecognized options in nak. changed order of args to strlcpy/strlcat.
paulusmack
as Paul Mackerras
More... over 26 years ago
made loop_frame static
paulusmack
as Paul Mackerras
More... over 26 years ago
if remote name was explicitly specified with remotename option, always use that instead of name supplied by peer. changed order of args to strlcpy.
paulusmack
as Paul Mackerras
More... over 26 years ago
Ignore extra unrecognized options in Nak. change order of args to strlcpy/strlcat.
paulusmack
as Paul Mackerras
More... over 26 years ago
don't run auth-up/down script while one is already running. parse permitted IP addresses once instead of each time list is scanned and store them as numerical address/mask pairs. don't use remote name in checking for existence of secrets unless is was explicitly specified with remotename option. don't use remote IP address in checking for existence of secrets. print better message if no secrets found (or no IP allowed). made some more functions static. changed order of args for strlcpy/strlcat. fix for shadow password stuff. if specified remote IP address is not specified or not permitted, use the first single-host permitted address (if any).
paulusmack
as Paul Mackerras
More... over 26 years ago
add data_name to struct protent call lcp_lowerdown when connection terminates
paulusmack
as Paul Mackerras
More... over 26 years ago
make establish_ppp and open_ppp_loopback return the correct fd
paulusmack
as Paul Mackerras
More... over 26 years ago
add question about auth in 2.3.6
paulusmack
as Paul Mackerras
More... over 26 years ago
don't call np_down unless np_up has been called
paulusmack
as Paul Mackerras
More... over 26 years ago
fix silly mistake
paulusmack
as Paul Mackerras
More... over 26 years ago
syslog -> notice/error/etc. use slprintf instead of sprintf trimmed debug
paulusmack
as Paul Mackerras
More... over 26 years ago
don't print debug msgs to stderr unless debug is set
paulusmack
as Paul Mackerras
More... over 26 years ago
fix for usepeerdns stuff syslog -> notice/error/etc. use slprintf instead of sprintf
paulusmack
as Paul Mackerras
More... over 26 years ago
minor compilation fixes changed syslog -> notice/error/etc.
paulusmack
as Paul Mackerras
More... over 26 years ago
added add_fd, remove_fd, removed wait_loop_output, wait_time. changed syslog -> notice/error/fatal etc.
paulusmack
as Paul Mackerras
More... over 26 years ago
don't die on EIO on setting asyncmap fixed indentation changed syslog to notice/error/etc.
paulusmack
as Paul Mackerras
More... over 26 years ago