]> git.ozlabs.org Git - ppp.git/history - pppd/auth.c
minor bug fix
[ppp.git] / pppd / auth.c
1997-07-14 Paul Mackerrasfix fd leak, don't holdoff once link successfully estab...
1997-04-30 Paul Mackerrasminor fixes
1997-03-04 Paul Mackerrasconnect time limit stuff moved here,
1996-10-08 Paul Mackerrasupdate from Al; more informative error message when...
1996-10-08 Paul Mackerrasinclude optional callback support
1996-09-26 Paul Mackerrasfixes for old C compilers and for Ultrix
1996-08-28 Paul Mackerrasmake device name, connector etc. options privileged...
1996-07-01 Paul Mackerrasupap -> pap; rescan pap-secrets for password each time;
1996-06-26 Paul Mackerrasmods from Al to use PAM; run auth-up/down scripts
1996-05-28 Paul Mackerrasget crypt decl; mods to shadow password stuff
1996-04-04 Paul MackerrasAdded packet filtering, subnet spec for allowed IP...
1996-01-01 Paul Mackerrasadd idle timeout code; close connection when last NP...
1995-12-18 Paul Mackerrasextend syntax for allowable hosts in secrets files;
1995-12-11 Paul Mackerrassay PAP instead of UPAP
1995-10-27 Paul Mackerrasfix up prototypes
1995-08-16 Paul MackerrasOnly chop off first /dev/ from devnam before calling...
1995-07-04 Paul MackerrasMinor fix to #if around alloca.h
1995-05-19 Paul Mackerrasfix for NeXT
1995-04-26 Paul Mackerrasadded papcrypt option
1995-04-24 Paul Mackerrasadd shadow support, fix null login problem
1994-10-24 Paul MackerrasN_PPP ->NUM_PPP
1994-10-22 Paul Mackerrassome extra includes (string.h and stdlib.h)
1994-09-21 Paul Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-01 Paul Mackerrasdeclare option variables in pppd.h; use uint32 for...
1994-08-22 Paul Mackerrasdevname -> devnam
1994-08-09 Paul Mackerrasadd support for CCP and BSD-Compress
1994-05-25 Paul Mackerrasremove commented-out code
1994-05-24 Paul Mackerrasfixed some compilation warnings
1994-05-18 Paul Mackerrasadd check for IP addresses that we don't want to use
1994-04-18 Paul Mackerrasadded phase, link_down() and null_login()
1993-12-14 Paul Mackerrasfix some compile nits
1993-11-11 Paul MackerrasInitial revision