2025-02-27 |
Alan T. DeKok | move OID decoding to wrapper function |
commit | commitdiff | tree |
2025-02-27 |
Alan T. DeKok | add flags->is_option |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add fallthrough to LDAP tests |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add fallthrough options to sample LDAP module config |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add fallthrough attributes to RADIUS and TACACS profile... |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Check and fallthrough attributes are needed for autz... |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add fallthrough handling to LDAP profiles |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Free condition results early |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add fallthrough_attr to LDAP query |
commit | commitdiff | tree |
2025-02-27 |
Nick Porter | Add profile fallthrough options to rlm_ldap |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | add encoder, decoder, and tests for combo-ip |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | options have to have class Context |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | don't print timeout |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | ensure that sets are only TLVs |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | more checks on attributes |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | hoist the attr_ref_set() to before calling attr_valid() |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | FreeRADIUS type 'struct' is always a bit string |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | add assertions to check for bad dictionaries |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | typo in AF_INET6 |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | tweak error messages |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | print out the dictionary name, too |
commit | commitdiff | tree |
2025-02-26 |
Nick Porter | Allow status check "update" section without a list |
commit | commitdiff | tree |
2025-02-26 |
Nick Porter | Use a struct to contain LDAP profile options |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | Clarify SQLite returns error 14 "Can't open file" |
commit | commitdiff | tree |
2025-02-26 |
Alan T. DeKok | use fr_strerror_printf() instead of immediate ERROR |
commit | commitdiff | tree |
2025-02-25 |
Alan T. DeKok | tweak encode IP prefix |
commit | commitdiff | tree |
2025-02-25 |
Alan T. DeKok | encode and decode IPv4 and IPv6 prefixes |
commit | commitdiff | tree |
2025-02-25 |
Alan T. DeKok | Add encode / decode of ipv4add and ipv6addr |
commit | commitdiff | tree |
2025-02-25 |
Nick Porter | Track number of LDAP profiles applied |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Correct comment about ASCII GETDATA response |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Authorization status is automatically set from the... |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Instances of the same attribute should be together |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Restore accidentally deleted tacacsCommand |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Patches care about whitespace |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Fix up Debian patch |
commit | commitdiff | tree |
2025-02-24 |
Nick Porter | Add profile priority / condition attrs to TACACS profil... |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | allocation may fail. CID #1643157 |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | update tests for encoding raw DER values |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | copy protocol extensions for unknown / raw attributes |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | check child da flags for is_raw |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | tweak error message |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | cache flags |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | add support for optional flag and update the dictionaries |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | more cleanups |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | allow attributes named 'value' |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | cleanups |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | ensure that groups have a ref extension |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | refs can't be NULL |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | the underlying "da" may have already been freed |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | make error message clearer |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | Require '.' or '@' in references |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | add fr_sbuff_eof(), which is easy to remember |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | add and use "has_fixup" flag. |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | ensure oid_and_value references OID-Tree |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | ensure that attribute references exist |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | only leaf types can have values defined |
commit | commitdiff | tree |
2025-02-23 |
Alan T. DeKok | double-check more corner cases |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | add more OIDs and update the tests |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | note for more corner cases to fix |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | decode unknown children, instead of erroring out |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | rename variable |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | add qualifier && cpsuri, and update the tests |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | allow raw.1 = { ...} |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | define and use issuerAltName |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | check return code |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | is_oid_leaf is only for parent DER type 'sequence' |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | set and enforce minimum sizes |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | add 'size=MIN..MAX' and check it in more places |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | check for more corner cases on decoding |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | more MACRO_RETURN |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | narrow down string format dicts and tests |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | add tag compatible function |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | print out name instead of raw numbers |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | check max for allowed values, and set default if it... |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | sequence and set can never be structs |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | reasons are bitstring |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | remove "is_choice" |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | other integer types aren't valid |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | move more run-time checks to asserts |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | move clean.coverage to coverage.mk |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | move validation checks from run-time to load-time |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | tweak error checks and messages |
commit | commitdiff | tree |
2025-02-22 |
Alan T. DeKok | consistently use program name |
commit | commitdiff | tree |
2025-02-21 |
Nick Porter | Return reply packet type, not rcode |
commit | commitdiff | tree |
2025-02-21 |
nolade | FAQ rework (33 questions) & troubleshooting guide ... |
commit | commitdiff | tree |
2025-02-21 |
nolade | Partials work for single-source publishing |
commit | commitdiff | tree |
2025-02-21 |
Alan T. DeKok | remove more "&" |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | just use fr_dbuff_used(). CID #1642920 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | quiet coveritry re: bit shift. CID #1642926 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | check return CID #1642924 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | limit tag value. CID #1642922 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | move to common file |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | set max at load time rather than run-time |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | check return code. CID #1642917, CID #1642918, CID... |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | check return code. CID #1642921 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | check for len==0. CID #1642919 |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | allow dictionaries to be used from multiple _different_... |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | remove is_pair |
commit | commitdiff | tree |
2025-02-20 |
Alan T. DeKok | move run-time check to load check |
commit | commitdiff | tree |
next |