]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-05-15  Arran Cudbard... Print the addresses mprotect actually protects
2024-05-15  Arran Cudbard... This could equal to the length of the pool
2024-05-15  Arran Cudbard... Fix mprotect to it hands back the correct end address
2024-05-14  Alan T. DeKokhandle the case of write blocked due to all IDs being...
2024-05-14  Alan T. DeKokchange function prototype to make more sense
2024-05-14  Alan T. DeKokmissed in previous commit
2024-05-14  Alan T. DeKokcleanups for coverity complaints about unused code
2024-05-14  Alan T. DeKokuse better function signatures for read / write pause...
2024-05-14  Alan T. DeKokremove callbacks from fd_alloc()
2024-05-14  Alan T. DeKokadd read blocked / resume callbacks
2024-05-14  Alan T. DeKokadd callbacks for read/write blocked, and read/write...
2024-05-14  Arran Cudbard... Enable write protection on a per-module list basis
2024-05-14  Arran Cudbard... Temporary fix
2024-05-14  Arran Cudbard... Explicitly free the listener in the socket destructor
2024-05-14  Arran Cudbard... Use talloc get type abort for safety...
2024-05-14  Arran Cudbard... Don't use cf_parent(inst->cs)
2024-05-14  Arran Cudbard... Revert "Tests pass with mprotect enabled locally.....
2024-05-14  Arran Cudbard... Network should own the drectory listener too
2024-05-14  Arran Cudbard... Tests pass with mprotect enabled locally... let's see...
2024-05-14  Alan T. DeKokadd write_blocked flag to packet bio
2024-05-14  Alan T. DeKokstart of re-implementing CoA server functionality
2024-05-14  Alan T. DeKokupdate comments and documentation
2024-05-14  Alan T. DeKokupdate doxygen
2024-05-14  Alan T. DeKoknotes on AD allowing "bind as user" without passwords
2024-05-14  Arran Cudbard... Get the listen section from the parent module
2024-05-14  Arran Cudbard... Dup the parent config section before calling conf_parse...
2024-05-14  Arran Cudbard... Don't always copy the parsed flag when duping pairs
2024-05-14  Arran Cudbard... Add logging functions for sections and pairs
2024-05-13  Arran Cudbard... Don't try and free local thread instance data if it...
2024-05-13  Arran Cudbard... Shouldn't use perr here...
2024-05-13  Arran Cudbard... Call submoule instantiate for proto modules before...
2024-05-13  Arran Cudbard... Reorder args in mod_network_get
2024-05-13  Arran Cudbard... Make the default radclient tests run with dynamic clients
2024-05-13  Arran Cudbard... Make cntrl-c work again on macOS, after we do a TLS...
2024-05-13  Arran Cudbard... Fix time tracking assert when the server is blocked...
2024-05-13  Arran Cudbard... Typo
2024-05-13  Arran Cudbard... Split the backtrace function
2024-05-13  Arran Cudbard... Add the same shim for all modules
2024-05-13  Arran Cudbard... More predictable signal handling
2024-05-13  Arran Cudbard... Pre-populate some additional fields in app_io
2024-05-13  Arran Cudbard... Same shim for tacacs
2024-05-13  Arran Cudbard... Disable protection temporarily
2024-05-13  Arran Cudbard... Hack in shim for proto_radius to populate io.app_io
2024-05-13  Arran Cudbard... Vestigal code that was never actually implemented,...
2024-05-13  Arran Cudbard... Better self signalling
2024-05-13  Arran Cudbard... useful, but not _that_ useful
2024-05-13  Arran Cudbard... Fix random ungraceful exits
2024-05-13  Arran Cudbard... Not just workers...
2024-05-13  Arran Cudbard... Write a message saying we tried to signal ourselves...
2024-05-13  Arran Cudbard... Fixes to get listeners to work with mprotect
2024-05-13  Arran Cudbard... Change how the listeners are parented to avoid tripping...
2024-05-13  Arran Cudbard... Fixup proto_detail so it works again
2024-05-13  Arran Cudbard... Use the standard instantiate functions for listen and...
2024-05-13  Arran Cudbard... Rework phase masking for lists, and add debug functions
2024-05-13  Arran Cudbard... migrate/combine proto module bootstrance and instantiat...
2024-05-13  Arran Cudbard... Perform master 'bootstrapping' in the instantiation...
2024-05-13  Nick PorterReplace yum with dnf
2024-05-12  Arran Cudbard... F'ing copilot
2024-05-12  Arran Cudbard... Explicitly instantiate SQL drivers before starting...
2024-05-12  Arran Cudbard... Fix const issue in rlm_sql
2024-05-12  Arran Cudbard... Fix const inssue in rlm_csv
2024-05-12  Arran Cudbard... Typo in rlm_ldap
2024-05-12  Arran Cudbard... Poper fix for dynamic instantiation of the cache module
2024-05-12  Arran Cudbard... Inst not used in winbind
2024-05-12  Arran Cudbard... Fix how we print global messages in rlm_icmp
2024-05-12  Arran Cudbard... Fixup rlm_modules that did instantiatey things in bootstrap
2024-05-12  Arran Cudbard... Unload the radius.secret.verify xlat
2024-05-12  Arran Cudbard... More tests for switch
2024-05-12  Arran Cudbard... Rename listen to li
2024-05-12  Arran Cudbard... Add "boot" data which can be modified in the bootstrap...
2024-05-12  Arran Cudbard... Tweak to process virtual server sections before calling...
2024-05-12  Arran Cudbard... Don't allocate xlat function memory directly in the...
2024-05-12  Arran Cudbard... Add a manual unregister function to the map proc code
2024-05-12  Arran Cudbard... Move unlang, request, and xlat initialisation to atexit...
2024-05-12  Arran Cudbard... Make page aligned pools easier to use
2024-05-11  Arran Cudbard... Remove useless module flags
2024-05-11  Alan T. DeKoktry to satisfy clang scan, too
2024-05-11  Alan T. DeKokcleanups for CID #1597277 and CID #1597276
2024-05-11  Alan T. DeKokadd missing unlock. CID #1597275
2024-05-10  Arran Cudbard... Remove manual bootstrapping, it's not needed
2024-05-10  Arran Cudbard... Shift control socket commands to the top
2024-05-10  Nick PorterEnsure yum is installed for rpm Docker builds
2024-05-10  Arran Cudbard... Remove unused var
2024-05-10  Arran Cudbard... Correct const issues
2024-05-10  Arran Cudbard... Add rlm module specific data lookup function
2024-05-10  Arran Cudbard... Missed substitution
2024-05-10  Arran Cudbard... Fix module instance data lookup
2024-05-10  Arran Cudbard... rm ;
2024-05-10  Arran Cudbard... Use new thread-local list for client connections
2024-05-10  Arran Cudbard... Allow variants of module lists
2024-05-10  Arran Cudbard... Fix includes
2024-05-10  Arran Cudbard... Use the prefix of the deepest module when loading submo...
2024-05-10  Arran Cudbard... Give virtual servers a meaningful name so it's less...
2024-05-10  Arran Cudbard... Use correct/shallower public symbol pointer for submodules
2024-05-10  Arran Cudbard... Use mi instead of inst to refer to the module instance...
2024-05-10  Arran Cudbard... Merge dl_module_instance code with module_instance
2024-05-09  Arran Cudbard... Name field unused
2024-05-09  Arran Cudbard... Make the dl_module code threadsafe in regards to loadin...
2024-05-09  Arran Cudbard... Use transport parsing callback
2024-05-09  Arran Cudbard... Explicitly enable/disable developer in RPM builds
next