2021-03-05 |
Alan T. DeKok | disable resumption tests, and check for TLS version... |
commit | commitdiff | tree |
2021-03-05 |
Alexander Clouter | eap: configuration for fast |
commit | commitdiff | tree |
2021-03-05 |
Alexander Clouter | eap: add eap-{ttls,peap}/eap-tls tests |
commit | commitdiff | tree |
2021-03-04 |
Terry Burton | CI RPMs: Remove workaround for scomp filter bug with... |
commit | commitdiff | tree |
2021-03-04 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-03-04 |
Alan T. DeKok | use correct name for doxygen |
commit | commitdiff | tree |
2021-03-04 |
Alan T. DeKok | remove unused assignment |
commit | commitdiff | tree |
2021-03-04 |
Alan T. DeKok | remove unnecessary code |
commit | commitdiff | tree |
2021-03-04 |
Alan T. DeKok | Revert "add flag to send early session tickets" |
commit | commitdiff | tree |
2021-03-04 |
Arran Cudbard... | Pull over fixes from master |
commit | commitdiff | tree |
2021-03-04 |
Arran Cudbard... | Just use a static value to differentiate tests running... |
commit | commitdiff | tree |
2021-03-04 |
Arran Cudbard... | Add auto-merge for v3.0.x |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | add flag to send early session tickets |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | be kind to non-TLS builds |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | include correct header |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | delay session tickets until after the user was authenti... |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | move code to common area |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | clean up expired sessions |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | set flag indicating that authentication succeeded. |
commit | commitdiff | tree |
2021-03-03 |
Alan T. DeKok | forbid doing session tickets until after the client... |
commit | commitdiff | tree |
2021-03-02 |
Alan T. DeKok | remove old maintainer who is no longer active |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | remove unused label |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | swap the order of allocate for unknown da's. Fixes... |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | don't decode anything for CUI |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | expose fr_pair_alloc() |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | remove unused variable |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | always create ctx. Helps with #3937 |
commit | commitdiff | tree |
2021-02-26 |
Alan T. DeKok | create and use context for VPs. Helps with #3937 |
commit | commitdiff | tree |
2021-02-24 |
Alan T. DeKok | hoist "set global client list" to client_list_init() |
commit | commitdiff | tree |
2021-02-24 |
Alan T. DeKok | work around OpenSSL behavior changes for TLS 1.3 |
commit | commitdiff | tree |
2021-02-24 |
Alan T. DeKok | check and verify EAP-Type when resuming |
commit | commitdiff | tree |
2021-02-23 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-02-23 |
Alan T. DeKok | helps to have this, too |
commit | commitdiff | tree |
2021-02-23 |
Alan T. DeKok | add "is_dup" flag |
commit | commitdiff | tree |
2021-02-23 |
Alan T. DeKok | remove some attribute conflicts |
commit | commitdiff | tree |
2021-02-21 |
Alan T. DeKok | move handshake_send to after commitment message |
commit | commitdiff | tree |
2021-02-21 |
Alan T. DeKok | cache and restore EAP-Type, too. |
commit | commitdiff | tree |
2021-02-19 |
Alan T. DeKok | if PEAP says "not resumed", then over-ride the TLS... |
commit | commitdiff | tree |
2021-02-18 |
Matthew Newton | Correctly log released IP address |
commit | commitdiff | tree |
2021-02-18 |
Alan T. DeKok | note fix of double free due to PCRE library issues |
commit | commitdiff | tree |
2021-02-17 |
Alan T. DeKok | if it's already unknown, leave it alone. Helps with... |
commit | commitdiff | tree |
2021-02-17 |
Alan T. DeKok | shup up clang scanner |
commit | commitdiff | tree |
2021-02-17 |
Alan T. DeKok | no longer any VARIABLES section. Fixes #3941 |
commit | commitdiff | tree |
2021-02-16 |
Alan T. DeKok | notes on RFC 4849 and NAS-Filter-Rule |
commit | commitdiff | tree |
2021-02-16 |
Alan T. DeKok | decode NAS-Filter-Rule, too |
commit | commitdiff | tree |
2021-02-16 |
Alan T. DeKok | add encoding of magic RFC 4849 format of NAS-Filter... |
commit | commitdiff | tree |
2021-02-15 |
Alan T. DeKok | use NIL for root |
commit | commitdiff | tree |
2021-02-15 |
Alan T. DeKok | avoid cache dirty on root |
commit | commitdiff | tree |
2021-02-15 |
Alan T. DeKok | abstract checks into a macro |
commit | commitdiff | tree |
2021-02-15 |
Alan T. DeKok | make code more consistent |
commit | commitdiff | tree |
2021-02-12 |
Alan T. DeKok | reset pcre_malloc only once |
commit | commitdiff | tree |
2021-02-12 |
Alan T. DeKok | clear pointers after freeing them |
commit | commitdiff | tree |
2021-02-11 |
Alan T. DeKok | give up and just disable TLS 1.0 and 1.1 |
commit | commitdiff | tree |
2021-02-11 |
Alan T. DeKok | ensure that EAPOL_TEST is defined before it is used |
commit | commitdiff | tree |
2021-02-11 |
Jorge Pereira | redis: Add missing 'redis_module_instance' config set |
commit | commitdiff | tree |
2021-02-11 |
Terry Burton | CI: Activate tmate on failure when pushing to the ci... |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | just turn things off |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | give up and try to do idiotic debugging |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | just use top_builddir FFS |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | one more try to figure out package tests |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | gnu make doesn't know about directories |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | update README to note PEM vs P12 |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | copy for p12 files, too |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | define top_srcdir |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | print command lines on failure |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | add resumption tests |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | run tests across many different TLS versions |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | build TLS-specific versions of the configuration files |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | remove unused target |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | move output files to build/ |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | add phase1 config to TLS-based EAP methods |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | reformat for v3 |
commit | commitdiff | tree |
2021-02-10 |
Alan T. DeKok | manual pull from master. Fixes #3907 |
commit | commitdiff | tree |
2021-02-10 |
Jorge Pereira | rlm_python: The detach() function in example.py expects... |
commit | commitdiff | tree |
2021-02-09 |
Benjamin Thompson | Added some more attributes to dictionary.wimax (#3905) |
commit | commitdiff | tree |
2021-02-09 |
Hua Zhong | Update Arista dictionary for v3.0.x (#3910) |
commit | commitdiff | tree |
2021-02-05 |
Alan T. DeKok | change to rad_assert to shut up clang scan |
commit | commitdiff | tree |
2021-02-05 |
Alan T. DeKok | add flag for TLS 1.3 close_notify vs commitment message |
commit | commitdiff | tree |
2021-02-05 |
Alan T. DeKok | use rad_assert(), not fr_assert in server-side code |
commit | commitdiff | tree |
2021-02-05 |
Alan T. DeKok | todo notes |
commit | commitdiff | tree |
2021-02-05 |
Alan T. DeKok | set a flag when the client cert has been validated |
commit | commitdiff | tree |
2021-02-02 |
Alan T. DeKok | more "shut up clang analyzer" |
commit | commitdiff | tree |
2021-02-02 |
Alan T. DeKok | shut up clang |
commit | commitdiff | tree |
2021-02-02 |
Alan T. DeKok | add rlm_sql_map |
commit | commitdiff | tree |
2021-02-02 |
Alan T. DeKok | add sql_map |
commit | commitdiff | tree |
2021-02-02 |
Alan T. DeKok | use TESTBIN instead of manually-coded paths |
commit | commitdiff | tree |
2021-02-01 |
Alan T. DeKok | ignore auto-generated files |
commit | commitdiff | tree |
2021-02-01 |
Alan T. DeKok | release handle on error |
commit | commitdiff | tree |
2021-02-01 |
Alan T. DeKok | use public API |
commit | commitdiff | tree |
2021-01-30 |
Alan T. DeKok | Add sql_map module |
commit | commitdiff | tree |
2021-01-29 |
Federico Capoano | sqlcounter: fixed configuration for PostgreSQL #3867 |
commit | commitdiff | tree |
2021-01-28 |
Alan T. DeKok | Revert "use different labels for MSK and EMSK, with... |
commit | commitdiff | tree |
2021-01-25 |
D. Domig | Add support for timezone on alpine |
commit | commitdiff | tree |
2021-01-23 |
Alan T. DeKok | unify messaging for closing connections |
commit | commitdiff | tree |
2021-01-23 |
Alan T. DeKok | re-use connection, even if idle |
commit | commitdiff | tree |
2021-01-22 |
Arran Cudbard... | Break if there are no pairs remaining |
commit | commitdiff | tree |
2021-01-21 |
Alan T. DeKok | disable v3_req extensions |
commit | commitdiff | tree |
2021-01-21 |
Alan T. DeKok | remove TLS 1.3 support |
commit | commitdiff | tree |
2021-01-21 |
Alan T. DeKok | Add Key Identifier extensions to server.cnf |
commit | commitdiff | tree |
next |