should read the tty options file now. |
|
More...
|
over 26 years ago
|
make pppdump as well |
|
More...
|
over 26 years ago
|
document record option |
|
More...
|
over 26 years ago
|
check in pppdump sources |
|
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. |
|
More...
|
over 26 years ago
|
update |
|
More...
|
over 26 years ago
|
handle M_FLUSH and M_IOCTL messages in lrput routine. |
|
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. |
|
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. |
|
More...
|
over 26 years ago
|
changed order of args to strlcpy/strlcat. removed unused note_debug_level. made some functions static. |
|
More...
|
over 26 years ago
|
removed some functions made static and other unused stuff. changed order of args to strlcpy/strlcat. |
|
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. |
|
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. |
|
More...
|
over 26 years ago
|
added receive-all option. ignore extra unrecognized options in nak. |
|
More...
|
over 26 years ago
|
made some functions static. ignore extra unrecognized options in nak. changed order of args to strlcpy/strlcat. |
|
More...
|
over 26 years ago
|
made loop_frame static |
|
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. |
|
More...
|
over 26 years ago
|
Ignore extra unrecognized options in Nak. change order of args to strlcpy/strlcat. |
|
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). |
|
More...
|
over 26 years ago
|
add data_name to struct protent call lcp_lowerdown when connection terminates |
|
More...
|
over 26 years ago
|
make establish_ppp and open_ppp_loopback return the correct fd |
|
More...
|
over 26 years ago
|
add question about auth in 2.3.6 |
|
More...
|
over 26 years ago
|
don't call np_down unless np_up has been called |
|
More...
|
over 26 years ago
|
fix silly mistake |
|
More...
|
over 26 years ago
|
syslog -> notice/error/etc. use slprintf instead of sprintf trimmed debug |
|
More...
|
over 26 years ago
|
don't print debug msgs to stderr unless debug is set |
|
More...
|
over 26 years ago
|
fix for usepeerdns stuff syslog -> notice/error/etc. use slprintf instead of sprintf |
|
More...
|
over 26 years ago
|
minor compilation fixes changed syslog -> notice/error/etc. |
|
More...
|
over 26 years ago
|
added add_fd, remove_fd, removed wait_loop_output, wait_time. changed syslog -> notice/error/fatal etc. |
|
More...
|
over 26 years ago
|
don't die on EIO on setting asyncmap fixed indentation changed syslog to notice/error/etc. |
|
More...
|
over 26 years ago
|