freeradius.git
2014-05-24 Arran Cudbard... Update ChangeLog release_3_0_4_rc0
2014-05-24 Arran Cudbard... Should be signed
2014-05-24 Arran Cudbard... Various coverity fixes
2014-05-24 Arran Cudbard... Don't SEGV on parse error in unittest
2014-05-24 Arran Cudbard... clang analyzer issue
2014-05-24 Arran Cudbard... Reformatting
2014-05-24 Arran Cudbard... Tests for removal by tag and index
2014-05-23 Arran Cudbard... Various fixups in xlat_getvp
2014-05-23 Arran Cudbard... number xlat-attr-tag
2014-05-23 Arran Cudbard... nonnull declarations should go at the begining
2014-05-23 Arran Cudbard... Minor fixes in pairmake
2014-05-23 Arran Cudbard... Fix tag filter debug
2014-05-23 Arran Cudbard... Using [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard... Don't assert on list copy (head should of been NULL...
2014-05-23 Arran Cudbard... Fix 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... Add tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard... Add additional texts for index
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Arran Cudbard... Update ChangeLog
2014-05-23 Arran Cudbard... Typo
2014-05-23 Arran Cudbard... Fix merge issue
2014-05-23 Fajar A. Nugraharedhat: add rlm_unpack, remove rlm_unbound config
2014-05-23 Arran Cudbard... Change array index range back to between 0-1000
2014-05-23 Arran Cudbard... Fix corner case when using fr_cursor_remove and fr_curs...
2014-05-23 Arran Cudbard... Fix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard... Rework map2request to process multiple attributes retur...
2014-05-23 Arran Cudbard... Use the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard... Should be using the macro to access attribute.num
2014-05-23 Arran Cudbard... Formatting and better error messages in radius_tmpl2str
2014-05-23 Arran Cudbard... Enumerate failures in base64 test
2014-05-23 Arran Cudbard... Add more tests for deletions
2014-05-23 Arran Cudbard... Use sql_rcode_t
2014-05-23 Arran Cudbard... update-operator test should use += to add failures
2014-05-23 Arran Cudbard... Newer name for control list should have priority
2014-05-23 Arran Cudbard... make rad_assert_fail call fr_fault(SIGABRT) (instead...
2014-05-23 Arran Cudbard... Formatting
2014-05-23 Arran Cudbard... Add 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... Need to pass CPPFLAGS to the analyser too
2014-05-22 Arran Cudbard... Need to check that rlm_sql_select_query != RLM_SQL_OK...
2014-05-22 Arran Cudbard... Section can sometimes be NULL
2014-05-22 Arran Cudbard... Remove useless wrapper functions in the postgresql...
2014-05-22 Arran Cudbard... Markup more SQL functions as nonnull
2014-05-22 Arran Cudbard... Whitespace
2014-05-22 Arran Cudbard... Fix dumb errors in the rlm_sql reconnection logic....
2014-05-22 Arran Cudbard... Backport boiler.mk from master
2014-05-22 Arran Cudbard... Whitespace
2014-05-22 Arran Cudbard... Pass pointer to the handle instead of handle in SQL...
2014-05-22 Arran Cudbard... Add a few more enum types
2014-05-22 Arran Cudbard... Add PW_TYPE_SIGNED and PW_TYPE_INTEGER64 to the conffil...
2014-05-22 Arran Cudbard... Fixup types in rlm_couchbase instance struct, and add...
2014-05-22 Alan T. DeKokNote recent changes
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... Apply pointer type validation to config items which...
2014-05-21 Arran Cudbard... Remove unused config item
2014-05-21 Arran Cudbard... gcc fixes
2014-05-21 Alan T. DeKokMore talloc_steal
2014-05-21 Arran Cudbard... Fix consting in rlm_unbound
2014-05-21 Arran Cudbard... Fix duplicate definition of mod_rcode_table
2014-05-21 Arran Cudbard... Add autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-21 Arran Cudbard... Add framework for compile time type checking
2014-05-21 Arran Cudbard... Cleanup some of the build macros and add __has_builtin
2014-05-21 Arran Cudbard... Deal with boolean in more switch statements
2014-05-21 Arran Cudbard... Change PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-21 Arran Cudbard... Add PW_TYPE_BOOLEAN as a proper type
2014-05-21 Arran Cudbard... Make PW_TYPE_FILE_INPUT and PW_TYPE_FILE_OUTPUT into...
2014-05-21 Arran Cudbard... Merge pull request #648 from leprechau/feature-fix
2014-05-21 Arran Cudbard... Merge 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... cleanup comments
2014-05-20 Arran Cudbard... Set 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... Only check if were building with libssl
2014-05-20 Arran Cudbard... Fix potential NULL dereference found by scan
2014-05-20 Arran Cudbard... We need to initialise SSL before reading the main confi...
2014-05-19 Fajar A. Nugrahadebian: debian/compat 9 -> 7
2014-05-19 Fajar A. Nugrahadebian: changed required debhelper to (>= 7.4)
2014-05-19 Fajar A. Nugrahadebian: update radiusd-to-freeradius.diff
2014-05-18 Arran Cudbard... Add some basic indenting
2014-05-18 Arran Cudbard... Remove trailing periods in log messages
2014-05-18 Arran Cudbard... Add RINDENT and REXDENT macros
2014-05-18 Arran Cudbard... Gather existing log fields in rad_request into a struct...
2014-05-18 Arran Cudbard... Change request struct name to rad_request
2014-05-18 Arran Cudbard... Remove some duplicate build macros
2014-05-18 Alan T. DeKokFix "weird" message
2014-05-17 Arran Cudbard... Needed for endian checks
2014-05-17 Arran Cudbard... Minor radclient fixes
2014-05-17 Arran Cudbard... Correct 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... Fix list'o links
next