Added simple dynamic xlat tests
[freeradius.git] / src / main / unittest.c
2015-01-28 Alan T. DeKokAdded simple dynamic xlat tests
2015-01-22 Arran Cudbard-BellSet src/dst IP address prefix lengths correctly when...
2015-01-05 Alan T. DeKokInitialize xlats before reading the config
2015-01-05 Arran Cudbard-BellExpose core library versions and features in ${feature...
2014-12-25 Alan T. DeKokAdd xlat "poke" to change config of running modules
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
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-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-11-04 Arran Cudbard-BellFormatting
2014-10-31 Alan T. DeKokTie session state into the rest of the server.
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Alan T. DeKokInitialize request
2014-05-09 Arran Cudbard-Bellthat one too...
2014-05-09 Arran Cudbard-BellTry not to leak so much memory on failure
2014-05-02 Arran Cudbard-BellOutput the attribute which failed the filter
2014-05-02 Arran Cudbard-BellFix uses of fr_perror so we don't get double colons...
2014-04-25 Arran Cudbard-BellConsolidate all the talloc logging functions in debug.c
2014-04-25 Arran Cudbard-BellAllow setting a log fd for all debug functions, this...
2014-04-25 Arran Cudbard-Bellkill -SIGUSR2 <radiusd> now prints talloc memory report...
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-08 Alan T. DeKokFix mainconfig API and use consistent names
2014-04-08 Alan T. DeKokFix module API and use consistent names
2014-04-08 Alan T. DeKokWe now have to load the modules manually
2014-04-07 Arran Cudbard-BellIf we can figure out which binary is being used for...
2014-04-05 Alan T. DeKokFix failing tests.
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-31 Arran Cudbard-BellFix memory leaked at exit time
2014-03-23 Arran Cudbard-BellAnd another global gone...
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-11 Arran Cudbard-BellUse enums so gdb will print out state names instead...
2014-01-27 Arran Cudbard-BellOnly use the panic action from the config file if ENV...
2014-01-27 Arran Cudbard-BellAdd ENV[PANIC_ACTION] support to all applications
2014-01-26 Arran Cudbard-BellAlways setup basic fault handler in unittest.c
2014-01-26 Arran Cudbard-BellAdd panic action support to radiusd and unittest
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-21 Arran Cudbard-BellFix operation of fr_strerror()
2014-01-02 Alan T. DeKokMove CHAP to the new framework
2013-12-19 Alan T. DeKokRemove extraneous #ifdef's
2013-12-19 Alan T. DeKokAdded Response-Packet-Type to output VPs
2013-12-19 Alan T. DeKokAllow Packet-Type, Digest-*, etc.
2013-12-04 Alan T. DeKokAdded flag to disallow hostname -> IP lookups.
2013-11-26 Alan T. DeKokPrint input VPs to the log
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-11-14 Alan T. DeKokPrint correct output filename
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-01 Alan T. DeKokIf -i file == -f file, then we treat the filter as...
2013-10-31 Alan T. DeKokAdded filter file support
2013-10-31 Alan T. DeKokRemove unused variable
2013-10-30 Alan T. DeKokAdded preliminary unit test program