Merge pull request #807 from Feh/3.0.4rc2-compile-fixes
[freeradius.git] / src /
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-07 Julius Plenz"do_octets" label is needed independently of Ascend...
2014-10-06 Alan T. DeKokTry this... helps with #806
2014-10-06 Alan DeKokMerge pull request #805 from spbnick/dhcpclient-dict...
2014-10-06 Nikolai Kondrashovdhcpclient: Load dictionary.dhcp from DICTDIR.
2014-10-06 Alan T. DeKokClean up fr_pow()
2014-10-06 Alan T. DeKokParse perlconf before running the initialization subroutine
2014-10-06 Alan T. DeKokmove fr_pow to rlm_expr. No one else uses it.
2014-10-06 Alan T. DeKokChange ! to ~, as that's what it really is.
2014-10-06 Alan T. DeKokAllow cast of ifid to integer64
2014-10-05 Alan T. DeKokMore descriptive error message
2014-10-05 Alan T. DeKokRemove unused variable
2014-10-05 Alan T. DeKokFix checks for PW_TYPE_FILE_INPUT
2014-10-05 Alan T. DeKokUnlock, not lock
2014-10-05 Alan T. DeKokMaximum length on EAP identity
2014-10-05 Alan T. DeKokMake grp tallo'c, too
2014-10-05 Alan T. DeKokAdd left / right shift to expressions
2014-10-05 Alan T. DeKokFix rlm_expr to use correct operator precedence.
2014-10-05 Alan T. DeKokFix tmpl_from_attr_substr()
2014-10-03 Arran Cudbard-BellChange map function signatures to return errors and...
2014-10-03 Arran Cudbard-BellFix typo
2014-10-03 Arran Cudbard-BellRename map functions to be consistent with tmpl functions
2014-10-03 Arran Cudbard-BellFix editor error
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-10-02 Alan T. DeKokUn-tagged attributes can *never* have tags
2014-10-02 Arran Cudbard-BellFix typo
2014-10-02 Arran Cudbard-BellWe should use strtol to parse tag and array indexes...
2014-10-02 Arran Cudbard-BellThey're indexes not references...
2014-10-02 Arran Cudbard-BellFormatting
2014-10-02 Arran Cudbard-BellFix invalid request/list errors
2014-10-02 Arran Cudbard-BellIndent condition error markers
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-02 Arran Cudbard-BellMove fr_canonicalize_error to log.c
2014-10-02 Arran Cudbard-BellConvert tmpl_afrom_attr_substr to use a similar signatu...
2014-10-02 Arran Cudbard-BellAdd comment for fr_canonicalize_error
2014-10-02 Arran Cudbard-BellOutput variables come first
2014-10-02 Alan T. DeKokTests for commas, too
2014-10-02 Alan T. DeKokStop on comma and EOL, too
2014-10-02 Alan T. DeKokFix comments after module reference.
2014-10-02 Arran Cudbard-BellAdd test for comments
2014-10-02 Arran Cudbard-BellFixup rlm_sqlcounter warnings
2014-10-02 Arran Cudbard-BellHint that request and cmd should never be NULL in radiu...
2014-10-02 Arran Cudbard-BellChange logging in radius_exec_program to use R* macros
2014-10-02 Arran Cudbard-BellChange eap_vp2packet to use fr_strerror_printf to outpu...
2014-10-02 Arran Cudbard-BellWhitespace
2014-10-02 Arran Cudbard-BellMore verbose error message on proxy failure. Including...
2014-10-01 Alan T. DeKokUse new API
2014-10-01 Alan T. DeKokUse new API
2014-10-01 Alan T. DeKokPrint failed command
2014-10-01 Alan T. DeKokDon't optimize %{virtual} to &Virtual. Closes #804
2014-10-01 Alan T. DeKokFramework for virtual attributes.
2014-10-01 Alan T. DeKokEscape quotation character, not "
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-10-01 Alan T. DeKokIf we're escaping strings, print "foo" instead of just foo
2014-10-01 Nikolai KondrashovDon't assume little-endian in fr_prints_uint128
2014-10-01 Nikolai KondrashovPrefix *_ENDIAN macros with RADIUS_
2014-10-01 Alan T. DeKokMore type fixes for byte / short / integer
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 T. DeKokBetter error messages
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Arran Cudbard-BellDon't bitch if we're using references and the format...
2014-09-30 Alan T. DeKokAdd TMPL_TYPE_ATTR_UNKNOWN
2014-09-30 Alan T. DeKokExpose map_cast_from_hex()
2014-09-30 Alan T. DeKokUse tmpl_define_unknown_attr()
2014-09-30 Alan T. DeKokExpose tmpl_define_unknown_attr
2014-09-30 Alan T. DeKokBetter parsing for attributes defined in pass1
2014-09-30 Alan T. DeKokWe no longer return -2 on partial parse error
2014-09-30 Arran Cudbard-BellFix const errors
2014-09-30 Arran Cudbard-BellTypo
2014-09-30 Arran Cudbard-BellQuiet doxygen
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_MAP in the map functions
2014-09-30 Arran Cudbard-BellFix comment
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_TMPL in tmpl functions (to check they...
2014-09-30 Arran Cudbard-BellFormatting
2014-09-30 Arran Cudbard-BellAdd macros for VERIFY_TMPL and VERIFY_MAP
2014-09-30 Arran Cudbard-BellRename some of the fields in the literal member of...
2014-09-30 Arran Cudbard-BellChange tmpl_afrom_str so that it doesn't re-use allocat...
2014-09-30 Arran Cudbard-BellAdd tmpl_afrom_attrstr
2014-09-30 Arran Cudbard-BellDon't partially populate the tmpl and error out in...
2014-09-30 Arran Cudbard-BellUse tmpl_alloc to initialise templates in xlat.c
2014-09-30 Arran Cudbard-BellAdd functions to initialise tmpls, makes it easier...
2014-09-30 Arran Cudbard-BellConsistency checks should exit with an error code
2014-09-30 Arran Cudbard-BellExpose FR_FAULT_LOG
2014-09-30 Arran Cudbard-BellFormatting
2014-09-30 Arran Cudbard-BellMove tmpl_attribute fields out into its own type
2014-09-30 Nikolai Kondrashovperl: Don't call detach after failed perl_parse
2014-09-29 Arran Cudbard-BellMerge pull request #801 from spbnick/talloc_dummy_request
2014-09-29 Nikolai Kondrashovprocess: Talloc home_trigger dummy request
2014-09-29 Arran Cudbard-BellFinish creating the tmpl union. value_pair_tmpl_t struc...
2014-09-29 Arran Cudbard-BellEmit debug message when map_tp_vp returns no results
2014-09-29 Arran Cudbard-BellNo longer true
2014-09-29 Arran Cudbard-BellAlter tmpl_prints and vp_data_prints_value to take...
2014-09-28 Arran Cudbard-BellChange pairdatacpy to take a PW_TYPE instead of a DICT_ATTR
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-27 Arran Cudbard-BellTypo
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
next