Same fix for eap session and handler trees
[freeradius.git] / src / tests /
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Alan T. DeKokCan't use "ok = 1" outside of a module call.
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-10 Arran Cudbard-BellAdd dependencies for load-balance redundant-load-balanc...
2014-06-10 Alan T. DeKokTests for redundant load balance
2014-06-10 Alan T. DeKokRedundant, load-balance, etc. can't be empty
2014-06-08 Arran Cudbard-BellEnumerate escape-sequences tests
2014-06-08 Arran Cudbard-BellFix UTF8 chars in %{escape:}, add %{unescape:} and...
2014-06-08 Arran Cudbard-BellUse casts for all urlquote tests
2014-06-08 Arran Cudbard-BellAdd urlunquote
2014-06-07 Arran Cudbard-BellFix url quote, enable all url quote tests
2014-06-07 Arran Cudbard-BellAdd tests for urlquote (which currently would not pass)
2014-06-06 Arran Cudbard-BellRename foreach-2 to something meaningful
2014-06-06 Arran Cudbard-BellAdd tests for hexadecimal IP addresses
2014-06-06 Arran Cudbard-BellAdd %{hmacmd5:} and %{hmacsha1} xlat expansions
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-24 Arran Cudbard-BellTypo
2014-05-24 Arran Cudbard-BellAdd xlat to print the current tag of an attribute
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellVarious fixups in xlat_getvp
2014-05-23 Arran Cudbard-Bellnumber xlat-attr-tag
2014-05-23 Arran Cudbard-BellFix more places where tags weren't respected correctly
2014-05-23 Alan T. DeKokFix ref to re-named test
2014-05-23 Arran Cudbard-BellAdd tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard-BellAdd additional texts for index
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellEnumerate failures in base64 test
2014-05-23 Arran Cudbard-BellAdd more tests for deletions
2014-05-23 Arran Cudbard-Bellupdate-operator test should use += to add failures
2014-05-16 Arran Cudbard-BellRemove duplicate tests
2014-05-16 Arran Cudbard-BellAdd tests for expanded vs compiled regexes and foreach
2014-05-16 Alan T. DeKokConvert (Foreach-Variable-# ...) to (%{Foreach-Variable}...
2014-05-15 Arran Cudbard-BellExtra foreach tests
2014-05-15 Arran Cudbard-BellFix CUI processing
2014-05-13 Arran Cudbard-BellThese tests use unprecompiled regexes
2014-05-13 Arran Cudbard-BellFix case insensitive matching in compiled regular expre...
2014-05-09 Alan T. DeKokWe now have a warning on line 8 instead of line 21
2014-05-07 Arran Cudbard-BellRemove duplicate test (list-delete) was duplicate test...
2014-05-06 Alan T. DeKokTests for list delete
2014-05-04 Arran Cudbard-BellIgnore more test products
2014-05-02 Alan T. DeKokRemove useless panic action
2014-05-02 Arran Cudbard-BellFix overly complicated runtest.sh
2014-05-02 Arran Cudbard-BellFix Module-Return-Code expansion
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-23 Arran Cudbard-BellFix talloc error when using certain virtual attributes
2014-04-20 Alan T. DeKokParse "foreach" into a vpt, and do sanity checks on it
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-16 Alan T. DeKokradius_map2vp() returns 0 on not found, not -2
2014-04-16 Alan T. DeKokThe LHS of -= may not exist in a list
2014-04-15 Alan T. DeKokAllow array references on the LHS of attr/attr maps.
2014-04-14 Alan T. DeKokMore sanity checks and messages for list assignment.
2014-04-14 Alan T. DeKokDistinguish failure cases
2014-04-14 Alan T. DeKokClean up syntax for list to list assignments
2014-04-14 Alan T. DeKokMake radius_map2vp() call radius_vpt_get_vp() for map...
2014-04-14 Alan T. DeKokLF at EOL
2014-04-14 Alan T. DeKokallow radius_vpt_get_vp() to use array references
2014-04-14 Alan T. DeKokAdd tags and array references to value_pair_tmpl_t
2014-04-14 Alan T. DeKokradius_parse_attr() doesn't deal with tags or array...
2014-04-11 Alan T. DeKokTests for new compilation
2014-04-11 Alan T. DeKokDistinguish failure modes
2014-04-08 Alan T. DeKokUse src/tests/test.conf instead of raddb/test.conf
2014-04-08 Alan T. DeKokInclude vqp dictionary in the tests
2014-04-08 Alan T. DeKokAllow vulnerable OpenSSL for testing purposes
2014-04-08 Arran Cudbard-BellAdd config item to toggle openssl vulnerability check
2014-04-05 Arran Cudbard-BellAdd test for mixing foreaches and regexes
2014-04-04 Arran Cudbard-BellWe always need stderr to go to the terminal so we can...
2014-04-04 Arran Cudbard-BellUse batch instead of -silent to avoid interactive promp...
2014-03-31 Arran Cudbard-BellAdd regression text for 0x prefix
2014-03-31 Arran Cudbard-BellRemember which hex test failed
2014-03-31 Alan T. DeKokChecks for casts to differing sized attributes
2014-03-31 Alan T. DeKokCheck for unknown attr on the RHS
2014-03-31 Alan T. DeKokRemove leading "0x" when expanding octet types
2014-03-31 Alan T. DeKokRemember which tests failed
2014-03-31 Alan T. DeKokTests for cast on LHS and attr on RHS
2014-03-31 Alan T. DeKokRewrite unnecessary casts
2014-03-31 Alan T. DeKokCertain data types are forbidden in casts
2014-03-31 Arran Cudbard-BellEscape tests depend on xlat-attr-number
2014-03-31 Arran Cudbard-BellForeach should return an escaped copy of the string
2014-03-31 Arran Cudbard-BellFix vp_aprint to always print escaped versions of strin...
2014-03-31 Alan T. DeKokPoint to correct precursor test
2014-03-31 Alan T. DeKokEnable pre-compiled regex_t
2014-03-29 Arran Cudbard-BellFix test/instance number separator
2014-03-28 Alan T. DeKokAllow a wider range of attribute comparisons in switch...
2014-03-28 Alan T. DeKokFix typo
2014-03-28 Alan T. DeKokParse values for switch statements
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 Alan T. DeKokPrecompile 'switch' and 'case' arguments.
2014-03-27 Arran Cudbard-BellFixup all lingering instances of old style expansion
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-23 Alan T. DeKokExplanation comments
2014-03-23 Alan T. DeKokRedirect output again.
2014-03-23 Alan T. DeKokMore tests for newer conditions which are also skipped
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. DeKokNewlines are good
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
next