Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix freebsd #232

Merged
merged 3 commits into from
Nov 19, 2020
Merged

Fix freebsd #232

merged 3 commits into from
Nov 19, 2020

Commits on Nov 19, 2020

  1. Hardcode value of GSS_C_DELEG_POLICY_FLAG

    This value is fortunately specified by RFC 5896.  Truly ancient Kerberos
    implementations, such as the Heimdal in base on FreeBSD at the time of
    writing, will not provide this flag.  However, since unknown flags will
    be ignored, it's fine to just provide it anyway.
    
    Resolves: pythongssapi#228
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    1524cad View commit details
    Browse the repository at this point in the history
  2. Fix detection of libgssapi_krb5.so in nonstandard path

    Related: pythongssapi#228
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a5da8f5 View commit details
    Browse the repository at this point in the history
  3. On FreeBSD, prefer the ports version of krb5 to base

    Base has heimdal-1.1.0 at the time of writing, while ports have
    krb5-1.18.2 and heimdal-7.7.0.
    
    Related: pythongssapi#228
    
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a667468 View commit details
    Browse the repository at this point in the history