perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / auth.c
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...
2001-01-29 aland print out auth-type by name, not by value.
2001-01-24 miquels* Corrected spelling of my name in several .c files
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-01 jcarnealOnly log multiple auth-types if debugging. This was...
2000-11-27 cmiller rlm_preprocess uses auth_name(), so it can't be static.
2000-11-27 aland made one more function 'static' to the only source...
2000-11-21 jcarnealJeff Carneal <jeff@apex.net>
2000-11-13 aland removed old 'radius_xlate' function, and replaced...
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-10 jcarnealJeff Carneal <jeff@apex.net>
2000-10-31 aland in rad_getpass(), use the request->password if it...
2000-10-31 aland moved definitions from the global header file to the...
2000-10-31 aland Moved rad_loweruser/rad_lowerpass to rad_lowerpair...
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-27 aland clean up the password handling, and set the 'password...
2000-10-23 aland cleaned up #include files
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-19 pacmanMissing address-of operator in call to pairdelete
2000-10-18 hartwick Add netinet/in.h to get rid of a couple compiler warnings.
2000-10-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-16 jcarnealJeff Carneal <jeff@apex.net>
2000-10-13 aland If the proxy reply was an authentication reject, then...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland fix up the code so fewer parameters are being passed...
2000-10-02 aland Create the request->reply data structure as soon as...
2000-10-01 jcarnealChanged rad_check_password() to pass user_reply to...
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-25 aland cleaned up the handling of proxy replies, so that...
2000-08-24 aland minor re-arrangements
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-26 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-15 aland allow requests with NO User-Name attribute, as pointed...
2000-05-04 aland make an authentication module FAIL condition to be...
next