Remove libradius.h from the top of the standard header list.
[freeradius.git] / src / modules / rlm_example / rlm_example.c
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-14 aland check & memset
2003-07-14 aland check & memset
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-01-30 aland add example state, too.
2001-01-30 aland Added example code for sending Access-Challenges.
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-20 aland added comment header with description of GPL.
2000-11-16 aland cleaned up the example module
2000-11-01 aland added explanations about thread safe/unsafe module...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-01 jcarnealUpdated xxx_authenticate() to accept check/reply pairs
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-06-25 aland corrected definition of ipaddr variable, as pointed...
2000-05-02 aland added example of how to find the module configuration
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-02-02 aland corrected typo
2000-02-02 aland updated for new username && password in REQUEST structure
1999-11-22 aland more text in examples
1999-08-16 alandInitial revision origin/aland