import from HEAD:
[freeradius.git] / src / main / auth.c
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...
2002-12-23 aland Add calls to the new post_proxy section.
2002-10-08 aland Don't over-write pointers to allocated memory when...
2002-09-04 aland Added handler for post-auth.
2002-08-02 aland Don't over-write request->reply->vps, add the reply...
2002-07-29 aland raddb/dictionary add encrypt flag for User-Password
2002-07-17 aland Slight change to the debugging message when no Auth...
2002-07-08 aland When rejecting authentication due to external Exec...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-06 aland crypt() may fail, so we check for that.
2002-06-05 aland Remove the garbage Proxy-Reply attributes which we...
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-03-20 aland Removed references to 'nas_name2', and "NAS" in log...
2002-03-06 aland Make authentication reject messages more consistent.
2002-03-02 kkalevo Add support for Autz-Type attribute. We can now creat...
2002-01-18 fcusack add missing '{' in rad_check_password().
2002-01-14 fcusack Don't blindly set auth_type just because we have a...
2002-01-13 fcusack Remove Password = {"UNIX","PAM"} backwards compatibility.
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-10-30 aland Updated MPP and simultaneous-use checking
2001-10-30 aland Added ATTR_FLAGS data structure from Cistron, and...
2001-10-29 aland If we have a Module-Message, then print it out when...
2001-10-11 aland If log_stripped_names is set to *No* in radiusd.conf,
2001-10-10 aland Only check for User-Password or CHAP-Password if we...
2001-09-17 aland If the admin doesn't specify how to authenticate the...
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-09-05 aland Enable Access-Challenge to work, and pass through...
2001-08-28 aland Removed the Add-Port-To-IP-Address attribute. It...
2001-08-22 aland If there was an error forking the program, free the...
2001-08-20 aland cleaned up the code, and added more log / debug messag...
2001-08-13 aland Log invalid user for proxy authentication rejects...
2001-07-28 cparkerAdded new function to 'auth.c' called 'rad_check_return...
2001-07-01 cmillerGive more useful information (in a clearer format)...
2001-05-15 cmillerAvoid dereferencing NULL when client doesn't send a...
2001-04-12 aland When doing Add-Port-To-IP-Address, do NOT over-write...
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-12 aland Replaced sprintf with snprintf
2001-03-09 aland If an 'authorize' module returns REJECT, then presume...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-01-29 aland Don't complain about unprintable characters in the...
next