Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / main / parser.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-18 Alan T. DeKokAllow IP addrs to compare to prefixes for xlat, too
2015-10-17 Alan T. DeKokFixes for last commit, ported from v3.1.x
2015-10-17 Alan T. DeKokAutomatically cast IP to IP_PREFIX comparisons
2015-06-26 Alan T. DeKokZero terminate at current position, not at start of...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Alan T. DeKokMove virtual re-write to pass2 callback
2015-06-19 Alan T. DeKokConvert &Packet-Type to "%{Packet-Type}"
2015-05-29 Arran Cudbard-BellTypo
2015-05-29 Jorge Pereirabugfix a SIGSEGV during 'show debug condition' in radmin
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-28 Alan T. DeKokRelax checks on "possible attr names" a bit
2015-04-28 Alan T. DeKokIf the LHS is of the form "Foo-Bar", treat it as an...
2015-04-15 Alan T. DeKokAllow for prefix to IP comparisons.
2015-04-10 Arran Cudbard-BellFormatting
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-09 Alan T. DeKokRealloc string to the correct length
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-06 Alan T. DeKokLeave regexes unmolested.
2015-03-05 Arran Cudbard-BellReturn int not bool for all tmpl functions
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-27 Alan T. DeKokFix escaping for once and all.
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-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-07 Alan T. DeKokBe less aggressive about casting to octets
2014-12-07 Alan T. DeKokAuto-cast octet strings
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-01 Arran Cudbard-BellFix the conffile parser to parse RHS literals as prefix...
2014-11-26 Alan T. DeKokSkip both characters, not just the escape. Closes...
2014-11-26 Alan T. DeKokFix bug when using "correct_escapes=no". Closes #842
2014-11-24 Arran Cudbard-BellWrite condition parsing errors back to radmin so we...
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-30 Alan T. DeKokIf LHS is combo-IP, mash the LHS to the type of the RHS
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-21 Alan T. DeKokUse new escape variable in conditional parser
2014-10-07 Alan T. DeKokUse correct definition
2014-10-07 Alan T. DeKokBetter checks for regex
2014-10-07 Alan DeKokMerge pull request #807 from Feh/3.0.4rc2-compile-fixes
2014-10-07 Julius Plenzi_flag is only known if HAVE_REGEX is defined
2014-10-06 Alan T. DeKokAllow cast of ifid to integer64
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-02 Arran Cudbard-BellAdd comment for fr_canonicalize_error
2014-10-02 Arran Cudbard-BellOutput variables come first
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Alan T. DeKokAdd TMPL_TYPE_ATTR_UNKNOWN
2014-09-29 Arran Cudbard-BellFinish creating the tmpl union. value_pair_tmpl_t struc...
2014-09-29 Arran Cudbard-BellAlter tmpl_prints and vp_data_prints_value to take...
2014-09-28 Arran Cudbard-BellRename map->src to map->rhs and map->dst to map->lhs...
2014-09-23 Alan T. DeKokAdd fr_canonicalize_error()
2014-09-18 Alan T. DeKokCreate dictionary entries for unknown attributes
2014-09-18 Alan T. DeKokAdded map / template verify functions.
2014-09-17 Sam HartmanMerge tag '3.0.4+moonshot1' into tr-integ
2014-09-11 Arran Cudbard-BellRename map_from_str to map_from_fields
2014-09-11 Arran Cudbard-BellShould be T_INVALID not T_OP_INVALID
2014-09-09 Arran Cudbard-BellShould be map_prints
2014-09-08 Alan T. DeKokClarify debug message and raise level
2014-09-07 Kevin WassermanMerge branch 'v3.0.x' into tr-integ
2014-09-06 Arran Cudbard-BellCan't build without regexes on Travis because it causes...
2014-09-05 Arran Cudbard-BellFix building without regex support
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-09-04 Alan T. DeKokZero is false. found by cppcheck
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-11 Arran Cudbard-BellFix naming in map.c
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-26 Alan T. DeKokPass2 for attributes in existence checks
2014-06-25 Alan T. DeKokAllow delayed references to attributes. Helps with...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-13 Arran Cudbard-BellFix case insensitive matching in compiled regular expre...
2014-04-21 Alan T. DeKokLeave input variable alone for debugging
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-18 Alan T. DeKokMove checks for &Attribute-Name into radius_parse_attr()
2014-03-31 Alan T. DeKokChecks for casts to differing sized attributes
2014-03-31 Alan T. DeKokRewrite unnecessary casts
2014-03-31 Alan T. DeKokCertain data types are forbidden in casts
2014-03-28 Alan T. DeKokExpose radius_tmpl_cast() for others to use
2014-03-21 Alan T. DeKokCache CONF_ITEM in the condition
2014-03-21 Arran Cudbard-BellAdd default list to radius_str2tmpl
2014-03-12 Alan T. DeKokRe-arrange normalization code in parser
2014-03-12 Alan T. DeKokNormalize literals in conditions
2014-03-11 Alan T. DeKokClarify error message
2014-03-11 Arran Cudbard-BellSwitch some talloc_free's to TALLOC_FREE's
2014-02-15 Alan T. DeKokStatically evaluate literal string comparisons
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-17 Alan T. DeKokRemove unnecessary assignment
2013-11-14 Alan T. DeKokMore descriptive error messages for casts
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-03 Alan T. DeKokmap may return NULL
2013-09-03 Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-09-03 Alan T. DeKokAdded "walk" function to conditions
next