Merge tag 'release_3_0_14' into tr-integ
[freeradius.git] / src / main / evaluate.c
2017-06-05 Dan BreslauMerge tag 'release_3_0_14' into tr-integ
2017-05-19 Alan DeKokMerge pull request #1989 from Sp1l/v3.0.x
2017-05-16 Alan T. DeKokremove always-false condition
2017-05-11 Alan T. DeKokconvert assert to run-time check.
2017-05-05 Dan BreslauMerge remote-tracking branch 'origin/upstream_release_3...
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-20 Alan DeKokMerge pull request #1915 from spbnick/zero_char_pointer...
2017-02-20 Nikolai KondrashovFix three cases of comparing pointer to zero char
2016-01-18 Alan T. DeKokDon't regex-escape the LHS of a regex comparison.
2015-12-30 Alan T. DeKokfixes found from additional tests in 3.1
2015-12-30 Alan T. DeKokturn off debugging
2015-12-30 Alan T. DeKokEscape special characters in regex expansion. Fixes...
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-09-19 Arran Cudbard-BellFix minor issues identified by clang-700.0.72
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-06-29 Alan T. DeKokManually track the append list
2015-06-29 Alan T. DeKokAllow expansions while we're processing the list.
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-30 Arran Cudbard-Bellvalue_pair_map_t -> vp_map_t
2015-04-16 Arran Cudbard-BellSlightly better name for cond_normalise_values
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-17 Arran Cudbard-BellMove xlat functions into a separate header file
2015-01-05 Arran Cudbard-BellDisable subcaptures the proper way
2015-01-01 Arran Cudbard-BellRename radius_expand_tmpl to tmpl_expand and make it...
2014-12-15 Arran Cudbard-BellAdd more EVAL_DEBUG statements so we can determine...
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellAdd support for 'm' (multiline) regex flag
2014-12-13 Arran Cudbard-BellAdd support for named capture groups
2014-12-13 Arran Cudbard-BellNeed MAX_REGEX + 1 for the complete match group
2014-12-12 Arran Cudbard-BellSwitch to new subcapture handling code
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-11 Alan T. DeKokMore call to pairdatacpy()
2014-12-08 Alan T. DeKokPrint *data* not *pointer* if it's octets
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-07 Alan T. DeKokQuiet scan.
2014-12-06 Alan T. DeKokQuiet compiler
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-25 Arran Cudbard-Belltemplate_names should really be tmpl_names and should...
2014-11-25 Arran Cudbard-Bellremove tmpl_names it was a less complete duplicate...
2014-11-22 Arran Cudbard-BellBinary attributes printed to strings *must* be prefixed...
2014-11-22 Arran Cudbard-BellAvoid strduping literal template values when doing...
2014-11-22 Arran Cudbard-BellFix for if ("%{Tmp-Integer-0}" =~ /"%{Tmp-Integer-0}"/
2014-11-22 Arran Cudbard-BellAdd support for multivalued attribute comparison
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-21 Arran Cudbard-BellNot unknown, but undefined
2014-10-31 Arran Cudbard-BellConvert one cast call to value_data_cast
2014-10-30 Arran Cudbard-BellFix a fixme
2014-10-30 Arran Cudbard-Bellrename vp_aprint_value to vp_aprints_value
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-27 Arran Cudbard-BellMake 'op' argument placement consistent
2014-10-21 Alan T. DeKokMore eval debug messages
2014-10-08 Arran Cudbard-BellBetter error message for invalid LHS
2014-10-06 Alan T. DeKokAllow cast of ifid to integer64
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-10-01 Nikolai KondrashovAccess union value_data members consistently
2014-10-01 Nikolai KondrashovDon't truncate 64-bit integers in do_cast_copy
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_TMPL in tmpl functions (to check they...
2014-09-29 Arran Cudbard-BellNo longer true
2014-09-28 Arran Cudbard-BellFormatting
2014-09-28 Arran Cudbard-BellRename map->src to map->rhs and map->dst to map->lhs...
2014-09-22 Alan T. DeKokSimplify pre-parsing of regexes
2014-09-22 Alan T. DeKokPrecompile regexes into xlat_struct.
2014-09-07 Kevin WassermanMerge branch 'v3.0.x' into tr-integ
2014-09-05 Arran Cudbard-BellDon't leak expanded lhs/rhs in do_regex
2014-09-05 Arran Cudbard-BellFix PCRE checks on FreeBSD
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-31 Alan T. DeKokUse correct name for struct entries
2014-08-29 Arran Cudbard-BellUsing attribute references in conditions should allow...
2014-08-28 Alan T. DeKokAllow comparisons between integers of different size
2014-08-26 Arran Cudbard-BellCleanup tmpl function names
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-21 Alan T. DeKokExpand switch arguments once, instead of for each ...
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-01 Alan T. DeKokFunction naming consistency
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-29 Arran Cudbard-BellFix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
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-27 Arran Cudbard-BellBackport radius_vpt_get_vp changes from master
2014-05-16 Alan T. DeKokAdd entries for structs when debugging
2014-05-13 Arran Cudbard-BellFix case insensitive matching in compiled regular expre...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellMove more CC_HINTs to headers
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Arran Cudbard-BellUse consistent names for vp_aprint, vp_aprint_value...
2014-05-02 Arran Cudbard-BellFix Module-Return-Code expansion
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-25 Alan T. DeKokStyle
2014-04-24 Arran Cudbard-BellDon't leak memory evaluating non compiled regular expre...
next