Here's authtype{} again, and I hope it's seen as cleaner this time.
[freeradius.git] / src / main / modules.c
2000-12-13 pacmanHere's authtype{} again, and I hope it's seen as cleane...
2000-12-13 pacmanBreaking up a large function - cosmetic change only.
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-22 aland moved the LTDL_SET_PRELOADED_SYMBOLS() call to *before...
2000-11-20 aland removed old code handling stripped-user-name from...
2000-11-20 aland minor cleanups & touchups, to make the code simpler
2000-11-16 aland added new 'component_names' array, which contains...
2000-11-16 aland removed multiple variables 'authorize', 'authenticate...
2000-11-16 aland new function: rad_malloc().
2000-11-16 aland removed the 'default_auth_type' from the main module...
2000-11-13 aland minor typo update
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-08 aland Deleted read_config_files(), and moved it's functionality
2000-11-03 aland minor cleanups to the code
2000-11-01 aland implement thread mutex locking/unlocking for modules...
2000-10-23 aland cleaned up error messages again.
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-18 hartwick Fix a couple of spelling mistakes in some comments.
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-05 aland Authtype grouping patch from "Alan Curry" <pacman...
2000-10-02 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-02 aland Create the request->reply data structure as soon as...
2000-10-01 jcarnealChanged module_authenicate function to accept check...
2000-09-29 jcarnealAdded trivial patch to show which list a module is...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-21 aland follow the libltdl instructions a little better, by...
2000-08-21 aland allow libltdl to decide which paths to search when...
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-07-28 aland removed all dependencies on dlopen() and friends....
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-05 aland use 'radlib_dir', and parse it from the configuration...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland updates for new request->username
2000-01-24 aland changes to make it build on OpenBSD, as suggested by
1999-11-03 aland added more 'const'
1999-11-03 aland Whoops! Call dlclose() AFTER calling ml->module-...
1999-10-15 aland more changes to export MODULE_NEED_USCORE to the autoc...
1999-10-15 aland lots more changes to dynamic library stuff. This...
1999-10-14 aland ensure that RTLD_GLOBAL is defined, even if it isn't.
1999-10-14 aland moved HAVE_LIBDL definition to HAVE_DLOPEN. The subst...
1999-10-14 aland added check for DLFN_H, and changes to use CVS's $Id$
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-16 alandInitial revision origin/aland