add recv_coa
[freeradius.git] / src / modules / rlm_rest / rlm_rest.c
2016-12-20 Alan T. DeKokadd recv_coa
2016-11-23 Alan DeKokMerge pull request #1857 from jrouzierinverse/json...
2016-11-23 James RouzierCast byte as an unsigned char instead
2016-11-23 Alan T. DeKok\n is \n, not \b
2016-11-22 Alan T. DeKokmake data unsigned
2016-07-22 Arran Cudbard-BellMerge pull request #1664 from qnet-herwin/v3.0.x_build_...
2016-07-22 Herwin WeststrateFixed compile error in v3.0.x
2016-07-19 Arran Cudbard-BellDon't leak rest handles on connection errors‽
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-19 Arran Cudbard-BellUse inst->pool not inst->conn_pool
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellConsistent module names and instance structs
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-29 Alan T. DeKokRename RLM_COMPONENT_* to MOD_*
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Arran Cudbard-BellRename fr_connect_pool_delete to fr_connection_pool_free
2015-02-13 Arran Cudbard-BellAlways need to \0 terminate json output buffer
2015-01-18 Arran Cudbard-BellShould be jsonquote to match urlquote (not tojson)
2015-01-16 Arran Cudbard-BellAdd tojson xlat for escaping json strings
2015-01-14 Arran Cudbard-BellAdd connection timeout for rlm_rest
2015-01-14 Arran Cudbard-BellSupport subsecond timeout values in rlm_rest
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-10-29 Alan T. DeKokAutomatically remove xlat's when we free a module instance
2014-10-07 Arran Cudbard-BellCorrect fix for #808
2014-09-27 Herwin WeststrateValidate availability of json on startup in rlm_rest
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-08-31 Alan T. DeKokReturn correct code for error
2014-08-29 Arran Cudbard-BellFix issue in configured 'forced' types
2014-08-29 Arran Cudbard-BellPrint out error message returned by the server
2014-08-28 Arran Cudbard-BellAdd support for exposing plaintext HTTP response bodies...
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-11 Arran Cudbard-BellShould return NOOP, not fail, to be consistent with...
2014-08-11 Alan T. DeKokHandle no config for section. Closes #759
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-05 Arran Cudbard-BellIf REST xlat fails, output the contents of the body...
2014-06-04 Arran Cudbard-BellAdd HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-06-03 Arran Cudbard-BellFormatting
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellRest auth should just do the same checks as rlm_pap...
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-15 Arran Cudbard-BellAdd postauth function to rlm_rest
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-26 Arran Cudbard-BellAdd custom body encoder
2014-03-25 Arran Cudbard-BellFix strlcpy in rest:
2014-03-24 Arran Cudbard-BellMinor tweaks
2014-03-24 Arran Cudbard-Bellrest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard-BellFix escaping of URI strings passed to %{rest:}
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMake rest -C safe. Addresses #559
2014-03-23 Arran Cudbard-BellAdd rest xlat function to allow arbitrary GET requests
2014-03-23 Arran Cudbard-BellRename all rest structures and functions to be in terms...
2014-03-23 Arran Cudbard-Bellfail on error parsing URI
2014-03-23 Arran Cudbard-BellAdd body type 'none' which can be used to make RESTfull...
2014-03-18 Arran Cudbard-BellFormatting in rlm_rest
2014-03-18 Arran Cudbard-BellWe should not set a default connect_uri
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
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-25 Arran Cudbard-BellAdd missing behaviour for accounting and authenticate...
2013-05-05 Arran Cudbard-BellStandardise return codes
2013-05-05 Arran Cudbard-BellFix eroneous complaint about default auth type in rlm_rest
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokUse cf_log_err_cs() instead of L_ERR
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokRe-name all of the module functions.
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-17 Arran Cudbard-BellFix for coverity (check return value of cf_section_parse)
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2012-12-14 Arran Cudbard-BellFix typo
2012-10-31 Arran Cudbard-BellFix some lazily resolved symbol named
2012-10-30 Arran Cudbard-BellUpdate TLS section to conform to standard used in rlm_l...
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-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-19 Arran Cudbard-BellInitial commit of rlm_rest module