Add version consistency checks between applications, libfreeradius-radius, libfreerad...
[freeradius.git] / src / main / radattr.c
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-21 Alan T. DeKokRemove unused assignment
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-01 Alan T. DeKokAllow reading files from subdirs
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-30 Arran Cudbard-BellIf were linking to the server library, we don't need...
2013-07-21 Arran Cudbard-BellAlways set talloc logging function
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-16 Alan T. DeKokTests for xlat output
2013-05-14 Alan T. DeKokMove many common functions to a common library
2013-05-12 Alan T. DeKokAdded -M for talloc report
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Alan T. DeKokMove log configuration to structure in log.c
2013-04-23 Alan T. DeKokUpdated conditional parser to use new tmpl / map functions
2013-04-20 Matthew Newtonfixup DIAG_{ON,OFF} to get rid of compiler errors
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Alan T. DeKokAllow for printing the condition to a string.
2013-04-19 Alan T. DeKokExpose fr_cond_t, but don't use it (yet)
2013-04-18 Arran Cudbard-BellUse universal diagnostic macros
2013-04-17 Arran Cudbard-BellTurn off non literal fmt argument where appropriate
2013-04-16 Alan T. DeKokCheck for too much text after xlat, too
2013-04-16 Alan T. DeKokGet excited if there is trailing stuff after the condition
2013-04-12 Alan T. DeKokFix compile error
2013-04-12 Alan T. DeKokAdd xlat to radattr
2013-04-12 Alan T. DeKokMove conditional parser to new file.
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-02-17 Alan T. DeKokCheck bufsize
2013-02-16 Alan T. DeKokMake the main directory use vp->da
2013-02-13 Alan T. DeKokAdded -x, like other programs
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-29 Alan T. DeKokRenamed "extended-flags" to "long-extended"
2011-04-28 Alan T. DeKokFix compile warnings
2011-03-15 Alan T. DeKokVP encoding routines now take "const" VP.
2010-11-22 Alan T. DeKokBe more careful about parsing raw attributes
2010-11-22 Alan T. DeKokHandle zero-length attributes
2010-11-21 Alan T. DeKokMore tests
2010-11-20 Alan T. DeKokAllow encoding of last attribute result, too
2010-11-19 Alan T. DeKokDecode hex. More tests
2010-11-19 Alan T. DeKokAdded $INCLUDE and more examples.
2010-11-19 Alan T. DeKokAdded attribute encode / decode routines.
2010-11-19 Alan T. DeKokAdded "radattr" test tool.