]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-01-27  Alan T. DeKokunify checks for buffer_len==1 and do_not_respond
2021-01-27  Alan T. DeKokalways use protocol size, even for do_not_respond
2021-01-27  Alan T. DeKoktell the IO handler that we're done
2021-01-27  Arran Cudbard... DHCPv4: Still need to copy pairs to a local list so...
2021-01-27  Alan T. DeKokadd flag / assertion for request is finished
2021-01-27  Arran Cudbard... Use a local var for easier debugging
2021-01-27  Alan T. DeKoktests for the attr_filter module
2021-01-27  Alan T. DeKokprint out when we're cleaning up the packet
2021-01-27  Arran Cudbard... typo
2021-01-27  Alan T. DeKokman files are built on "make install", not "make"
2021-01-27  Arran Cudbard... Fix issue with TLV presence checks for attribute resolv...
2021-01-27  Arran Cudbard... Prefix rbtree types with fr_
2021-01-27  Arran Cudbard... Avoid zeroing out memory and then filling it with data
2021-01-27  Arran Cudbard... Simplify uses of rbtrees in radclient/packet list track...
2021-01-26  Arran Cudbard... Deal with error paths in callers of dict_attr_alloc_null
2021-01-26  D. DomigUpdate license
2021-01-26  Terry BurtonCI: Fix fuzzer asset naming
2021-01-26  Terry BurtonScheduled fuzzing improvements
2021-01-26  James JonesRename parameters of fr_dbuff_in_bytes() and FR_DBUFF_I...
2021-01-26  Nick PorterRename dpair_legacy.c to pair_legacy.c
2021-01-26  Nick PorterRename dpair.c to pair.c
2021-01-26  Alan T. DeKoktry to shut up the linter.
2021-01-26  Alan T. DeKokdocs, and provisions for lldb
2021-01-26  Alan T. DeKokwrapper script so we don't need to remember anything
2021-01-26  Alan T. DeKokclean up tags on fail, too
2021-01-25  Arran Cudbard... GCC doesn't deal with multiple pragmas in the same...
2021-01-25  Arran Cudbard... Missing inline
2021-01-25  Arran Cudbard... Fix various build issues
2021-01-25  Arran Cudbard... Can't warn about unused results when there's no result
2021-01-25  Arran Cudbard... Format build deps correctly
2021-01-25  Arran Cudbard... Mark up return values of pair allocation functions...
2021-01-25  Arran Cudbard... Note used
2021-01-25  Arran Cudbard... Rework DIAG_ON and DIAG_OFF macros to behave consistently.
2021-01-25  Terry BurtonCI: Activate tmate on failure when pushing to the ci...
2021-01-25  Arran Cudbard... Use new function for clearing error stack
2021-01-25  Terry BurtonCI: Rework package installation for on-push CI and...
2021-01-25  Nick PorterRemove util/pair.c and util/pair_legacy.c
2021-01-25  Nick PorterRemove USE_DOUBLE_LIST from build options
2021-01-25  Nick PorterSet correct function type for eval function in protocol...
2021-01-25  Nick PorterReplace references to cursor.h with dcursor.h
2021-01-25  Nick PorterReplace util/pair_legacy.h with util/dpair_legacy.h
2021-01-25  Nick PorterReplace util/pair.h with util/dpair.h
2021-01-25  Arran Cudbard... Add build dependency for deb packages on Perl
2021-01-25  Arran Cudbard... Run fuzzer.c through the formatter
2021-01-25  Arran Cudbard... ws
2021-01-25  Arran Cudbard... Add function for explicitly clearing outstanding messages
2021-01-24  Alan T. DeKoktypo
2021-01-24  Alan T. DeKokwe have one byte of option length, too
2021-01-24  Alan T. DeKokuse p / end, and data / data_len
2021-01-24  Alan T. DeKokensure variables are initialized
2021-01-24  Alan T. DeKokclear errors after every run.
2021-01-23  Arran Cudbard... Fiz various issues with fuzzer.c
2021-01-23  Arran Cudbard... Revert "just call printf, not push"
2021-01-23  Alan T. DeKokjust call printf, not push
2021-01-23  Arran Cudbard... include stdbool
2021-01-23  Arran Cudbard... ...and the mk file
2021-01-23  Terry BurtonNightly, continuous fuzzing using LLVM snapshot
2021-01-23  Terry BurtonFuzzer: Honour -D dictdir when using jobs=N option
2021-01-23  Terry BurtonFuzzer: Correctly remove -D dictdir argument
2021-01-23  Terry BurtonTypo
2021-01-23  Arran Cudbard... Move type functions into a separate source file
2021-01-23  Arran Cudbard... Fix type ordering, add missing types to FR_TYPE_FIXED_SIZE
2021-01-22  Nick PorterCorrectly remove pairs from "from" list in raidus_pairm...
2021-01-22  Alan T. DeKokmove "sort $INCLUDE dir/" code to using heap
2021-01-22  Alan T. DeKoktypo
2021-01-22  Alan T. DeKokrename function
2021-01-22  Alan T. DeKokremove empty array at the end of a structure
2021-01-22  Alan T. DeKokadd libfreeradius-PROTOCOL.la as dependency of test...
2021-01-22  Alan T. DeKokallocate child_struct for all key fields
2021-01-22  Nick PorterCall trigger_args_afrom_server() with a fr_pair_list...
2021-01-22  Nick PorterCorrect order of parameters in eap_packet_to_vp()
2021-01-22  Nick Porterfr_pair_list_clear() is not needed to clear and initial...
2021-01-22  Nick PorterCall map_list_mod_to_vps() with a fr_pair_list_t to...
2021-01-21  Nick PorterMove cursor tests to correct framework
2021-01-21  Nick PorterRemove un-used cursor
2021-01-21  Nick PorterReplace cursor functions with pair_list functions in...
2021-01-21  Nick PorterCorrect docuemntation
2021-01-21  Nick PorterCorrect method to add pairs to existing list in rlm_mruby.c
2021-01-21  Nick PorterPass pointer to request_pairs to lua_pushlightuserdata()
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_lua/lua.c
2021-01-21  Nick PorterRemove final packet->vps references
2021-01-21  Nick PorterUse TALLOC_FREE() to free and reset single fr_pair_t
2021-01-21  Nick PorterReworked version of raidus_pairmove()
2021-01-21  Nick PorterAmend rls_files.c to handle map_to_vp appending to...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_eap_ttls/ttls.c
2021-01-21  Nick PorterCorrect function for returning a locally generated...
2021-01-21  Nick PorterAmend attr_filter_common() to handle map_to_vp() append...
2021-01-21  Nick PorterTidy map_to_request()
2021-01-21  Nick PorterAmend map_exec_to_vp() to append pairs to a fr_pair_list_t
2021-01-21  Nick PorterCorrect method to return a locally created list
2021-01-21  Nick PorterAlter _json_map_proc_get_value() to append to fr_pair_l...
2021-01-21  Nick PorterAmend fr_ldap_map_getvalue() to handle map_to_vp()...
2021-01-21  Nick PorterAmend map_to_vp to add pairs to a fr_pair_list_t
2021-01-21  Nick PorterUse correct function for appending a pair_list to anoth...
2021-01-21  Nick PorterAdd fr_pair_list_len to return length of a fr_pair_list...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in vmps/vmps.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in tacacs/encode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in tacacs/decode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in internal/encode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in internal/decode.c
next