]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-02-27  Alan T. DeKokmove OID decoding to wrapper function
2025-02-27  Alan T. DeKokadd flags->is_option
2025-02-27  Nick PorterAdd fallthrough to LDAP tests
2025-02-27  Nick PorterAdd fallthrough options to sample LDAP module config
2025-02-27  Nick PorterAdd fallthrough attributes to RADIUS and TACACS profile...
2025-02-27  Nick PorterCheck and fallthrough attributes are needed for autz...
2025-02-27  Nick PorterAdd fallthrough handling to LDAP profiles
2025-02-27  Nick PorterFree condition results early
2025-02-27  Nick PorterAdd fallthrough_attr to LDAP query
2025-02-27  Nick PorterAdd profile fallthrough options to rlm_ldap
2025-02-26  Alan T. DeKokadd encoder, decoder, and tests for combo-ip
2025-02-26  Alan T. DeKokoptions have to have class Context
2025-02-26  Alan T. DeKokdon't print timeout
2025-02-26  Alan T. DeKokensure that sets are only TLVs
2025-02-26  Alan T. DeKokmore checks on attributes
2025-02-26  Alan T. DeKokhoist the attr_ref_set() to before calling attr_valid()
2025-02-26  Alan T. DeKokFreeRADIUS type 'struct' is always a bit string
2025-02-26  Alan T. DeKokadd assertions to check for bad dictionaries
2025-02-26  Alan T. DeKoktypo in AF_INET6
2025-02-26  Alan T. DeKoktweak error messages
2025-02-26  Alan T. DeKokprint out the dictionary name, too
2025-02-26  Nick PorterAllow status check "update" section without a list
2025-02-26  Nick PorterUse a struct to contain LDAP profile options
2025-02-26  Alan T. DeKokClarify SQLite returns error 14 "Can't open file"
2025-02-26  Alan T. DeKokuse fr_strerror_printf() instead of immediate ERROR
2025-02-25  Alan T. DeKoktweak encode IP prefix
2025-02-25  Alan T. DeKokencode and decode IPv4 and IPv6 prefixes
2025-02-25  Alan T. DeKokAdd encode / decode of ipv4add and ipv6addr
2025-02-25  Nick PorterTrack number of LDAP profiles applied
2025-02-24  Nick PorterCorrect comment about ASCII GETDATA response
2025-02-24  Nick PorterAuthorization status is automatically set from the...
2025-02-24  Nick PorterInstances of the same attribute should be together
2025-02-24  Nick PorterRestore accidentally deleted tacacsCommand
2025-02-24  Nick PorterPatches care about whitespace
2025-02-24  Nick PorterFix up Debian patch
2025-02-24  Nick PorterAdd profile priority / condition attrs to TACACS profil...
2025-02-23  Alan T. DeKokallocation may fail. CID #1643157
2025-02-23  Alan T. DeKokupdate tests for encoding raw DER values
2025-02-23  Alan T. DeKokcopy protocol extensions for unknown / raw attributes
2025-02-23  Alan T. DeKokcheck child da flags for is_raw
2025-02-23  Alan T. DeKoktweak error message
2025-02-23  Alan T. DeKokcache flags
2025-02-23  Alan T. DeKokadd support for optional flag and update the dictionaries
2025-02-23  Alan T. DeKokmore cleanups
2025-02-23  Alan T. DeKokallow attributes named 'value'
2025-02-23  Alan T. DeKokcleanups
2025-02-23  Alan T. DeKokensure that groups have a ref extension
2025-02-23  Alan T. DeKokrefs can't be NULL
2025-02-23  Alan T. DeKokthe underlying "da" may have already been freed
2025-02-23  Alan T. DeKokmake error message clearer
2025-02-23  Alan T. DeKokRequire '.' or '@' in references
2025-02-23  Alan T. DeKokadd fr_sbuff_eof(), which is easy to remember
2025-02-23  Alan T. DeKokadd and use "has_fixup" flag.
2025-02-23  Alan T. DeKoktypo
2025-02-23  Alan T. DeKokensure oid_and_value references OID-Tree
2025-02-23  Alan T. DeKokensure that attribute references exist
2025-02-23  Alan T. DeKokonly leaf types can have values defined
2025-02-23  Alan T. DeKokdouble-check more corner cases
2025-02-22  Alan T. DeKokadd more OIDs and update the tests
2025-02-22  Alan T. DeKoknote for more corner cases to fix
2025-02-22  Alan T. DeKokdecode unknown children, instead of erroring out
2025-02-22  Alan T. DeKokrename variable
2025-02-22  Alan T. DeKokadd qualifier && cpsuri, and update the tests
2025-02-22  Alan T. DeKokallow raw.1 = { ...}
2025-02-22  Alan T. DeKokdefine and use issuerAltName
2025-02-22  Alan T. DeKokcheck return code
2025-02-22  Alan T. DeKokis_oid_leaf is only for parent DER type 'sequence'
2025-02-22  Alan T. DeKokset and enforce minimum sizes
2025-02-22  Alan T. DeKokadd 'size=MIN..MAX' and check it in more places
2025-02-22  Alan T. DeKokcheck for more corner cases on decoding
2025-02-22  Alan T. DeKokmore MACRO_RETURN
2025-02-22  Alan T. DeKoknarrow down string format dicts and tests
2025-02-22  Alan T. DeKokadd tag compatible function
2025-02-22  Alan T. DeKokprint out name instead of raw numbers
2025-02-22  Alan T. DeKokcheck max for allowed values, and set default if it...
2025-02-22  Alan T. DeKoksequence and set can never be structs
2025-02-22  Alan T. DeKokreasons are bitstring
2025-02-22  Alan T. DeKokremove "is_choice"
2025-02-22  Alan T. DeKokother integer types aren't valid
2025-02-22  Alan T. DeKokmove more run-time checks to asserts
2025-02-22  Alan T. DeKokmove clean.coverage to coverage.mk
2025-02-22  Alan T. DeKokmove validation checks from run-time to load-time
2025-02-22  Alan T. DeKoktweak error checks and messages
2025-02-22  Alan T. DeKokconsistently use program name
2025-02-21  Nick PorterReturn reply packet type, not rcode
2025-02-21  noladeFAQ rework (33 questions) & troubleshooting guide ...
2025-02-21  noladePartials work for single-source publishing
2025-02-21  Alan T. DeKokremove more "&"
2025-02-20  Alan T. DeKokjust use fr_dbuff_used(). CID #1642920
2025-02-20  Alan T. DeKokquiet coveritry re: bit shift. CID #1642926
2025-02-20  Alan T. DeKokcheck return CID #1642924
2025-02-20  Alan T. DeKoklimit tag value. CID #1642922
2025-02-20  Alan T. DeKokmove to common file
2025-02-20  Alan T. DeKokset max at load time rather than run-time
2025-02-20  Alan T. DeKokcheck return code. CID #1642917, CID #1642918, CID...
2025-02-20  Alan T. DeKokcheck return code. CID #1642921
2025-02-20  Alan T. DeKokcheck for len==0. CID #1642919
2025-02-20  Alan T. DeKokallow dictionaries to be used from multiple _different_...
2025-02-20  Alan T. DeKokremove is_pair
2025-02-20  Alan T. DeKokmove run-time check to load check
next