]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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
2021-01-21  Nick PorterHandle child options being in a fr_pair_list_t in dhcpv...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv6/encode.c
2021-01-21  Nick PorterCorrect assignment of temporary list to vp->group for...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv6/decode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv6/base.c
2021-01-21  Nick PorterAmend fr_dhcpv6_next_encocable to work with dcursors
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv4/packet.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv4/decode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv4/encode.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in dhcpv4/base.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in arp/base.c
2021-01-21  Nick PorterHandle adding of individual vps in mod_vptuple()
2021-01-21  Nick PorterUse correct type for local temporary lists in rlm_sql.c
2021-01-21  Nick PorterUse fr_pair_list_t rather than cursor in sql_pair_list_...
2021-01-21  Nick PorterHandle using radius_pairmove to add a single pair to...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_rest/rest.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_smtp.c
2021-01-21  Nick PorterCorrect function to reset a fr_pair_list_t
2021-01-21  Nick Porterreply is a list, so needs adding as a list rather than...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_radius_udp.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_radius.c
2021-01-21  Nick PorterCorrectly handle list head passed to get_hv_content...
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_perl.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_passwd.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_logtee.c
2021-01-21  Nick Porters/fr_cursor/fr_dcursor/ in rlm_linelog.c
next