Jeff Carneal <jeff@apex.net>
[freeradius.git] / src /
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>
2000-10-13 jcarnealJeff Carneal <jeff@apex.net>
2000-10-13 jcarnealJeff Carneal <jeff@apex.net>
2000-10-13 aland If the proxy reply was an authentication reject, then...
2000-10-13 aland added "missing.h", pointed out by Chris Parker <cpark...
2000-10-13 aland bail out of the sanity chekcs if it finds a normal...
2000-10-12 jcarnealJeff Carneal <jeff@apex.net>
2000-10-12 jcarnealFrom Jeff Carneal <jeff@apex.net>
2000-10-12 jcarnealJeff Carneal <jeff@apex.net>
2000-10-11 aland removed un-needed header files.
2000-10-11 aland updated for new 'radlog', instead of 'log'
2000-10-11 aland updated comments...
2000-10-11 aland set the length for the NEW attribute, not the OLD...
2000-10-06 aland re-formatting of code.
2000-10-06 aland update for INADDR_NONE
2000-10-06 aland one more update to ip_addr()
2000-10-06 aland ip_getaddr() now returns INADDR_NONE if it was unable...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-05 aland Authtype grouping patch from "Alan Curry" <pacman...
2000-10-03 aland SMUX patches from Jochen Friedrich <jochen+freeradius...
2000-10-02 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland more SNMP patches from Jochen Friedrich <jochen+freera...
2000-10-02 aland re-arranged code to make it work right
2000-10-02 aland removed the check_items && reply_items from the author...
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...
next