]> git.ozlabs.org Git - ppp.git/history - pppd/auth.c
pppd: Fix a stack variable overflow in MSCHAP-v2
[ppp.git] / pppd / auth.c
2013-03-11 Paul Mackerraspppd: Default exit status to EXIT_CONNECT_FAILED during...
2013-03-02 Paul Mackerraspppd: Add master_detach option
2012-05-20 Paul Mackerraspppd: Eliminate some warnings
2012-05-20 Paul Mackerraspppd: Don't crash if crypt() returns NULL
2008-07-01 Paul MackerrasClear hungup in start_link() instead of connect_tty()
2008-06-25 Paul MackerrasFix behaviour of maxoctets option when limit >= 2G
2008-06-15 Paul MackerrasAdd multilink_join_hook, called when a links joins...
2008-06-15 Paul MackerrasMake pppd use blank username/password when explicitly...
2007-06-19 James CarlsonAdded new "enable-session" option to enable session...
2006-06-18 Paul MackerrasRestore original EUID rather than 0 during option proce...
2006-06-04 Paul MackerrasPut back a "0" that got deleted somehow. I blame the...
2006-06-04 Paul MackerrasCheck the result of seteuid(), just to be paranoid.
2006-05-22 Paul MackerrasThis enables plugins called via hooks/notifiers triggered
2005-08-28 Paul MackerrasMake sure we call the channel's cleanup function.
2005-08-25 Paul MackerrasAdded an /etc/ppp/ip-pre-up script, run before the...
2005-07-13 Paul MackerrasLog a message when we succeed or fail in authenticating...
2005-07-12 Paul MackerrasBring up the link on an explicit call from main() rathe...
2005-07-09 Paul MackerrasClear the wtmp entry in plogout whether or not USE_PAM...
2005-03-21 Paul MackerrasDo an lcp_close whenever the link terminates, not just...
2004-12-31 Paul MackerrasCall lcp_close(0) in link_required if the channel conne...
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-06 Paul MackerrasDon't ask for CHAP if we don't have any digests to...
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-10-31 Paul MackerrasRemove dependencies on CHAPMS definition in header...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-24 Paul MackerrasFix use-after-free bug where we were freeing the per...
2003-06-11 Paul MackerrasNew CHAP implementation, rewritten from scratch to...
2003-03-09 Russell CokerMerging tiny patch from John R.Daily <jdaily@progeny...
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-16 Paul Mackerrasfix silly syntax error
2003-02-16 Paul MackerrasHonour the allow-ip option even with noauth
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-02 James CarlsonAdded EAP support with MD5-Challenge and SRP-SHA1 metho...
2002-10-27 Frank Cusack__linux__ (already defined by compiler) not _linux_...
2002-10-12 Frank Cusack- more authentication logging uniformity
2002-10-10 Frank Cusacktypo
2002-10-10 Frank CusackAdd 'remotenumber' and 'allow-number' options, for...
2002-09-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-15 Paul MackerrasGet rid of a couple of unnecessary OPT_A2COPYs and...
2002-09-12 Paul MackerrasGive the interface name rather than the name of the...
2002-09-01 David F. SkollPatches from Frank Cusack.
2002-07-16 Alexandr D. Kanevskiysync constant and attributes names with
2002-07-15 Alexandr D. Kanevskiymake Octets-Direction flag accept value=4.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-11 Russell CokerAdded <time.h> to stop warnings, and made it check...
2001-11-09 Paul Mackerrascancel maxconnect timeout when the link goes down
2001-04-27 Paul Mackerrasadd some more hooks and notifiers
2001-03-12 Paul Mackerrasdon't insist on the suggested address from the secrets...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2000-08-01 Paul Mackerrasadd stuff for packet filtering
2000-07-24 Paul Mackerrasfix allow-ip option, allow @login for secret meaning...
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
2000-04-13 Paul MackerrasMultilink cleanups and fixes.
2000-04-04 Paul MackerrasMultilink support.
2000-03-27 Paul Mackerraschanges to linux interface for new kernel driver,
2000-03-13 Paul Mackerrasdon't require authentication by default if privileged...
1999-12-23 Paul Mackerrasadd pap_logout_hook
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...
next