]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2022-01-05  Arran Cudbard... Don't evaluate _uctx multiple times in fr_atexit_thread...
2022-01-05  Arran Cudbard... Fix libpcre memory leak on exit
2022-01-05  Terry Burtonpair_tests fr_pair_value_copy: Allocate dst pair before...
2022-01-05  Arran Cudbard... Formatting
2022-01-05  Arran Cudbard... Helps to use the right condition...
2022-01-05  Arran Cudbard... Typo
2022-01-05  Arran Cudbard... More, minor, atexit cleanups
2022-01-05  Arran Cudbard... Move OpenSSL version handling code to its own source...
2022-01-04  Arran Cudbard... Quiet compiler warnings
2022-01-04  Arran Cudbard... Flesh out the atexit debug functions more
2022-01-04  Arran Cudbard... Search in the correct destructor list
2022-01-04  Arran Cudbard... Use the correct comparison function in fr_event_report
2022-01-04  James JonesFix other instances of backlogs left hanging (#4311)
2022-01-04  Arran Cudbard... Ensure all the thread-specific destructors run before...
2022-01-04  Arran Cudbard... Just use WITH_TLS....
2022-01-04  Arran Cudbard... Use the EVP RC4 functions
2022-01-04  Arran Cudbard... Ensure openssl user macros are always defined
2022-01-04  Alan T. DeKokinitialize packet_ctx.end
2022-01-04  Alan T. DeKokremove assert
2022-01-03  Arran Cudbard... Fix version function calls in dependency.c
2022-01-03  Alan T. DeKokdon't pass packet_len to fr_radius_decode_pair_value()
2022-01-03  Alan T. DeKokclean up the providers on exit
2022-01-03  Alan T. DeKokprotocol-specific extensions are variable sized
2022-01-03  Alan T. DeKokrearrange and remove unused code
2022-01-03  Alan T. DeKokheaders to help with protocol encoding / decoding
2022-01-03  Alan T. DeKokupdate documentation
2022-01-03  Arran Cudbard... Swap ERR_get_error_line_data for ERR_get_error_all
2022-01-03  Arran Cudbard... Set OpenSSL API compat macros centrally
2022-01-03  Arran Cudbard... Apparently has no effect...
2022-01-03  Arran Cudbard... We use OPENSSL_VERSION_NUMBER everywhere else...
2022-01-03  Arran Cudbard... Fix calls to PEM_read_bio_DHparams for OpenSSL 3.0.0
2022-01-03  Arran Cudbard... more ltb-project key references
2022-01-03  Arran Cudbard... New LTB GPG key url
2022-01-03  Arran Cudbard... 2022
2021-12-23  Arran Cudbard... Don't need this in 1.1.1
2021-12-23  Arran Cudbard... Stupid hack still needed in 3.0.1
2021-12-23  Arran Cudbard... Yes, OpenSSL now wants the size of the buffer passed...
2021-12-23  Arran Cudbard... maybe OpenSSL 3.0.1 started caring about the output...
2021-12-23  Arran Cudbard... Revert "CI: Pass in -Wno-error=deprecated-declarations...
2021-12-22  Terry BurtonCI: Pass in -Wno-error=deprecated-declarations to LIB_A...
2021-12-22  Terry BurtonCI: Use OpenSSL 3.0.1 in LIBS_ALT build
2021-12-22  Alan T. DeKoklet's return the correct value
2021-12-22  Alan T. DeKokfix decode_tlvs()
2021-12-22  Alan T. DeKokif the option is invalid, return a raw option
2021-12-22  Alan T. DeKokunify two functions, so there's less code
2021-12-22  Alan T. DeKoktypo
2021-12-21  Alan T. DeKokda->parent may be NULL here, too.
2021-12-21  Alan T. DeKokda->parent is NULL at the root
2021-12-21  Alan T. DeKokrearrange to show how to assign octets to structural...
2021-12-21  Alan T. DeKokadd := test
2021-12-21  Alan T. DeKokuse new hack function, so that we support T_OP_EQ and...
2021-12-21  Alan T. DeKoklet's use typed arguments
2021-12-21  Alan T. DeKoksplit out functions as per other protocols
2021-12-21  Alan T. DeKokremove "do_raw", which doesn't make sense
2021-12-21  Alan T. DeKokadd temporary hack function
2021-12-21  Alan T. DeKokthis function is only used by the xlat code
2021-12-21  Alan T. DeKokdecode_pair test point should take fr_dict_attr_t const...
2021-12-21  Alan T. DeKokremove fr_dict_t from struct trampoline functions
2021-12-21  Alan T. DeKokclarify error message
2021-12-21  Alan T. DeKokminor rearrangements, and update arrays for new operators
2021-12-21  Alan T. DeKokencode / decode STRUCT too
2021-12-21  Alan T. DeKokno need to pass dict_dns to all of the dns functions
2021-12-21  Alan T. DeKokno need to pass dict_dhcpv6 to all of the dhcpv6 functions
2021-12-21  Alan T. DeKokno need to pass dict_dhcpv4 to all of the dhcpv4 functions
2021-12-21  Alan T. DeKokno need to pass dict_radius to all of the radius functions
2021-12-21  Alan T. DeKokmore operations for ip addresses and prefixes
2021-12-21  Terry BurtonCI FreeBSD: Run on push/pull; more VM memory; use rsync...
2021-12-17  Arran Cudbard... Fix dlist definition macros to be safer
2021-12-17  Alan T. DeKok-Wunused
2021-12-16  Alan T. DeKokadd right/left-shift operations
2021-12-16  Alan T. DeKokadd more tokens
2021-12-16  Alan T. DeKokclarify and extend error messages
2021-12-16  Alan T. DeKokclean up error messages and compress the code
2021-12-16  Alan T. DeKokconvert asserts to run-time checks
2021-12-16  Alan T. DeKokmake fr_edit_list_insert_list_after() work for !el...
2021-12-16  Alan T. DeKokadd support for intersection
2021-12-16  Alan T. DeKokparse "&=" as an operator for sections
2021-12-16  Alan T. DeKokadd merge with RHS priority
2021-12-16  Alan T. DeKoknotes on new editting
2021-12-16  Arran Cudbard... Stupid const issue
2021-12-16  Arran Cudbard... Allow for persistent TLS session keys
2021-12-15  Arran Cudbard... Verify the _whole_ list not just half of it
2021-12-13  Terry BurtonDEB packaging: python-dev has been dropped in Sid ...
2021-12-13  Terry BurtonDetect and link libm (#4335)
2021-12-13  James JonesMake closefrom return void as per /usr/include/unistd...
2021-12-12  Terry BurtonAdd missing header (#4332)
2021-12-12  Alan T. DeKokfix format
2021-12-12  Alan T. DeKokadd ndebug unused
2021-12-12  Alan T. DeKokallow list -= attr
2021-12-12  Alan T. DeKokRHS can't be an attribute reference
2021-12-12  Alan T. DeKokadd 16-bit "safe" field
2021-12-12  Alan T. DeKokallow &list := {} to clear the list
2021-12-12  Alan T. DeKoktests for new functionality
2021-12-11  Alan T. DeKokand one more "shut up clang"
2021-12-11  Alan T. DeKokI said SHUT THE HECK UP
2021-12-11  Alan T. DeKokclang: shut up and stop being so stupid
2021-12-11  Alan T. DeKokshut up clang analyzer
2021-12-11  Alan T. DeKokmore "shut up clang analyzer"
2021-12-11  Alan T. DeKokallow assignment of strings to structural VPs
2021-12-11  Alan T. DeKokupdate parser to cast RHS as string for structural...
next