Link libfreeradius-server against openssl to that linker can include version of SSLea...
[freeradius.git] / src /
2015-01-12 Philippe WoodingLink libfreeradius-server against openssl to that linke...
2015-01-11 Arran Cudbard-BellAdd foreach isolation test
2015-01-10 Arran Cudbard-BellTypo
2015-01-10 Arran Cudbard-BellFormatting
2015-01-09 Alan T. DeKokTypos
2015-01-09 Alan T. DeKok<sigh> more weirdness
2015-01-07 Alan T. DeKokDon't check EV_READ flag. It MUST be a read event
2015-01-06 Alan T. DeKokIf we can't load DHCP, complain. Closes #869
2015-01-06 Alan T. DeKokInclude "test" module in dependencies
2015-01-06 Arran Cudbard-BellUnignore all.mk in rlm_test
2015-01-05 Arran Cudbard-BellAdd tests for Module-Failure-Message
2015-01-05 Arran Cudbard-BellFix log levels
2015-01-05 Alan T. DeKokRemove extraneous debug message
2015-01-05 Alan T. DeKokInitialize xlats before reading the config
2015-01-05 Alan T. DeKokDon't unregister if the tree doesn't exist
2015-01-05 Arran Cudbard-BellBuild without libpcre for the optional library test...
2015-01-05 Alan T. DeKokRecurse into "if (1)" too, for pass2 compilations
2015-01-05 Arran Cudbard-BellExpose core library versions and features in ${feature...
2015-01-05 Arran Cudbard-BellRename regex tests
2015-01-05 Arran Cudbard-BellAlloc main config section before reading config file...
2015-01-05 Arran Cudbard-BellFix debug_enabled functions
2015-01-05 Arran Cudbard-BellFormatting
2015-01-05 Arran Cudbard-BellDisable subcaptures the proper way
2015-01-04 Alan T. DeKokTests for unary negation
2015-01-04 Alan T. DeKokAllow unary negation before parantheses
2015-01-04 Arran Cudbard-BellQuiet coverity
2015-01-03 Arran Cudbard-BellREG_NOSUB is a compile time option only. Likely Closes...
2015-01-03 Arran Cudbard-BellHave pcre_exec produce more meaningful errors than...
2015-01-03 Arran Cudbard-BellPrint errors from regex_exec
2015-01-03 Alan T. DeKoknmatch may be NULL, too. Closes #868
2015-01-03 Alan T. DeKokLast argument to regex_exec() is NULL, not an integer
2015-01-02 Arran Cudbard-BellAllow foreach to operate on lists
2015-01-02 Arran Cudbard-BellAdd extra debugging to rlm_sqlcounter
2015-01-02 Arran Cudbard-BellOnly restrict attribute numbers for VSAs when processin...
2015-01-02 Alan T. DeKokPrint errors when the first character isn't zero
2015-01-02 Arran Cudbard-BellAdditional check for RFC attr passed to vsa encoder
2015-01-02 Arran Cudbard-BellFormatting
2015-01-02 Arran Cudbard-BellAllow error to pass up from dict_unknown_from_substr
2015-01-02 Arran Cudbard-BellAdd some additional xlats to expose attribute name...
2015-01-02 Arran Cudbard-BellCheck vendor name
2015-01-01 Arran Cudbard-BellRename radius_expand_tmpl to tmpl_expand and make it...
2015-01-01 Arran Cudbard-BellRemove spurious fprintf
2015-01-01 Arran Cudbard-BellRecord type of LHS of cf pairs too
2014-12-31 Arran Cudbard-BellUpdate copyright notices
2014-12-31 Arran Cudbard-BellRemove cf_template_copy and replace with cf_section_dup
2014-12-31 Arran Cudbard-BellAdd simple cycle detection to cf_item_add
2014-12-31 Arran Cudbard-BellRemove unused code
2014-12-31 Arran Cudbard-BellDoxygen
2014-12-31 Arran Cudbard-BellTypo
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-31 Alan T. DeKokSometimes we don't need to generate ephemeral RSA keys
2014-12-31 Arran Cudbard-BellCoverity CID #1261369
2014-12-31 Arran Cudbard-BellBuild without TLS
2014-12-30 Arran Cudbard-BellDoxygen
2014-12-30 Arran Cudbard-BellAllow coa_server in client stanzas to be a section...
2014-12-30 Arran Cudbard-BellAdd event_loop_started global, and remove realms initia...
2014-12-30 Arran Cudbard-BellFormatting
2014-12-30 Arran Cudbard-BellMake it possible to add home_servers without names
2014-12-30 Arran Cudbard-BellAutomatically determine the default port based on proto...
2014-12-30 Arran Cudbard-Bellhome server free should verify pointer with talloc_get_...
2014-12-30 Arran Cudbard-BellFix cf_pair_find_next so it works correctly with a...
2014-12-30 Arran Cudbard-BellDuplicate the pair's filename and line number too in...
2014-12-30 Arran Cudbard-BellAdd cf_section_dup, doesn't currently dup data, but...
2014-12-30 Arran Cudbard-BellTidy client_add
2014-12-27 Alan T. DeKokCompiler warnings
2014-12-25 Alan T. DeKokmodule test framework works for multiple modules
2014-12-25 Alan T. DeKokAdd xlat "poke" to change config of running modules
2014-12-24 Arran Cudbard-BellFix more types in realms.c
2014-12-22 Arran Cudbard-BellUneeded
2014-12-22 Arran Cudbard-BellSplit out add and alloc functions for home servers
2014-12-22 Arran Cudbard-BellFormatting
2014-12-22 Arran Cudbard-BellAdditional cf_ functions
2014-12-22 Arran Cudbard-BellFix master_listen prototype
2014-12-22 Arran Cudbard-Bellclang and gcc use different pragmas to turn off warning...
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-Bellredundant redeclaration
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-22 Alan T. DeKokINFO on unknown clients, and rate-limit them
2014-12-22 Alan T. DeKokClarify which tests we're running
2014-12-22 Alan T. DeKokMore tests
2014-12-22 Alan T. DeKokAdded sample tests for the "users" file
2014-12-22 Alan T. DeKokUse home_type_t instead of "int"
2014-12-22 Alan T. DeKokEnsure framework includes drivers, too
2014-12-22 Alan T. DeKokFramework to do module-specific tests
2014-12-22 Alan T. DeKokExpose realm_home_server_add
2014-12-22 Arran Cudbard-BellCorrect type for type in old_server_add
2014-12-22 Arran Cudbard-Bellcleanup home_server_add (rename to home_server_afrom_cs...
2014-12-21 Arran Cudbard-BellBackport PW_TYPE_NOT_EMPTY flag
2014-12-21 Arran Cudbard-BellHandle ":<port>"
2014-12-18 Arran Cudbard-BellTypo
2014-12-18 Arran Cudbard-Bellsame change for pton6
2014-12-18 Arran Cudbard-BellMerge pull request #862 from spbnick/keep_ip_hton_af_prefix
2014-12-18 Nikolai KondrashovDon't overwrite ip_hton af/prefix in fr_pton4
2014-12-18 Arran Cudbard-BellFix more issues in LDAP url handling
2014-12-18 Alan T. DeKokIt's VERY useful to print out "server" on startup
2014-12-17 Arran Cudbard-BellWe now use the correct name for function macros... release_3_0_6
2014-12-17 Arran Cudbard-BellRemove URI field from rlm_ldap
2014-12-17 Herwin WeststrateAdded some null checks after talloc_zero
2014-12-17 Philipp HugDon't allow timeouts larger than max_request_timeout...
next