]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2022-01-27  Arran Cudbard... Fix ODR violation
2022-01-27  Terry Burtoneap-tls test: Builds using clang analyzers are slow...
2022-01-27  Arran Cudbard... Maybe the logging bio is stuck in an infinite loop?
2022-01-27  Arran Cudbard... not a string
2022-01-27  Terry BurtonScheduled fuzzing: Typo (#4380)
2022-01-26  Alan T. DeKokadd target-specific rules, and a "help" line
2022-01-26  Arran Cudbard... Minor documentation fixes. Closes #4301
2022-01-26  Jorge Pereirarlm_python: Strip out -ffat-lto-objects (#4373)
2022-01-26  Arran Cudbard... Same deal with fr_value_box_memdup
2022-01-26  James JonesChanges to make test_requeue_on_reconnect() work (...
2022-01-26  Arran Cudbard... Explicitly document and test for NULL input case.
2022-01-26  Arran Cudbard... String input for fr_value_box_bstrndup maye be NULL
2022-01-26  Arran Cudbard... Check the result of fr_sbuff_out_aunescape_until correctly
2022-01-26  Arran Cudbard... Print functions return signed values
2022-01-26  Terry BurtonScheduled fuzzing: Clone with greater depth to find...
2022-01-26  Arran Cudbard... Fix more warnings
2022-01-26  Arran Cudbard... Mark more box functions up as non-null
2022-01-26  Arran Cudbard... More scan fixes
2022-01-25  Arran Cudbard... Print the error...
2022-01-25  Arran Cudbard... Remove bad asserts
2022-01-25  Arran Cudbard... Typo
2022-01-25  Arran Cudbard... Stupid compiler
2022-01-25  Arran Cudbard... Quiet compiler
2022-01-25  Alan T. DeKoklet's try to shut up clang scan even more
2022-01-25  Arran Cudbard... Fix more build errors in sigtran
2022-01-25  Arran Cudbard... Break out MEMCMP_RETURN into an inline function
2022-01-25  Alan T. DeKoktry to quiet clang scan
2022-01-25  Alan T. DeKokallow for casts, even if we have type hints on input
2022-01-25  Alan T. DeKokparse enum names when they're known
2022-01-25  Alan T. DeKokRevert "remove unused function"
2022-01-25  Alan T. DeKoktypo
2022-01-25  Alan T. DeKokre-enable casts in all expressions
2022-01-25  Alan T. DeKokremove unused function
2022-01-25  Alan T. DeKoktry to shut up clang
2022-01-25  Alan T. DeKoktry to shut up clang
2022-01-25  Alan T. DeKokadd "has_pure_children" flag
2022-01-25  Alan T. DeKokmake xlat_expr use new tmpl functions
2022-01-25  Arran Cudbard... Process casts during tokenization for single and double...
2022-01-25  Arran Cudbard... Explicitly print casts for both sides of the map
2022-01-25  Arran Cudbard... one more...
2022-01-25  Alan T. DeKokreturn the value we parsed
2022-01-24  Alan T. DeKokuse the correct sbuff
2022-01-24  Alan T. DeKoktypo
2022-01-24  Alan T. DeKokcorrect spelling mistake. Fixes #4374
2022-01-24  Arran Cudbard... Try attribute references and xlats first... oops
2022-01-24  Arran Cudbard... Add support for explicit casts for barewords
2022-01-24  Arran Cudbard... Use more type specific type printing parsing functions
2022-01-24  Alan T. DeKokhandle the cast of XLAT_TMPL being data
2022-01-24  Alan T. DeKokallow (foo) in a cast, too.
2022-01-24  Alan T. DeKoknotes for DHCPv4 encodings
2022-01-24  Arran Cudbard... Add fr_type_from_str and fr_type_to_str
2022-01-24  Arran Cudbard... .git/HEAD doesn't exist for submodules
2022-01-24  Arran Cudbard... Apply validation to enum value names
2022-01-24  Arran Cudbard... Move sbuff talloc wrappers to using fr_slen_t
2022-01-24  Arran Cudbard... Fix build issue in rlm_sigtran
2022-01-24  Arran Cudbard... Use new libkqueue EVFILT_LIBKQUEUE version interface
2022-01-23  Alan T. DeKoknotes for option 119
2022-01-22  Alan T. DeKokbetter handling of casts
2022-01-21  Alan T. DeKokallow for non-socket listeners
2022-01-21  Alan T. DeKokhave only one return point from tokenize_expression()
2022-01-21  Alan T. DeKokgroupify arguments to functions
2022-01-21  Alan T. DeKokskip work if we're already in the network thread
2022-01-21  Nick PorterRemove Ubuntu 18.04 from build matrix (#4366)
2022-01-21  Nick PorterApply tmpl rules split to rlm_mruby (#4365)
2022-01-20  Alan T. DeKokremove hacks
2022-01-20  Alan T. DeKokall children are groups
2022-01-20  Alan T. DeKokno need to pass "func" to xlat_purify_expr()
2022-01-20  Alan T. DeKokmore upcast fixes, and fixes for left / right shift
2022-01-20  Alan T. DeKokone more attempt to shut up clang
2022-01-20  Alan T. DeKokconvert code to being table driven
2022-01-20  Alan T. DeKokinitialize the output box only as the last step before...
2022-01-20  Alan T. DeKokadd upcasting from string/octets for operations, too
2022-01-20  Alan T. DeKokadd more casting for booleans
2022-01-20  Alan T. DeKokadd xlat_purify and tests
2022-01-20  Alan T. DeKokadd automatic casting for comparisons, too.
2022-01-19  Alan T. DeKokuse the correct variable
2022-01-19  Alan T. DeKokfirst pass of xlat_purify_expr()
2022-01-19  Alan T. DeKokfix for new tmpl_rules_t
2022-01-19  Arran Cudbard... Need to gether up more events before servicing the...
2022-01-19  Arran Cudbard... Reduce spurious rebalancing in the trunk
2022-01-19  Arran Cudbard... Don't crash if the first atexit handler is a global...
2022-01-19  Alan T. DeKokadd XOR
2022-01-19  Alan T. DeKokmore notes
2022-01-19  Alan T. DeKoktypo
2022-01-19  Alan T. DeKoktypo
2022-01-19  Alan T. DeKokshut up clang analyzer
2022-01-19  Alan T. DeKokremove string/octets prepend.
2022-01-19  Alan T. DeKoklots more notes
2022-01-19  Arran Cudbard... Remove duplicate definition
2022-01-19  Arran Cudbard... Split tmpl rules
2022-01-19  Alan T. DeKokshut up clang, if possible
2022-01-19  Alan T. DeKokrename XLAT_ATTRIBUTE to XLAT_TMPL
2022-01-19  Alan T. DeKokquiet compiler
2022-01-19  Alan T. DeKokvarious compiler fixes
2022-01-18  Alan T. DeKokprototype
2022-01-18  Alan T. DeKoklet's handle -1, m'kay?
2022-01-18  Alan T. DeKokadd xlat expressions
2022-01-18  Alan T. DeKokminor rearrangement
2022-01-18  Alan T. DeKokwe need &Cast-Base for printing enum names for fr_type_t
2022-01-18  Alan T. DeKokexpose more functions in xlat_priv.h
next