Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_radutmp / rlm_radutmp.c
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-01-13 Alan T. DeKokMark more strings as dynamically expanded
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-23 Arran Cudbard-BellOther obviously bad, allocations
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Alan T. DeKokIn some strange cases, lseek may return an error
2014-04-06 Arran Cudbard-BellCID 1197122
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-21 Arran Cudbard-BellGuarantee NULL termination of session ID CID 1004307
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-07 Alan T. DeKokBuild warnings WITHOUT_ACCOUNTING
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-07-03 Arran Cudbard-BellAnother missed default
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-15 Alan T. DeKokUse correct version of radius_xlat
2013-05-12 Alan T. DeKokdon't use strlcpy for binary buffers
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
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-16 Arran Cudbard-BellFix coverity issues
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokConver L_ERR to cf_log_err
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-06 Alan T. DeKokClose FD if there's nothing to log. Bug found by Coverity
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-27 Alan T. DeKokConvert error messages to debug messages.
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-10-15 Alan T. DeKokInitialize nas_address to INADDR_NONE
2008-01-06 nbk Fix some compiler warnings.
2007-12-10 aland Now that we have request->client, we don't need client...
2007-11-13 aland marked more modules HUP-safe
2007-11-12 aland Mark more modules safe for -C
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland Complain if we get an error reading the radutmp file.
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
next