]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2023-04-14  Jorge Pereirapyfr: Add Python binding for libfreeradius API. v4/pyfr 4849/head
2023-04-14  Alan T. DeKokuse TLS_method()
2023-04-14  Alan T. DeKokadd test for editing session-state, too
2023-04-14  Nick PorterNot an error
2023-04-14  Nick PorterFree on both read/write and read only paths
2023-04-13  Arran Cudbard... customer: *stab* *stab* *stab*
2023-04-13  Arran Cudbard... Fix talloc foreach so it doesn't have issues with NULL...
2023-04-13  Nick PorterOnly need trunk for lookups if we don't have a cached DN
2023-04-13  Nick PorterAdd missing net_timeout option to sample ldap config
2023-04-13  Nick PorterUpdate sample ldap module to reflect trunk parameters
2023-04-13  Nick PorterAvoid NULL pointer error
2023-04-13  Nick PorterFree redis result on failure paths
2023-04-13  Nick PorterFree previous redis result before retrieving another
2023-04-13  Arran Cudbard... redis: Don't allocate a default section
2023-04-13  Arran Cudbard... redis ippool: Need the delay module here too
2023-04-13  Arran Cudbard... redis: If remap fails because the connection is bad...
2023-04-13  Arran Cudbard... redis: Fix remap rate limit
2023-04-13  Arran Cudbard... redis: Fix const issue
2023-04-13  Arran Cudbard... redis: Version specific fixes in redis-setup.sh
2023-04-13  Arran Cudbard... redis: Add the ability to add xlat wrappers which allow...
2023-04-13  Arran Cudbard... redis: Fix node fail test to be more reliable
2023-04-13  Arran Cudbard... redis: Fixup redis setup script to enable debug commands
2023-04-13  Arran Cudbard... redis: Fix timing issues in cluster reset
2023-04-13  Arran Cudbard... redis: No need to mangle this for other platforms
2023-04-12  Arran Cudbard... build: Document RELEASE=1 and RELEASE=0
2023-04-12  Arran Cudbard... workflow: Install a more recent version of Git for...
2023-04-11  Nick PorterCorrect state machine for SASL bind auth
2023-04-11  Nick PorterUse correct type for bind_auth_ctx->ret
2023-04-10  Arran Cudbard... Partially revert change in version.sh
2023-04-10  Arran Cudbard... build: Use --add-file not --add-virtual-file
2023-04-10  Arran Cudbard... build: Improve versioning support
2023-04-07  Max KhonFix build-essential package name (#4971)
2023-04-07  Arran Cudbard... value: Add value box acopy function
2023-04-07  Arran Cudbard... fix comment
2023-04-07  Arran Cudbard... deb: Remove hack in debian/rules, it should not be...
2023-04-07  Arran Cudbard... git: Fix check for whether we're in a git repo
2023-04-05  Alan T. DeKokforce RHS of edits to use full paths when referencing...
2023-04-05  Alan T. DeKokadd tests for nested groups
2023-04-05  Alan T. DeKokmove copy of attrs file to make rules
2023-04-05  Arran Cudbard... Formatting
2023-04-05  Arran Cudbard... clang scan fixes
2023-04-05  Arran Cudbard... exec: Create two distinct interfaces for the exec code
2023-04-05  Arran Cudbard... event-waitid: When waitid returns 0, info isn't initial...
2023-04-05  Arran Cudbard... Ignore doxygen src
2023-04-04  Alan T. DeKokThe RADIUS module can only use RADIUS attributes for...
2023-04-04  Alan T. DeKokupdate for WITH_SASL build
2023-04-04  Nick PorterRemove unused connection pool
2023-04-04  Nick PorterUse correct debug level
2023-04-04  Alan T. DeKokrename to "PROTO.encode"
2023-04-04  Nick PorterNo need for non-async LDAP modify now
2023-04-04  Nick PorterRework LDAP user_modify to use async queries
2023-04-04  Nick PorterRework mod_authorize_resume to use state, group and...
2023-04-04  Nick PorterRework LDAP profile lookup to use async queries
2023-04-04  Nick PorterRework rlm_ldap_cacheable_groupobj() to use async queries
2023-04-04  Nick PorterRework rlm_ldap_cacheable_userobj() to use async lookups
2023-04-04  Nick PorterCreate async functions to convert group DNs to names
2023-04-04  Nick PorterRe-work group name to DN lookup to be async
2023-04-04  Nick PorterAdd context for resolving group membership from user...
2023-04-04  Nick PorterSet a valid LOG_PREFIX
2023-04-04  Nick PorterRemove tmpl expansions now done by module environment
2023-04-04  Nick PorterUse module environment in rlm_ldap_map_profile
2023-04-04  Nick PorterMake SASL binds work again for user auth
2023-04-04  Nick PorterAdd fr_ldap_sasl_bind_auth_async and supporting functions
2023-04-04  Nick PorterAllow for SASL bind ctx in LDAP auth bind ctx
2023-04-04  Nick PorterAdd state to LDAP authorization ctx
2023-04-04  Nick PorterUse async lookup of user DN in rlm_ldap mod_authorize
2023-04-04  Nick PorterUse async user DN lookup in LDAP authentication
2023-04-04  Nick PorterModule environment for rlm_ldap
2023-04-04  Nick PorterAdd macro for module env subsections
2023-04-04  Nick PorterMove include - function.h will be needed by most LDAP...
2023-04-04  Nick PorterAdd rlm_ldap_find_user_async() and supporting functions
2023-04-04  Nick PorterAdd rlm_find_user_dn_cached()
2023-04-04  Nick PorterCorrect return of fr_ldap_trunk_search and fr_ldap_trun...
2023-04-04  Arran Cudbard... slab: Style guide says alloc functions should return...
2023-04-03  Arran Cudbard... jlibtool: Fix minor warnings
2023-04-03  Arran Cudbard... clangd: Ignore osmocom code in submodules
2023-04-03  Arran Cudbard... slab: Remove implicit fr_ prefix
2023-04-03  Arran Cudbard... cf_util: Add cf_log_perr_by_child
2023-04-03  Arran Cudbard... cf_util: Pass in copy of va_list not original va_list
2023-04-03  Arran Cudbard... rlm_exec: Various cleanups
2023-04-03  Arran Cudbard... Add CONF_PARSER snippet for slabs
2023-04-03  Arran Cudbard... Simplify and document conf parser macros
2023-04-03  Alan T. DeKokupdate code and add tests to allow a group on the RHS...
2023-04-02  Arran Cudbard... exec: Fixup another config file
2023-04-02  Arran Cudbard... modules: Bubble up errors so the server will refuse...
2023-04-02  Arran Cudbard... exec: Use conf parser to deal with input and output...
2023-03-31  James JonesAnnotate intentional writes of const-qualified data...
2023-03-31  Arran Cudbard... LGTM no longer used
2023-03-31  Max Khonfr_sbuff_out_bstrncpy_until(): call fr_sbuff_extend_low...
2023-03-30  Arran Cudbard... Use correct attribute type
2023-03-30  Arran Cudbard... xlat: Always check registration rcode to keep coverity...
2023-03-30  James JonesRemove what we believe to be unnecessary alloc_strlen...
2023-03-30  James JonesAdd IGNORE() macro to let us avoid some identical branc...
2023-03-30  Alan T. DeKokclean up error messages for consistency
2023-03-30  Arran Cudbard... xlat: Move function setting overrides into xlat_func.c
2023-03-30  Arran Cudbard... xlat: Add an internal flag for marking xlats as internal
2023-03-30  Arran Cudbard... Fix setting xlat flags in redundant
2023-03-30  Arran Cudbard... Add sigmask to xlat/module/func signal handler registration
2023-03-29  Arran Cudbard... xlat: Rename xlat_register to xlat_func and give all...
2023-03-29  Arran Cudbard... redundant xlat: Move to a separate source file
next