]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-02-15  Nick PorterBetter name for SQL instance (aligned with sqlippool)
2024-02-15  Nick PorterSQLite doesn't have GREATEST, use MAX instead
2024-02-15  Nick PorterUse pair_append_by_bmpl_parent to allow for nested...
2024-02-15  Nick PorterBetter handling of adding module attributes
2024-02-15  Nick PorterThis is (usually) creating the attributes, not finding...
2024-02-15  Nick PorterCorrect logic for resetting times
2024-02-15  Nick PorterConf options have CONF_FLAG_REQURED so will exist
2024-02-15  Nick PorterEnsure that sqlcounter queries return 0 if there are...
2024-02-15  Nick Portersqlcounter start and end attributes are by default...
2024-02-15  Nick PorterFlags need to match what will be on the created DA
2024-02-15  Nick PorterAlign default attribute names with sample SQL
2024-02-15  Nick PorterAdd reply message attribute to sqlcounter call_env
2024-02-15  Nick PorterMove sqlcounter reply_attr to call_env
2024-02-15  Nick PorterLess noisy debug
2024-02-15  Nick PorterMore appropriate variable name
2024-02-15  Nick PorterUse value box cmp / cast to avoid duplicate code
2024-02-15  Nick PorterAnd one more
2024-02-15  Nick PorterMore doxygen fixes
2024-02-14  Nick PorterDoxygen fixes
2024-02-14  Nick Porterautofree talloc ctx is now used in all builds
2024-02-14  Nick PorterAdd function documentation
2024-02-14  Nick PorterCorrect function docs
2024-02-14  Alan T. DeKokstart moving radclient-ng to the new bio API
2024-02-14  Alan T. DeKokhoist socket name into common function
2024-02-14  Alan T. DeKokset the bio type
2024-02-14  Alan T. DeKokstart moving configuration parameters to fr_bio_fd_config_t
2024-02-14  Alan T. DeKokdon't open new sockets
2024-02-13  Nick PorterRemove repeat talloc_free
2024-02-13  Nick PorterIf user is in radcheck but not radreply, still merge...
2024-02-13  James JonesEnsure test_connection_levels_max() requests are comple...
2024-02-13  Nick PorterAdd basic tests of mschap module
2024-02-13  Nick PorterUse call_env for libwbclient auth in rlm_mschap
2024-02-13  Nick PorterNT Password is not needed for external mschap methods
2024-02-13  Nick PorterInclude rlm_unbound in packaging
2024-02-12  Nick PorterAllow for differing versions of ub_event_callback_type
2024-02-12  Nick PorterAdd tests of rlm_winbind
2024-02-12  Nick PorterThese are not errors
2024-02-12  Nick PorterUse call_env in %winbind.group() xlat
2024-02-12  Nick PorterMore appropriate debug message types / levels
2024-02-12  Nick PorterRemove unused option
2024-02-12  Nick PorterUse custom call_env parser to handle automatic domain...
2024-02-09  Nick PorterUse call_env in winbind mod_authorize
2024-02-09  Nick PorterUse new xlat function syntax
2024-02-09  Nick Porterxlat_arg_parser for winbind.group is static const
2024-02-09  Nick PorterUse a call_env for rlm_winbind mod_authenticate
2024-02-09  Nick PorterTidy up
2024-02-09  Nick PorterMove loading of rlm_files data to call_env
2024-02-09  Nick PorterCorrect comment
2024-02-09  Nick PorterFormatting
2024-02-09  Nick PorterTemporary &users list is not talloced, only its members are
2024-02-09  Nick PorterAlign sample configuration with rlm_files only having...
2024-02-09  Nick PorterJust use a single filename in rlm_files
2024-02-09  Alan T. DeKoknope. header length is 4
2024-02-09  Alan T. DeKokcheck for fragment with insufficient room for header
2024-02-07  Alan T. DeKokadd test and example for eval
2024-02-07  Alan T. DeKokadd output from fuzzer
2024-02-07  Nick PorterRemove protocol prefixes from attribute references
2024-02-07  Nick PorterUpdate sqlippool docs
2024-02-07  Nick Portersqlippool should be called in `accounting ...` sections
2024-02-07  Nick PorterAdd tests of rlm_sqlippool
2024-02-07  Nick PorterConvert remaining sqlippool methods to use call_env
2024-02-07  Nick PorterMove the rest of sqlippool alloc to use call_env
2024-02-07  Nick PorterAdd alloc queries to call_env
2024-02-07  Nick PorterUpdate sqlippool query functions to expect pre-expanded...
2024-02-07  Nick PorterAdd sql escape uctx alloc / free functions for SQL...
2024-02-07  Nick PorterDefine custom call_env parser for SQL IP Pool queries
2024-02-07  Nick PorterAdd box_escape_func to SQL module instance
2024-02-07  Nick PorterMake module / xlat instance data available when parsing...
2024-02-07  Nick PorterAdd uctx for SQL escape functions
2024-02-07  Nick PorterPass safe_for to xlat_tokenize_input
2024-02-07  Nick PorterAdd rules for parsing literals in tmpls
2024-02-07  Nick PorterUpdate sqlippool rcodes to match those returned by...
2024-02-07  Nick PorterMore helpful debug messages
2024-02-07  Nick PorterMove requested_address to call env
2024-02-07  Nick PorterMove pool_name to call env
2024-02-07  Nick PorterAdd initial call_env to sqlippool
2024-02-07  Nick PorterAdd tests of if using nested && and ||
2024-02-07  Nick PorterReturn XLAT_ACTION_DONE on logical false
2024-02-06  Alan T. DeKokadd test case to prevent regression
2024-02-06  Alan T. DeKokbetter catch malformed attributes
2024-02-05  Alan T. DeKokremove -n and -p
2024-02-05  Alan T. DeKokremove coa functionality
2024-02-05  Alan T. DeKokuse correct function type to quiet ubsan complaints
2024-02-05  Alan T. DeKokwe didn't call xlat init, so we don't call xlat free
2024-02-05  Alan T. DeKokreference count init/free instead of using boolean
2024-02-05  Alan T. DeKokwe didn't call xlat init, we shouldn't call xlat free.
2024-02-05  Alan T. DeKoknormalize names
2024-02-04  Alan T. DeKokfor helping with fuzzer issues
2024-02-04  Alan T. DeKokI do have loathing for compilers which don't produce...
2024-02-04  Alan T. DeKokcomment out assertion to see if fuzzer will produce...
2024-02-04  Alan T. DeKokmake sure to free tag ctx, too
2024-02-04  Alan T. DeKokmake sure that we call library init / free
2024-02-04  Alan T. DeKokfree tag ctx, too
2024-02-04  Alan T. DeKokno longer any need to call init.
2024-02-04  Alan T. DeKokAdd foreign tests to DHCPv6
2024-02-04  Alan T. DeKokclean up autofree
2024-02-04  Alan T. DeKokjust call common function
2024-02-04  Alan T. DeKokadd dependency if we load the dictionary
2024-02-04  Alan T. DeKokadd debug printing for dependencies
2024-02-04  Alan T. DeKokdon't free dictionaries until we track down reference...
next