]> git.ozlabs.org Git - ppp.git/history - pppd/auth.c
default to noauth if privileged
[ppp.git] / pppd / auth.c
1999-11-20 Paul Mackerrasdefault to noauth if privileged
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-12 Paul Mackerrasexit when we fail to auth ourselves to the peer
1999-07-23 Paul Mackerrasfix compilation errors
1999-07-21 Paul Mackerrasallow options in secrets files
1999-05-13 Paul Mackerraspatch from Michael Johnson
1999-05-12 Paul Mackerrasexit with an appropriate value to indicate what happened
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-04-01 Paul Mackerrassmall changes suggested by Seth Chaiklin
1999-03-31 Paul Mackerrasadd reopen_log(), call it after using PAM stuff
1999-03-30 Paul Mackerrasapply PAM patch
1999-03-19 Paul Mackerrasdon't run auth-up/down script while one is already...
1999-03-16 Paul Mackerrassyslog -> notice/error/etc.
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-08 Paul Mackerrasmove have_route_to check from ip_addr_check to auth_ip_addr
1999-03-06 Paul Mackerrasleave the real user ID as the user's now
1999-03-02 Paul MackerrasMake auth be the default if we don't have the noauth...
1999-02-26 Paul Mackerrasminor fixes, update man page
1999-01-19 Paul Mackerrastake out superfluous check
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-11-02 Paul Mackerrasdon't try to look up * as a hostname
1998-03-26 Paul MackerrasAdded updetach option.
1998-03-25 Paul MackerrasPAM fixes from Al Longyear.
1997-11-27 Paul Mackerraslinux with some libcs needs lastlog.h
1997-11-27 Paul Mackerraslinux glibc defines login and logout
1997-11-27 Paul Mackerrasupdate lastlog as well as wtmp
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