import from branch_1_1:
[freeradius.git] / src / main / auth.c
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-11 aland removed rad_postauth_reject(), and multiple...
2007-04-08 aland Corrected typo.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland casts, etc. to quiet compiler warnings
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 aland Free resources when using Exec-Program && Exec-Program...
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland If we find Cleartext-Password but not User-Password...
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland Caching request->password is probably a bad idea
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-24 aland Don't copy User-Password to Cleartext-Password, if...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-31 nbk Always use a "switch" statement after calling the...
2005-10-30 nbk Don't leak memory in rad_authenticate() when we receive an
2005-10-29 nbk Print a debug message with the name of the stanza...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-25 aland Dang typos
2005-08-25 aland Don't de-reference a NULL pointer if the auth-type...
2005-08-23 aland Make rad_check_password 'static', as no one else needs it
2005-08-11 nbk Delete deprecated attributes 'Exec-Program' and 'Exec...
2005-08-11 nbk Remove special case for attribute 'Callback-Id'.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-22 aland fix dumb error
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-12-29 phampsonSteal patch from CVS Head 1.140 for post-auth REJECT...
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-12-23 phampsonApply patch from Bugzilla #149 to process REJECT post...
2004-09-29 aland If we're told to log passwords, and there's no User...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-09 kkalevMove the Login-Time,Current-Time,Expiration attribute...
2004-06-17 aland Stop xlat of Reply-Message, as it's done automatically...
2004-03-08 aland Expose rad_postauth
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-24 aland If users set Proxy-To-Realm, and the realm is LOCAL...
2004-01-12 aland Make unlimited login-time work.
2003-11-20 mcr introduce temporary variable so that "builtin" htonl()
2003-10-29 aland Don't set Auth-Type to Crypt, if it was set to somethi...
2003-09-18 phampsonStupid typo fix. (POW_ -> PW_)
2003-09-18 phampsonAdd support for Post-Auth-Type REJECT substanza of...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-06-24 pnixonCrypt thread patch from Oliver Graf <ograf@rz-online...
2003-06-20 phampsonMake NAS port unsigned
2003-04-10 aland Made names of Auth-Type, etc. more consistent across the
2003-03-18 aland Handle Access-Challenges better
2003-03-18 aland Change use of NAS_PORT_ID for integer attribute to...
2003-02-14 aland removed more garbage functions
2003-02-14 aland Remove crap function from server core, and put it...
2003-02-13 aland Correct check for rcode from exec program.
2003-02-03 aland Corrected/updated error messages, as noted by Christia...
2003-01-29 aland Last stage of getting rlm_exec to work in multiple...
2003-01-24 aland Made exec program return the VP's which were parsed...
2003-01-23 aland Modified the 'exec program' functionality to be thread...
2003-01-14 kkalevAdd support for Acct-Type,Session-Type and PostAuth...
2003-01-13 aland Reset vp->strvalue after adding port to IP address...
next