Change array index range back to between 0-1000
[freeradius.git] / src /
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
2014-05-15 Arran Cudbard-BellUnused variable
2014-05-15 Arran Cudbard-BellPrint out debug when we fail reads/writes in detail.c
2014-05-15 Arran Cudbard-BellExit if we can't signal ourselves
2014-05-15 Alan T. DeKokPrint error before freeing memory
2014-05-15 Alan T. DeKokUse the correct data type. Closes #634
2014-05-15 Alan T. DeKokBuild without NDEBUG
2014-05-15 nchaignerlm_perl - don't truncate strings from perl to FreeRADIUS
2014-05-15 Arran Cudbard-BellAdd postauth function to rlm_rest
2014-05-14 Arran Cudbard-BellVerbosity of version should be independent of order...
2014-05-14 Alan T. DeKokDo SSL cleanups on exit
2014-05-14 Alan T. DeKokFix typo. Closes #635
2014-05-14 Alan T. DeKokUpdate process function when necessary
2014-05-13 Alan T. DeKokShow component and module when discarding duplicate...
2014-05-13 Arran Cudbard-BellThese tests use unprecompiled regexes
2014-05-13 Arran Cudbard-BellFix case insensitive matching in compiled regular expre...
2014-05-13 Arran Cudbard-BellRemove uneeded check
next