Redundant, load-balance, etc. can't be empty
[freeradius.git] / src / main / modcall.c
2014-06-10 Alan T. DeKokRedundant, load-balance, etc. can't be empty
2014-06-04 Alan T. DeKokDon't print out name for empty sub-section
2014-06-01 Alan T. DeKokFunction naming consistency
2014-06-01 Arran Cudbard-BellRemove unused argument in radius_map2request
2014-05-27 Arran Cudbard-BellBackport radius_vpt_get_vp changes from master
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellShould be using the macro to access attribute.num
2014-05-22 Alan T. DeKokDo pass2 only once. Closes #650
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-16 Alan T. DeKokConvert (Foreach-Variable-# ...) to (%{Foreach-Variable}...
2014-05-16 Arran Cudbard-BellDon't free foreach VPs on break #639
2014-05-16 Arran Cudbard-BellMake the foreach code slightly more sane. Reliably...
2014-05-15 Alan T. DeKokPrint error before freeing memory
2014-05-13 Arran Cudbard-BellFix case insensitive matching in compiled regular expre...
2014-05-09 Alan T. DeKokRemove extraneous quotes
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokFix assertion
2014-05-02 Alan T. DeKokUse next_by_da when we have the da
2014-05-02 Alan T. DeKokSet g. CID #1206507
2014-05-02 Arran Cudbard-BellFix Module-Return-Code expansion
2014-05-02 Alan T. DeKokTell coverity what's going on
2014-04-24 Arran Cudbard-BellFree compiled regex at the same time as the VPT which...
2014-04-20 Alan T. DeKokFor -xxxx, print out the parsed sections of "unlang"
2014-04-20 Alan T. DeKokforeach now loops over a copy of the attributes
2014-04-20 Alan T. DeKokUse tags in "foreach"
2014-04-20 Alan T. DeKokParse "foreach" into a vpt, and do sanity checks on it
2014-04-20 Alan T. DeKokFuture 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. DeKokreparse 'case &User-Name' only if it was not parsed
2014-04-18 Alan T. DeKokRegularize warning message to be the same as others
2014-04-18 Alan T. DeKokMove checks for &Attribute-Name into radius_parse_attr()
2014-04-17 Alan T. DeKokRemove extraneous assignment
2014-04-16 Alan T. DeKokClarify warning message
2014-04-14 Alan T. DeKokSet the stack to zero to simplify gdb output
2014-04-14 Alan T. DeKokCorrectly set fields when compiling literal string
2014-04-11 Alan T. DeKokConvert "%{Attribute-Name}" to just &Attribute-Name
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-31 Alan T. DeKokPre-parse static RHS of update section.
2014-03-31 Alan T. DeKokRemove unnecessary casts in switch / case evaluation
2014-03-31 Alan T. DeKokEnable pre-compiled regex_t
2014-03-31 Alan T. DeKokSyntax check regular expressions at load time
2014-03-28 Alan T. DeKokRemove unused argument
2014-03-28 Alan T. DeKokAllow a wider range of attribute comparisons in switch...
2014-03-28 Alan T. DeKokswitching over a non-existent attribute jumps to the...
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-BellDisplay truncated format error marker, instead of no...
2014-03-23 Alan T. DeKokRemove extraneous pass2 checks
2014-03-23 Alan T. DeKokNo longer O(N^2)
2014-03-22 Arran Cudbard-BellDon't try to check RHS value in update sections when...
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 Alan T. DeKokfree children of a block which will never get executed
2014-03-22 Alan T. DeKokDon't do pass2 checks for sections which will never...
2014-03-21 Alan T. DeKokPrecompile existence checks, too.
2014-03-21 Alan T. DeKokPre-compile xlat's in conditions, too
2014-03-21 Alan T. DeKokSave pre-compile xlat's for "update", and use them...
2014-03-21 Alan T. DeKokCheck RHS of update sections in pass2, for xlat syntax
2014-03-21 Arran Cudbard-BellAllow rlm_ldap to work with legacy type generic attribu...
2014-03-19 Alan T. DeKokIf the module was optional (-sql) it's real name is...
2014-03-19 Alan T. DeKokRemove extraneous ?. It's ugly
2014-03-16 Arran Cudbard-Bellradius_parseattr should output errors with fr_strerror_...
2014-03-16 Arran Cudbard-BellChange order of arguments in radius_parse_attr
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-13 Arran Cudbard-BellFix new warnings emitted by clang
2014-02-27 Alan T. DeKokuse rlm_rcode_t typedef for calling modules
2014-02-27 Alan T. DeKokAllow module status to be forced to any module code
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-18 Alan T. DeKokWe don't need to know about virtual modules being loaded
2014-01-26 Alan T. DeKokAuto-load dictionary.vqp and dictionary.dhcp
2014-01-23 Alan T. DeKokRevert "Auto-load dictionary.vqp and dictionary.dhcp"
2014-01-23 Alan T. DeKokAuto-load dictionary.vqp and dictionary.dhcp
2014-01-17 Alan T. DeKokUse correct reference for error message
2014-01-07 Alan T. DeKokBuild fixes WITHOUT_UNLANG
2013-12-04 Arran Cudbard-BellAdd test for literal values
2013-11-26 Alan T. DeKokEnsure that "break" can only occur in "foreach" sections
2013-11-26 Alan T. DeKokMake "break" jump out of the "foreach" loop
2013-11-17 Arran Cudbard-BellQuiet static analysis
2013-11-15 Arran Cudbard-BellChange order of arguments for radius_get_vp to be the...
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-29 Alan T. DeKokTypo
2013-10-29 Alan T. DeKokPrint the start of a Foreach block, too
2013-10-29 Alan T. DeKokCopy only one VP
2013-10-21 Phil MayersRestore most-recent return code match in if()/elsif()
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-10-13 Alan T. DeKokProperly initialize variable
2013-10-10 Arran Cudbard-BellWhitespace
2013-10-10 Arran Cudbard-BellSlightly better error message
2013-10-04 Alan T. DeKokRevert afe57485. Fixes #442
2013-09-30 Alan T. DeKokSilently skip empty subgroups
2013-09-30 Alan T. DeKok"case" can only occur within a "switch"
2013-09-30 Alan T. DeKokDon't set parent priority when calling a child
2013-09-29 Alan T. DeKokPort fix for update sections from v2.x.x
2013-09-28 Alan T. DeKokFix priority handling
next