summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRELEASE_2_3_7cvs2svn1999-04-010-0/+0
* 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
* 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
* remove unneeded (harmful) closes in device_scriptPaul Mackerras1999-03-311-9/+9
* 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
* 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
* 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
* 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
* remove a couple of ansi-C-isms.Paul Mackerras1999-03-1913-30/+240
* changed order of args to strlcpy/strlcat.Paul Mackerras1999-03-198-214/+139
* removed some functions made static and other unused stuff.Paul Mackerras1999-03-191-22/+11
* made some more functions static.Paul Mackerras1999-03-191-21/+13
* added log_to_fd to specify which fd log output should go to.Paul Mackerras1999-03-191-67/+57
* added receive-all option.Paul Mackerras1999-03-192-9/+15
* made some functions static.Paul Mackerras1999-03-191-19/+14
* made loop_frame staticPaul Mackerras1999-03-191-2/+3
* if remote name was explicitly specified with remotename option,Paul Mackerras1999-03-191-5/+5
* Ignore extra unrecognized options in Nak.Paul Mackerras1999-03-192-11/+5
* don't run auth-up/down script while one is already running.Paul Mackerras1999-03-191-184/+255
* add data_name to struct protentPaul Mackerras1999-03-169-17/+35
* 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