]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-02-04  Arran Cudbard... Python v4 nesting python-v4-rework
2021-02-04  Arran Cudbard... Whitespace
2021-02-03  Arran Cudbard... Rename fr_dict_attr_enum functions to fr_dict_enum
2021-02-03  Arran Cudbard... Unused
2021-02-02  Arran Cudbard... Check if we have a trigger args list
2021-02-02  Arran Cudbard... Add fr_rb_node_t fields to structures that are inserted...
2021-02-02  Arran Cudbard... Use names field initialisers
2021-02-02  Terry BurtonMove shellcheck RC from root to workflow config; disabl...
2021-02-02  Terry BurtonFuzzer artifact fetcher (#3893)
2021-02-02  James JonesRevise dbuff_tests to avoid provoking jscpd (#3902)
2021-02-02  Arran Cudbard... Only run the free walker if we have a free callback
2021-02-02  Arran Cudbard... More rbmonkey fixes
2021-02-01  Arran Cudbard... Delete data as the _last_ step when removing or inserti...
2021-02-01  Terry BurtonLLVM snapshot repository is broken; switch to LLVM...
2021-02-01  Hua ZhongAdd Arista Captive-Portal and fix WebAuth start/complet...
2021-02-01  Terry BurtonTypo
2021-01-29  Alan T. DeKoklook at listener only if it exists
2021-01-29  Arran Cudbard... Fix condition
2021-01-29  Arran Cudbard... Don't crash if env_pairs are NULL
2021-01-29  Arran Cudbard... Add Hitron dictionary
2021-01-29  Federico Capoanosqlcounter: fixed configuration for PostgreSQL #3867
2021-01-29  Arran Cudbard... Add inverse type mappings for bool
2021-01-29  Arran Cudbard... More helpful error messages
2021-01-29  Jorge Pereirarlm_python: The detach() function in example.py expects...
2021-01-29  Nick PorterAdd extra tests to rlm_attr_filter to exercise the...
2021-01-28  Jorge Pereiraradclient: Fix 'invalid attribute' test
2021-01-28  Arran Cudbard... Changed prematurely
2021-01-28  Arran Cudbard... thresh should be an fr_rb_test_node_t
2021-01-28  Arran Cudbard... Grr stupid generics
2021-01-28  Arran Cudbard... Avoid type conflicts in fr_dbuff_advance
2021-01-28  Jorge Pereiraradclient: Add tests validating invalid attributes
2021-01-28  Jorge Pereiratest: Add 'IGNORE_ERROR' option for radclient tests
2021-01-28  James JonesAvoid backing up markers and make naming and usage...
2021-01-28  James JonesModernize and clean up dhcpv4 encoding code to make...
2021-01-28  Arran Cudbard... Don't allow the length argument of fr_dbuff_advance...
2021-01-28  James JonesRemove FR_DBUFF_RESERVE*() now that nothing uses it.
2021-01-28  Arran Cudbard... Fixup rbmonkey so it does not duplicate private structs
2021-01-28  Alan T. DeKokensure that we do adoc -> man conversions, too
2021-01-28  Nick PorterCorrect path for man pages made from adoc files
2021-01-28  Arran Cudbard... We should always have list head pointer values now...
2021-01-28  Nick PorterCan't write to a const
2021-01-27  Terry BurtonCI: Allow one-off fuzzing runtime to be specified in...
2021-01-27  Terry BurtonCI: Set explicit retention days for uploaded assets...
2021-01-27  Nick PorterMake attr_filter test pass
2021-01-27  Nick PorterRemove pair from temporary list before adding to correc...
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
next