summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRELEASE_2_3_7cvs2svn1999-04-010-0/+0
| | | 'RELEASE_2_3_7'.
* use -f test instead of -ePaul Mackerras1999-04-011-2/+2
|
* add man page for pppdump and add it to the list of thingsPaul Mackerras1999-04-019-5/+138
| | | | to be installed on linux, sol2, svr4, sunos4
* examples for RH linuxPaul Mackerras1999-04-012-0/+44
|
* make it compile under sunosPaul Mackerras1999-04-014-12/+10
|
* couple more get_pty'sPaul Mackerras1999-04-013-3/+135
|
* remove another ansi-C-ismPaul Mackerras1999-04-011-3/+3
|
* small changes suggested by Seth ChaiklinPaul Mackerras1999-04-014-11/+11
|
* cope with the case where we don't have a device name whenPaul Mackerras1999-04-011-31/+23
| | | | ppp_available is called.
* remove unneeded (harmful) closes in device_scriptPaul Mackerras1999-03-311-9/+9
| | | | run disconnector on some errors
* don't recurse in terminate()Paul Mackerras1999-03-311-1/+6
|
* update version to 2.3.7Paul Mackerras1999-03-3110-38/+105
|
* add reopen_log(), call it after using PAM stuffPaul Mackerras1999-03-313-16/+27
|
* get files from ../include/linux if not herePaul Mackerras1999-03-311-0/+8
|
* fix minor compilation nitPaul Mackerras1999-03-311-3/+3
|
* Apply patch for sync serial support from Paul Fulghum.Paul Mackerras1999-03-307-25/+245
|
* apply PAM patchPaul Mackerras1999-03-301-133/+102
|
* alpha -> betaPaul Mackerras1999-03-301-3/+3
|
* change pppd to group pppusers if possiblePaul Mackerras1999-03-301-2/+4
|
* set the SPEED variable later so it is validPaul Mackerras1999-03-301-3/+4
|
* fixes to error messages.Paul Mackerras1999-03-301-5/+5
|
* Fix the behaviour of device_script when in/out are < 2.Paul Mackerras1999-03-301-7/+14
| | | | Only call reap_kids if we have seen a SIGCHLD.
* moved to ../include/linux or no longer needed post 2.0Paul Mackerras1999-03-297-985/+0
|
* add pppdumpPaul Mackerras1999-03-251-0/+1
|
* print timestamp at beginning of each sectionPaul Mackerras1999-03-251-14/+42
|
* Add timestamp at beginning of each section of record file.Paul Mackerras1999-03-251-6/+14
| | | | Open device as root if it is the default device.
* need these tooPaul Mackerras1999-03-242-0/+13
|
* should read the tty options file now.Paul Mackerras1999-03-243-20/+31
|
* make pppdump as wellPaul Mackerras1999-03-232-4/+8
|
* document record optionPaul Mackerras1999-03-231-1/+11
|
* check in pppdump sourcesPaul Mackerras1999-03-236-0/+6940
|
* Allow record option with pty option.Paul Mackerras1999-03-232-95/+144
| | | | | | Open record file in charshunt. Be more careful about closing things. Ignore SIGHUP in charshunt.
* updatePaul Mackerras1999-03-221-2/+13
|
* handle M_FLUSH and M_IOCTL messages in lrput routine.Paul Mackerras1999-03-221-1/+20
|
* Add pty, notty and record options.Paul Mackerras1999-03-2212-175/+724
| | | | | | | Fix stats - problem was differing stats structures between linux and other platforms. Fix for removing proxy arp entry on linux. IPX patches.
* remove a couple of ansi-C-isms.Paul Mackerras1999-03-1913-30/+240
| | | | | | loop_frame is needed by some sys-*.c. print connect time and bytes transferred on close; added get_ppp_stats to sys-*.c.
* changed order of args to strlcpy/strlcat.Paul Mackerras1999-03-198-214/+139
| | | | | removed unused note_debug_level. made some functions static.
* removed some functions made static and other unused stuff.Paul Mackerras1999-03-191-22/+11
| | | | changed order of args to strlcpy/strlcat.
* made some more functions static.Paul Mackerras1999-03-191-21/+13
| | | | | | changed order of args to strlcpy/strlcat. move remote_name/explicit_remote to auth.c. remote unused code.
* added log_to_fd to specify which fd log output should go to.Paul Mackerras1999-03-191-67/+57
| | | | | | | | 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.
* added receive-all option.Paul Mackerras1999-03-192-9/+15
| | | | ignore extra unrecognized options in nak.
* made some functions static.Paul Mackerras1999-03-191-19/+14
| | | | | ignore extra unrecognized options in nak. changed order of args to strlcpy/strlcat.
* made loop_frame staticPaul Mackerras1999-03-191-2/+3
|
* if remote name was explicitly specified with remotename option,Paul Mackerras1999-03-191-5/+5
| | | | | always use that instead of name supplied by peer. changed order of args to strlcpy.
* Ignore extra unrecognized options in Nak.Paul Mackerras1999-03-192-11/+5
| | | | change order of args to strlcpy/strlcat.
* don't run auth-up/down script while one is already running.Paul Mackerras1999-03-191-184/+255
| | | | | | | | | | | | | | 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).
* add data_name to struct protentPaul Mackerras1999-03-169-17/+35
| | | | call lcp_lowerdown when connection terminates
* make establish_ppp and open_ppp_loopback return the correct fdPaul Mackerras1999-03-168-27/+45
|
* add question about auth in 2.3.6Paul Mackerras1999-03-161-0/+22
|
* don't call np_down unless np_up has been calledPaul Mackerras1999-03-162-4/+30
|