Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gssapi/mod_auth_gssapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.4
Choose a base ref
...
head repository: gssapi/mod_auth_gssapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 29, 2022

  1. Fix a crash bug when s4u2proxy is configured

    If no cred store options are present at all the code now crashes trying
    to access the structure that should hold the options as it is NULL.
    
    Also add ifdefs that were missed in the original patch.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    463d932 View commit details
    Browse the repository at this point in the history
  2. OpenSSL 3.0 deprecated low level HMAC and other

    So we need to disable -Werror until we can replace those functions
    with calls to the EVP api or internal code.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3d82ddf View commit details
    Browse the repository at this point in the history
  3. Release version 1.6.5

    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    796000a View commit details
    Browse the repository at this point in the history
Loading