]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2022-04-07  James JonesAdd test for RFC 3495; this exercises nested TLVs ...
2022-04-07  Arran Cudbard... Typo
2022-04-07  Arran Cudbard... Use the standard instantiate bootstrap callbacks for...
2022-04-07  Alan T. DeKokuse offset from value box, not from datum
2022-04-07  Alan T. DeKokcopy at the correct offset
2022-04-07  Alan T. DeKokmight as well make this "const"
2022-04-07  Alan T. DeKokuse API instead of poking fields directly
2022-04-07  Alan T. DeKokmake the dlist offset point to the parent structure
2022-04-07  Alan T. DeKokupdate TLIST macro functions
2022-04-07  Alan T. DeKokadd function to get tlist from dlist head
2022-04-07  Alan T. DeKokremove unused / unneeded functions
2022-04-07  Alan T. DeKokmanually free the pair list, as done in the other test...
2022-04-07  Alan T. DeKokallow "attribute" command to parse/print multiple pairs
2022-04-07  Alan T. DeKokcheck for error before allocating the VP
2022-04-07  Alan T. DeKokcan't re-init structural types
2022-04-06  Nick PorterRemove unused variables
2022-04-05  Alan T. DeKokfix relative OIDs here, too
2022-04-05  Alan T. DeKokfully qualify the dictionary OIDs
2022-04-05  Alan T. DeKokadd fr_tlist_talloc_free_to_tail()
2022-04-05  Alan T. DeKokadd fr_pair_list_dlist_head()
2022-04-05  Alan T. DeKokremove unused lavel
2022-04-05  Alan T. DeKokupdate fr_pair_replace() and callers
2022-04-05  Alan T. DeKokuse fewer memset
2022-04-05  Alan T. DeKokless code == better code
2022-04-05  Alan T. DeKokfix fr_pair_reinit_from_da()
2022-04-05  Alan T. DeKokuse fr_pair_init_null() instead of memset()
2022-04-05  Alan T. DeKokadd fr_pair_init_null()
2022-04-05  Alan T. DeKokuse "free to tail", and don't keep tmp_list
2022-04-05  Alan T. DeKokadd "free to tail" function
2022-04-05  Nick PorterAdd apt retry configuration to second half of debian...
2022-04-05  Nick PorterUse correct apt option for retries
2022-04-04  Alan T. DeKokminor typos and fixes
2022-04-04  Alan T. DeKokadd dlist_head function
2022-04-04  Alan T. DeKoktypo
2022-04-04  Alan T. DeKoktypo
2022-04-04  Alan T. DeKokremove unused macros
2022-04-04  Alan T. DeKokpair dlist functions are internal, not public
2022-04-04  Alan T. DeKokadd note about variable length time specs
2022-04-04  Nick PorterFix handling of affected_rows for FreeTDS SQL driver
2022-04-04  Nick PorterAdd AcctUpdateTime and AcctInterval to MS SQL accountin...
2022-04-01  Arran Cudbard... Try *really* hard to pull down packages
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2022-04-01  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2022-03-31  Alan T. DeKokcorrect references and numbers
2022-03-31  Arran Cudbard... Bump the timeout
2022-03-31  Arran Cudbard... Return NULL on error
2022-03-31  Alan T. DeKokrun through the formatting script
2022-03-31  Alan T. DeKokthis encoded as DNS
2022-03-31  Arran Cudbard... Check for NULL heap pointers
2022-03-31  Arran Cudbard... Remove one layer of heap derefs and shrink heaps as...
2022-03-31  Alan T. DeKokupdate and rearrange
2022-03-31  Alan T. DeKokthe first 2 fields are mandatory, so we might as well...
2022-03-31  Alan T. DeKokthese are "bool encode=exists", like Rapid-Commit
2022-03-31  James JonesContinue splitting dictionaries by RFC (#4445)
2022-03-31  Matthew NewtonRemove prefixes
2022-03-30  Matthew NewtonAdd netelastic dictionary
2022-03-30  Terry Burtonfreeradius-snmp "proxy": Fixes and cleanup (#4446)
2022-03-28  Arran Cudbard... Try and fix the random debian packaging failures
2022-03-28  Arran Cudbard... add back Centos 7 support, apparently that was still...
2022-03-28  Arran Cudbard... Typo
2022-03-28  Arran Cudbard... Use another source of centos stream
2022-03-28  Arran Cudbard... See if this fixes the centos 8 package build...
2022-03-28  Arran Cudbard... Fix failures in OpenSSL 3.0 with custom logging BIOs
2022-03-28  Arran Cudbard... If we're building OpenSSL make sure it's a debug build
2022-03-28  Arran Cudbard... We still need the request for state reset
2022-03-28  Arran Cudbard... Hack in stack over-allocation for OpenSSL async contexts
2022-03-28  Arran Cudbard... Bump OpenSSL for alt libs
2022-03-28  Alan T. DeKoki->ifa_addr may not be aligned
2022-03-28  Alan T. DeKokmore sanity checks on parsing dates / times
2022-03-28  Alan T. DeKokmove private macros to private header
2022-03-28  Alan T. DeKokadd cf_item_has_no_children()
2022-03-26  Alan T. DeKokdoxygen
2022-03-26  Alan T. DeKokuse inline API for node removal
2022-03-26  Alan T. DeKokmove item initialization to a common function
2022-03-26  Alan T. DeKokmore use cf_item_foreach()
2022-03-26  Alan T. DeKokinsert the twin, not the entry we're deleting
2022-03-26  Alan T. DeKokadd cf_item_foreach_prev()
2022-03-26  Alan T. DeKokadd cf_item_foreach
2022-03-26  Alan T. DeKokinputs may be NULL
2022-03-26  Alan T. DeKokadd fr_tlist_parent()
2022-03-26  Arran Cudbard... Add fr_rb_delete_by_inline_node and fr_rb_remove_by_inl...
2022-03-25  Alan T. DeKokadd more tlist-specific functions
2022-03-25  Alan T. DeKokadd the child list, too
2022-03-25  MIZUTA TakeshiDon't refer to errno when the pthread library fails
2022-03-25  Nick Porterv4: Remove ifdefs for longstanding OpenLDAP features...
2022-03-25  Alan T. DeKokfix types and compile errors
2022-03-25  Nick Portertalloc_array_length() doesn't handle array resized...
2022-03-25  Alan T. DeKokport last dlist -> tlist changes
2022-03-24  Alan T. DeKokmanual pull of PR #4440
2022-03-24  Matthew Newtonadd freeradius-freetds deb package
2022-03-24  Jorge PereiraAdd attributes for Ruckus SmartCell Insight (#4442)
2022-03-24  Nick PorterAdd reconnection_delay to mods-available/ldap (#4413)
2022-03-24  Nick PorterAdd dictionary for LDAP sync internal protocol (#4432)
2022-03-24  Nick Porterv4: Two amendments to existing LDAP functions to suppor...
next