Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_rest / rest.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-10-23 Arran Cudbard-BellDon't use CURLOPT_PUT, it does extra things we don...
2015-08-19 Arran Cudbard-BellMerge pull request #1197 from jpereira/develop/rlm_rest2
2015-08-19 Jorge Pereirarlm_rest: The json_object_object_get() is deprecated
2015-07-20 Arran Cudbard-BellRename json_fr_pair_make back to json_pair_make
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-04-13 Arran Cudbard-BellAdd documentation missing in rlm_rest
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-01-26 Arran Cudbard-Bell#ifdef out CURLOPT_PROTOCOLS if not defined
2015-01-23 Alan T. DeKokFix typo
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-14 Arran Cudbard-BellAdd support for PATCH in rest
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-22 Arran Cudbard-Bellclang and gcc use different pragmas to turn off warning...
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellCoverity CID #1258572
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-11-25 Arran Cudbard-BellUpdate encoded pointer before checking for additional...
2014-11-21 Arran Cudbard-BellOnly transition to READ_STATE_END from READ_STATE_ATTR_...
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-21 Arran Cudbard-BellFreespace calculation fixes for rlm_rest (JSON). Fixes...
2014-11-21 Arran Cudbard-BellTypo
2014-11-20 Herwin WeststrateTypo fix in comment in rlm_rest
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-26 Arran Cudbard-BellUse relative indent/exdent in rlm_rest
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-07 Arran Cudbard-BellCorrect fix for #808
2014-10-07 Herwin WeststratePrevent assert(0) in rlm_rest
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-09-16 Herwin WeststrateSet CURLOPT_NOSIGNAL in rest module
2014-09-16 Arran Cudbard-BellCheck for null leaf values when parsing JSON structures...
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-29 Arran Cudbard-BellAllow 'plain' as a valid WEB API type
2014-08-29 Arran Cudbard-BellPrint out error message returned by the server
2014-08-29 Arran Cudbard-BellDisable cert validation when pre-establishing connectio...
2014-08-28 Arran Cudbard-BellPrint HTTP response on RDEBUG3
2014-08-28 Arran Cudbard-BellAdd support for exposing plaintext HTTP response bodies...
2014-08-28 Arran Cudbard-BellNeed to get the current attribute from the cursor in...
2014-08-28 Arran Cudbard-BellFix JSON encoding, where training '}' may not be writte...
2014-08-26 Arran Cudbard-BellCleanup tmpl function names
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-25 Arran Cudbard-BellRemove param documentation from all connection callbacks
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-18 Arran Cudbard-BellDoxygen
2014-06-18 Arran Cudbard-BellFix VALUE_PAIR parenting in rlm_rest when decoding...
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
2014-06-04 Arran Cudbard-BellAllow custom HTTP headers to be specified with control...
2014-06-04 Arran Cudbard-BellAdd HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-06-04 Arran Cudbard-BellReturn the correct handle in mod_conn_create if connect...
2014-06-03 Arran Cudbard-BellFormatting
2014-06-02 Arran Cudbard-BellAllow zero length bodies in REST responses
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-02 Arran Cudbard-BellMove __attribute__ markup from functions to headers...
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokEnsure that variable is initialized
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Arran Cudbard-BellRemove radius_xlat_move and use radius_pairmove instead
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Arran Cudbard-BellReorganise fields in value_pair_tmpl_t
2014-04-17 Alan T. DeKokAssertions for scan complaints
2014-04-13 Alan T. DeKokUse correct talloc ctx for VPs
2014-04-04 Arran Cudbard-BellSync master:src/lib/valuepair.c and v3.0.x:src/lib...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 Arran Cudbard-BellRemove extraneous format marker *sigh*
2014-03-28 Arran Cudbard-BellExtraneous comma
2014-03-28 Arran Cudbard-BellInclude version in user agent string
2014-03-28 Arran Cudbard-Bellconnect_uri can now be NULL
2014-03-26 Arran Cudbard-BellChange asserts to rad_asserts
2014-03-26 Arran Cudbard-BellAdd custom body encoder
2014-03-26 Arran Cudbard-BellAlways add headers
2014-03-26 Arran Cudbard-BellSimplify freeing
2014-03-26 Arran Cudbard-BellCheck 'supported' array and number of types are the...
2014-03-26 Arran Cudbard-BellAdd structure documentation
2014-03-26 Arran Cudbard-BellFormatting
2014-03-26 Arran Cudbard-BellAdd more debugging messages to make it clearer what...
2014-03-24 Arran Cudbard-BellMove body type function back to header parser (Gets...
2014-03-24 Arran Cudbard-BellMinor tweaks
2014-03-24 Arran Cudbard-BellCorrect multivalued JSON attribute parsing
2014-03-24 Arran Cudbard-Bellrest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard-BellMove body type checks to rest_response_body, which...
2014-03-24 Arran Cudbard-BellDoxygen
next