Just another round of "quiet the gcc warnings"
[freeradius.git] / src / main / auth.c
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...
2000-05-02 aland print 'auth: NAME', and not 'auth: ' with anonymous...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-13 aland additional debugging messages which make my life easier
2000-04-05 aland free user_reply structure, to prevent memory leaks.
2000-04-05 aland moved request->proxy to request->proxy_reply, to refle...
2000-03-31 aland fix bug with local configuration never making it to...
2000-03-27 aland fixed core dump when no auth item, as noted on the...
2000-03-02 aland moved the function 'auth_name' to put the output strin...
2000-03-02 aland modified radius_xlate() to NOT use a static buffer...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-01-31 aland include/radiusd.h
2000-01-31 aland include/radiusd.h
2000-01-29 aland This is the first step at getting rid of passing a...
1999-12-22 aland renamed radrespond() to rad_process, and created new...
1999-12-17 alandinclude/radiusd.h new global variables proxy_port and...
1999-12-16 aland moved auth.c to use new rad_chap_encode function
1999-12-16 aland wrote rad_chap_encode() function in lib/radius.c,...
1999-12-14 aland define the request->password element, and have it...
1999-11-24 aland minor changes to stop compiler warnings.
1999-11-24 aland check the time against when we received the reply...
1999-11-16 aland no need for using 'shadow.h'.
1999-11-15 aland when adding Service-Type = Framed-User, only add it...
1999-11-03 aland added more 'const'
1999-10-05 aland log FAILED and CORRECT passwords if '-yz' flags are set
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-22 alandmain/util.c build_reply: packet->reply = rp
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-27 aland right after we enter rad_authenticate(), decrypt the...
1999-08-26 aland renamed STRIPPED_USERNAME to STRIPPED_USER_NAME to...
1999-08-23 aland defined secret radius_packet_t in the library, and...
1999-08-23 aland force WRONG passwords to be passed through librad_safe...
1999-08-23 miquels*** empty log message ***
1999-08-16 alandInitial revision origin/aland