expose server version to xlat
[freeradius.git] / src /
2014-03-26 Alan Buxeyexpose server version to xlat
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-BellWhitespace fixes in rlm_expr
2014-03-26 Alan T. DeKokMake 'i' and 'len' the same type as 'digestlen'
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-25 Alan T. DeKokRemove dead code.
2014-03-25 Alan T. DeKokEncrypted attrs can only be for old-style attrs.
2014-03-25 Arran Cudbard-BellFix strlcpy in rest:
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-BellRevert "Partial revert of 14531625"
2014-03-24 Arran Cudbard-Belltruncate_len result was inverted
2014-03-24 Alan T. DeKokPartial revert of 14531625
2014-03-24 Alan T. DeKokMore 3GPP tests here, too
2014-03-24 Alan T. DeKokFix radius_list_name and add regression tests for 3GPP...
2014-03-24 Arran Cudbard-Bellrest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard-BellFormatting
2014-03-24 Arran Cudbard-BellMove body type checks to rest_response_body, which...
2014-03-24 Arran Cudbard-BellDoxygen
2014-03-24 Arran Cudbard-BellFix escaping of URI strings passed to %{rest:}
2014-03-23 Arran Cudbard-BellCheck and define sig_t if it's not in signals.h
2014-03-23 Arran Cudbard-BellTypo
2014-03-23 Arran Cudbard-BellAnd another global gone...
2014-03-23 Arran Cudbard-BellRead the dictionaries before reading the main config...
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokIf the leading character of a template is '&', it MUST...
2014-03-23 Alan T. DeKokMake smsotp -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake rest -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake ldap -C safe. Addresses #559
2014-03-23 Alan T. DeKokMake redis modules -C safe. Addresses #559
2014-03-23 Alan T. DeKokMark SQL modules -C safe. Addresses #559
2014-03-23 Alan T. DeKokThis module is thread-safe.
2014-03-23 Alan T. DeKokHandle -C in the connection pool. Addresses #559
2014-03-23 Alan T. DeKokExplanation comments
2014-03-23 Arran Cudbard-BellFix typo, should be method_str, not method
2014-03-23 Arran Cudbard-Bellrlm_rest has been tested enough to be stable
2014-03-23 Arran Cudbard-BellAdd checks for json_type_to_name
2014-03-23 Arran Cudbard-BellSilence GCC warning
2014-03-23 Arran Cudbard-BellFix json-c check to work on debian (libjson0) too
2014-03-23 Arran Cudbard-BellAdd rest xlat function to allow arbitrary GET requests
2014-03-23 Arran Cudbard-BellAdd function to get body data from a handle
2014-03-23 Arran Cudbard-BellRename all rest structures and functions to be in terms...
2014-03-23 Arran Cudbard-BellEnable multi-line output for unrecognised content-types
2014-03-23 Arran Cudbard-Bellfail on error parsing URI
2014-03-23 Alan T. DeKokRedirect output again.
2014-03-23 Alan T. DeKokMore tests for newer conditions which are also skipped
2014-03-23 Alan T. DeKokRemove extraneous pass2 checks
2014-03-23 Alan T. DeKokNo longer O(N^2)
2014-03-23 Arran Cudbard-BellSilence unused function warning
2014-03-23 Arran Cudbard-BellMore formatting
2014-03-23 Arran Cudbard-BellAdd body type 'none' which can be used to make RESTfull...
2014-03-22 Arran Cudbard-BellAdd test for removing values
2014-03-22 Arran Cudbard-BellDon't try to check RHS value in update sections when...
2014-03-22 Arran Cudbard-BellFix attribute selection with %{<attr>[<num>]}, always...
2014-03-22 Arran Cudbard-BellSeems like the easiest solution is to just no log stderr
2014-03-22 Alan T. DeKokMove load-time removal of 'if' conditions
2014-03-22 Alan T. DeKokFix use of add_to_modcallable()
2014-03-22 Alan T. DeKokMake "add_child" O(1) instead of O(N)
2014-03-22 Alan T. DeKokSet csingle->type in do_compile_modgroup
2014-03-22 Arran Cudbard-BellShould still be error
2014-03-22 Arran Cudbard-BellPartial reformatting of rlm_ippool
2014-03-22 Arran Cudbard-BellCID 1058551
2014-03-22 Arran Cudbard-BellCID 1135410
2014-03-22 Arran Cudbard-BellCID 1135412
2014-03-22 Alan T. DeKokIt's "elsif", not "elseif"
2014-03-22 Alan T. DeKokfree children of a block which will never get executed
2014-03-22 Alan T. DeKokNewlines are good
2014-03-22 Alan T. DeKokDon't do pass2 checks for sections which will never...
2014-03-21 Arran Cudbard-BellGuarantee NULL termination of session ID CID 1004307
2014-03-21 Arran Cudbard-BellFix protocol dlopen handle 'leak' CID 1004305
2014-03-21 Alan T. DeKokForce it to pass for no OPENSSL
2014-03-21 Alan T. DeKokRun SHA tests only if we have OpenSSL
2014-03-21 Arran Cudbard-BellCID 1187989
2014-03-21 Arran Cudbard-BellCID 1187991
2014-03-21 Arran Cudbard-BellLoop condition is redundant
2014-03-21 Arran Cudbard-BellCoverity fixes
2014-03-21 Alan T. DeKokPrecompile existence checks, too.
2014-03-21 Alan T. DeKokCache CONF_ITEM in the condition
2014-03-21 Alan T. DeKokPre-compile xlat's in conditions, too
2014-03-21 Alan T. DeKokEnsure if / elsif have the right filename and line...
2014-03-21 Arran Cudbard-BellIf we don't have IPv6 PV6_RECVPKTINFO and were on Linux...
2014-03-21 Alan T. DeKokSave pre-compile xlat's for "update", and use them...
2014-03-21 Alan T. DeKokAdded radius_xlat functions to expand xlat_exp_t
2014-03-21 Alan T. DeKokCheck RHS of update sections in pass2, for xlat syntax
2014-03-21 Arran Cudbard-BellDoxygen
2014-03-21 Arran Cudbard-BellAllow rlm_ldap to work with legacy type generic attribu...
2014-03-21 Arran Cudbard-BellDon't leave dangling output pointer in ** out on error...
2014-03-21 Arran Cudbard-BellAdd default list to radius_str2tmpl
2014-03-21 Arran Cudbard-Bellrename radius_str2vp to radius_strpair2map
2014-03-21 Arran Cudbard-BellRemove limitation which prevented using exec to get...
2014-03-21 Alan T. DeKokMake Simultaneous-Use "access denied" message configurable
2014-03-20 Alan T. DeKokAdd "retry_delay".
2014-03-20 Alan T. DeKokoreect Message-Authenticator calculation for CoA packets.
next