Tests for removal by tag and index
[freeradius.git] / src /
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellVarious fixups in xlat_getvp
2014-05-23 Arran Cudbard-Bellnumber xlat-attr-tag
2014-05-23 Arran Cudbard-Bellnonnull declarations should go at the begining
2014-05-23 Arran Cudbard-BellMinor fixes in pairmake
2014-05-23 Arran Cudbard-BellFix tag filter debug
2014-05-23 Arran Cudbard-BellUsing [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard-BellDon't assert on list copy (head should of been NULL...
2014-05-23 Arran Cudbard-BellFix more places where tags weren't respected correctly
2014-05-23 Alan T. DeKokFix ref to re-named test
2014-05-23 Alan T. DeKokSimplify proxy no reply case. Closes #657
2014-05-23 Arran Cudbard-BellAdd tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard-BellAdd additional texts for index
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Arran Cudbard-BellTypo
2014-05-23 Arran Cudbard-BellFix merge issue
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellFix corner case when using fr_cursor_remove and fr_curs...
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellRework map2request to process multiple attributes retur...
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard-BellShould be using the macro to access attribute.num
2014-05-23 Arran Cudbard-BellFormatting and better error messages in radius_tmpl2str
2014-05-23 Arran Cudbard-BellEnumerate failures in base64 test
2014-05-23 Arran Cudbard-BellAdd more tests for deletions
2014-05-23 Arran Cudbard-BellUse sql_rcode_t
2014-05-23 Arran Cudbard-Bellupdate-operator test should use += to add failures
2014-05-23 Arran Cudbard-BellNewer name for control list should have priority
2014-05-23 Arran Cudbard-Bellmake rad_assert_fail call fr_fault(SIGABRT) (instead...
2014-05-23 Arran Cudbard-BellFormatting
2014-05-23 Arran Cudbard-BellAdd fr_cursor_last
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #653
2014-05-22 Alan T. DeKokRun pass2_cb on components once, not for each component
2014-05-22 Alan T. DeKokDo pass2 only once. Closes #650
2014-05-22 Arran Cudbard-BellNeed to check that rlm_sql_select_query != RLM_SQL_OK...
2014-05-22 Arran Cudbard-BellSection can sometimes be NULL
2014-05-22 Arran Cudbard-BellRemove useless wrapper functions in the postgresql...
2014-05-22 Arran Cudbard-BellMarkup more SQL functions as nonnull
2014-05-22 Arran Cudbard-BellWhitespace
2014-05-22 Arran Cudbard-BellFix dumb errors in the rlm_sql reconnection logic....
2014-05-22 Arran Cudbard-BellPass pointer to the handle instead of handle in SQL...
2014-05-22 Arran Cudbard-BellAdd a few more enum types
2014-05-22 Arran Cudbard-BellAdd PW_TYPE_SIGNED and PW_TYPE_INTEGER64 to the conffil...
2014-05-22 Arran Cudbard-BellFixup types in rlm_couchbase instance struct, and add...
2014-05-21 Alan T. DeKokClean up proxy reply handling. Fixes #637
2014-05-21 Alan T. DeKokActually set timevals
2014-05-21 Alan T. DeKokUse correct ip address for message
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellRemove unused config item
2014-05-21 Arran Cudbard-Bellgcc fixes
2014-05-21 Alan T. DeKokMore talloc_steal
2014-05-21 Arran Cudbard-BellFix consting in rlm_unbound
2014-05-21 Arran Cudbard-BellFix duplicate definition of mod_rcode_table
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-21 Arran Cudbard-BellAdd framework for compile time type checking
2014-05-21 Arran Cudbard-BellCleanup some of the build macros and add __has_builtin
2014-05-21 Arran Cudbard-BellDeal with boolean in more switch statements
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-21 Arran Cudbard-BellAdd PW_TYPE_BOOLEAN as a proper type
2014-05-21 Arran Cudbard-BellMake PW_TYPE_FILE_INPUT and PW_TYPE_FILE_OUTPUT into...
2014-05-21 Arran Cudbard-BellMerge pull request #648 from leprechau/feature-fix
2014-05-21 Arran Cudbard-BellMerge pull request #647 from leprechau/v3.0.x
2014-05-21 Aaron Hurtminor fixes for missing functions in old json-c
2014-05-21 Aaron Hurtadd missing 'acct' option to struct
2014-05-20 Arran Cudbard-Bellcleanup comments
2014-05-20 Arran Cudbard-BellSet port in radclient 'auto' mode too
2014-05-20 Alan T. DeKokMake response_window a struct timeval
2014-05-20 Alan T. DeKokAdd parser for PW_TYPE_TIMEVAL
2014-05-20 Alan T. DeKokCreate new type PW_TYPE_TIMEVAL
2014-05-20 Arran Cudbard-BellOnly check if were building with libssl
2014-05-20 Arran Cudbard-BellFix potential NULL dereference found by scan
2014-05-20 Arran Cudbard-BellWe need to initialise SSL before reading the main confi...
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellAdd RINDENT and REXDENT macros
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-18 Arran Cudbard-BellChange request struct name to rad_request
2014-05-18 Arran Cudbard-BellRemove some duplicate build macros
2014-05-18 Alan T. DeKokFix "weird" message
2014-05-17 Arran Cudbard-BellNeeded for endian checks
2014-05-17 Arran Cudbard-BellMinor radclient fixes
2014-05-17 Arran Cudbard-BellCorrect fix for debug quoting (now we don't get double...
2014-05-17 Alan T. DeKokMore talloc_steal() . Should help with #637
2014-05-16 Arran Cudbard-BellRemove duplicate tests
2014-05-16 Arran Cudbard-BellAdd tests for expanded vs compiled regexes and foreach
2014-05-16 Alan T. DeKokConvert (Foreach-Variable-# ...) to (%{Foreach-Variable}...
2014-05-16 Alan T. DeKokAdd entries for structs when debugging
2014-05-16 Arran Cudbard-BellTurn on M_CHECK_ACTION too
2014-05-16 Arran Cudbard-BellDon't free foreach VPs on break #639
2014-05-16 Arran Cudbard-BellAdd fr_panic_on_free which calls fr_fault when a chunk...
2014-05-16 Arran Cudbard-BellMake the foreach code slightly more sane. Reliably...
2014-05-16 Arran Cudbard-BellUse pairstrncpy and pairmemcpy in paircopy to ensure...
2014-05-16 Arran Cudbard-BellMake backtraces slightly cleaner
2014-05-15 Arran Cudbard-BellExtra foreach tests
2014-05-15 Arran Cudbard-Bell...and pull in malloc.h
2014-05-15 Arran Cudbard-BellScribble over alloced and freed memory on platforms...
2014-05-15 Arran Cudbard-BellRegenerate autoconf.h.in
2014-05-15 Arran Cudbard-BellFix uninitialised value in radclient
2014-05-15 Arran Cudbard-BellFix CUI processing
next