Jeff Carneal <jeff@apex.net>
[freeradius.git] / src /
2000-11-04 jcarnealJeff Carneal <jeff@apex.net>
2000-11-03 aland re-formatted the file to remove whitespace, and follow...
2000-11-03 aland removed unneeded 'init' routine
2000-11-03 aland removed un-needed 'init' routine
2000-11-03 aland update change I missed last time
2000-11-03 aland use new 'instance' for paircompare_register. This...
2000-11-03 aland removed global 'huntgroups' and 'hints'. Removed...
2000-11-03 aland made paircompare_register() take a 'void *instance...
2000-11-03 aland better handling of accounts with no passwords. There...
2000-11-03 aland only get the acct_port from /etc/services if we're...
2000-11-03 aland renamed Request-Src-IP-Address to Client-IP-Address...
2000-11-03 aland minor cleanups to the code
2000-11-01 aland added explanations about thread safe/unsafe module...
2000-11-01 aland marked the module as NOT thread-safe
2000-11-01 aland implement thread mutex locking/unlocking for modules...
2000-10-31 aland bug fix by Chad Miller <cmiller@surfsouth.com>
2000-10-31 aland bug fixes & updates by Nathan Neulinger <nneul@umr...
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-31 aland moved the kerberos data to the instantiation function...
2000-10-30 aland Minor clean ups. Made the context 'static'.
2000-10-30 aland made the string comparison case insensitive
2000-10-30 aland NS-MTA-MD5 password patch, from Brandon Lee Poyner...
2000-10-30 aland added definitions for NS-MTA-MD5-Password
2000-10-30 jcarnealJeff Carneal <jeff@apex.net>
2000-10-30 aland added user name to the error messages, and made 'user...
2000-10-30 aland Kerberos module, from Nathan <nneul@umr.edu>
2000-10-29 hartwick * Add a call to stat() to check for the existance...
2000-10-29 hartwick * Correct a bug introduced in 1.7. The wrong buffer was
2000-10-27 aland parse the first token immediately. This allows us...
2000-10-27 aland wrote new function cf_expand_variables(), to eliminate
2000-10-27 aland clean up the password handling, and set the 'password...
2000-10-27 aland if we fall off of the end of the function, return...
2000-10-26 aland clean up the handling of auth_port
2000-10-26 cparkercparker: updated 'rlm_realm' module to allow multiple...
2000-10-26 aland added 'lib' prefix to non-dynamic module names (librlm...
2000-10-26 aland added '-module' to libtool link flags
2000-10-26 aland bug fix from Adrian Pavlykevych <pam@polynet.lviv.ua>
2000-10-25 jcarnealJeff Carneal <jeff@apex.net>
2000-10-25 cparkercparker: changed 'notsuffix' in realm struct to 'notre...
2000-10-24 aland moved code around, so that the error messages are...
2000-10-24 aland removed conf_read() definition. No one outside of...
2000-10-24 aland moved code around a bit, so there's only 1 call to...
2000-10-24 aland*** empty log message ***
2000-10-24 cparkercparker: fixed $INCLUDE parsing for radius config...
2000-10-23 aland cleaned up #include files
2000-10-23 aland cleaned up error messages again.
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 aland changed hard-coded 'install' program to be $(INSTALL...
2000-10-23 aland make the requests unique if their source port is uniqu...
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 aland added 'rfc_clean' function, to clean outgoing packets.
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-19 aland If we run out of requests, log an informational messag...
2000-10-19 aland replaced strncpy with strNcpy.
2000-10-19 aland replaced strncpy with strNcpy
2000-10-19 aland updated include file order
2000-10-19 pacmanRemove knowledge of struct radutmp from rad_check_ts...
2000-10-19 pacmanMissing address-of operator in call to pairdelete
2000-10-19 pacmankilled one last remnant of the radutmp cache here in...
2000-10-19 hartwick Remove the hardcoded permissions for the directories...
2000-10-19 pacmanAnother "pointer target types differ in signedness...
2000-10-19 hartwick Remove an unused variable, VALUE_PAIR *tmp, from file_...
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-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 cparkercparker: fixed bug in new function realm_findbyaddr()
2000-10-18 pacmanAllow multiple instances of "unix" module for authentic...
2000-10-18 cparkercparker: Minor reorganization to remove duplicated...
2000-10-18 cparkercparker: Updated files to allow proxy replies to be...
2000-10-18 aland replaced time(NULL) with request->timestamp
2000-10-18 aland clean up un-needed include files.
2000-10-18 hartwick Replace strchr() with strrchr()
2000-10-18 aland removed the old dynamic log code. It's no longer...
2000-10-18 aland minor changes to posix-ise it, and use sizeof()
2000-10-18 hartwick Remove the detail file creation. This was moved to...
2000-10-18 hartwick - Add some additional date expansions (%Y, %y, %m...
2000-10-18 hartwick Fix a couple of spelling mistakes in some comments.
2000-10-18 hartwick Seperate the detail file generation from rlm_files.
2000-10-18 aland Use %p to print out pointers, not %x
2000-10-18 pacmanFollowup to removing dead radutmp-cache code: remove...
2000-10-18 pacmanradutmp cache is dead code and doesn't belong in rlm_un...
2000-10-17 pacman"No previous prototype for unique_detach"
2000-10-17 pacmanProvide the necessary hints for gcc -Wformat to work...
2000-10-17 pacman"notsuffix" realm flag was recognized in raddb/realms...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-16 jcarnealJeff Carneal <jeff@apex.net>
2000-10-16 jcarnealJeff Carneal <jeff@apex.net>
2000-10-15 jcarnealJeff Carneal <jeff@apex.net>
2000-10-14 jcarnealJeff Carneal <jeff@apex.net>
2000-10-14 jcarnealJeff Carneal <jeff@apex.net>
next