Add version consistency checks between applications, libfreeradius-radius, libfreerad...
[freeradius.git] / src / include / radiusd.h
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-22 Arran Cudbard-BellFormatting
2014-01-21 Arran Cudbard-BellFix operation of fr_strerror()
2014-01-14 Arran Cudbard-BellMinor fixes in radius_start_program
2013-12-20 Arran Cudbard-BellFixup formatting
2013-12-20 Arran Cudbard-Bell#include <sys/wait.h> if were using waitpid
2013-12-19 Alan T. DeKokAllow auth+acct for TCP / TLS sockets
2013-11-26 Arran Cudbard-BellUse the map functions to parse VALUE_PAIR string tuples
2013-11-15 Arran Cudbard-BellChange order of arguments for radius_get_vp to be the...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-10-14 Alan T. DeKokAllow clients to have "proto = tls".
2013-10-14 Phil Mayerscorrect the log/colourise logic
2013-09-18 Alan T. DeKokTurn assert into talloc check.
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-26 Arran Cudbard-BellFix argument names in radius_callback_compare
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-24 Arran Cudbard-BellUnify regex subcapture group processing
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellEnable format string validation for module_failure_msg
2013-07-10 Arran Cudbard-BellRestructure map2request and dependencies to return...
2013-07-10 Arran Cudbard-BellFix exec support in update sections. Fixes #355
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-30 Arran Cudbard-BellDon't start if the configuration contains deprecated...
2013-06-28 Alan T. DeKokRemove refcount on mainconfig. It's not used
2013-06-28 Alan T. DeKokMake request_alloc() take a TALLOC_CTX
2013-06-28 Alan T. DeKokRemove unused function
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-06-24 Arran Cudbard-Belluse client_from_query in rlm_sql
2013-06-20 Arran Cudbard-BellMinor fixes
2013-06-20 Arran Cudbard-BellDynamic LDAP clients
2013-06-16 Arran Cudbard-Bellmore rlm_exec fixes
2013-05-31 Alan T. DeKokAdd "skip_duplicate_checks" for detail && tcp listeners
2013-05-12 Alan T. DeKokLog function prototypes belong in log.h
2013-05-11 Alan T. DeKokAllow casting for LHS of conditions.
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Arran Cudbard-BellMove function prototypes into log.h
2013-04-25 Arran Cudbard-BellMove more log related things to log.c
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-25 Alan T. DeKokMove log configuration to structure in log.c
2013-04-25 Alan T. DeKokRevert "Replace some globals with library specific...
2013-04-23 Arran Cudbard-BellReplace some globals with library specific static variables
2013-04-23 Arran Cudbard-BellRemove check_config from conffile.c
2013-04-23 Alan T. DeKokSwitch to new conditional evaluation engine.
2013-04-23 Alan T. DeKokAdded radius_vpt_get_vp() function
2013-04-23 Alan T. DeKokMoved tmpl / map functions to their own C / H file.
2013-04-23 Alan T. DeKokAdded map2str, to mirror str2map
2013-04-23 Alan T. DeKokAdded tmpl2str function, to mirror str2tmpl
2013-04-23 Alan T. DeKokAdded radius_str2map()
2013-04-20 Arran Cudbard-Belladd DEBUGI
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix more GCC warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-17 Arran Cudbard-Belldictionary_dir should be const
2013-04-14 Alan T. DeKokAdd dict_read() API.
2013-04-14 Alan T. DeKokConvert map / tmpl to use talloc
2013-04-13 Alan T. DeKokMake the "update" sections more generic.
2013-04-13 Alan T. DeKokAdded radius_map2vp function
2013-04-12 Arran Cudbard-BellAdd support back for generic attributes in rlm_ldap
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-07 Arran Cudbard-Bellxlat parsing functions
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-03 Alan T. DeKokAdded paircompare_unregister_instance
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-04-01 Alan T. DeKokAdd TALLOC_CTX to pairlist_read()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-18 Alan T. DeKokUse RDEBUGE() instead of module_failure_msg
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-14 Alan T. DeKokFree all listeners when we exit.
2013-03-09 Arran Cudbard-BellAdd module prefix to module, and make RDEBUGE set modul...
2013-03-08 Alan T. DeKokFix debug messages
2013-03-08 Arran Cudbard-BellAdd function for checking whether files exist
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-03-06 Arran Cudbard-BellFix some warnings
2013-03-06 Arran Cudbard-BellAdd macro to check for memory allocation errors
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove quotes from quoted argv entries
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard-BellMore docs, rename struct from auth_req to request
2013-02-20 Arran Cudbard-BellSome documentation for the request struct
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard-BellAdd talloc memory report on -M
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-18 Arran Cudbard-BellQuick hack for colourising log output to stderr/stdout
2013-02-16 Arran Cudbard-BellRename some arguments to be more consistent in pair...
2013-02-16 Arran Cudbard-BellAdd radius_xlat_do and rename pairxlatmove to radius_xl...
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
next