Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_exec / rlm_exec.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 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
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-17 Philipp HugDon't allow timeouts larger than max_request_timeout...
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-02 Arran Cudbard-BellAdd CC_HINT(nonnull) to module functions which were...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-04-02 Alan T. DeKokFix comments
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokThis module is thread-safe.
2014-02-10 Arran Cudbard-BellIf inst->output is NULL, don't request output pairs...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-16 Matthew Newtonadd timeout option to rlm_exec
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellFix invalid format strings and bugs revealed by the...
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Alan T. DeKokDon't shadow a global symbol
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-07-01 Arran Cudbard-BellWhitespace changes rlm_exec
2013-06-24 Arran Cudbard-Bellerror if wait is not enabled and exec xlat is called
2013-06-19 Arran Cudbard-BellFixup exec logging
2013-06-16 Arran Cudbard-Bellmore rlm_exec fixes
2013-06-14 Arran Cudbard-BellActually add the module failure msg
2013-06-14 Arran Cudbard-BellDon't require an input list, the program can be passed...
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-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-10 Alan T. DeKokUse new radius_list API
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-03 Alan T. DeKokThe server core now calls xlat_unregister() for the...
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. DeKokDon't call mod_detach() from instantiate
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-20 Alan T. DeKokMore function renaming
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-03-09 Arran Cudbard-BellAdd module prefix to module, and make RDEBUGE set modul...
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokMore debug macros
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-12-02 Arran Cudbard-BellTrim off newlines and returns
2012-12-02 Arran Cudbard-BellAdd module failure message to rlm_exec
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 Mayersremove escape function from xlat handlers; perform...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-07-07 Alan T. DeKokInitialize answer variable
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-07-26 Alan T. DeKokFix changes pulled from v2.1.x for new API
2010-07-16 Alan T. DeKokRe-enabled Exec-Program and Exec-Program-Wait for accou...
2010-07-01 Alan T. DeKokAllow exec in recv/send coa sections
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-12-15 Alan T. DeKokIf input pairs is NULL, return NOOP
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-11 aland Mark more modules "safe for -C"
2007-10-03 aland Removed useless error message
2007-08-13 aland Pulled fix from branch_1_1
2007-06-18 aland Strip embedded LF's and CR's
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-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland Don't de-reference NULL on exec
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
next