[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Fri Jul 16 18:58:40 UTC 2021


New commits:
commit fbf66f6cb5ba4aefead935239450262421fd812e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jul 16 14:02:02 2021 -0400

    pam: update code
    
    Eliminate another md->v1_st reference in IKEv2 code.
    
    - replace #define AUTH_HAVE_PAM with #define USE_PAM_AUTH
    - wrap #include "pam_auth.h" in #ifdef USE_PAM_AUTH
    - taint "pam_auth.h" - error when included and not USE_PAM_AUTH
    - name everything pam_auth_*()
    - change fork callback to return stf_status; and pass that on to
      complete_v*_state_transition() making it IKEv2 friendly
      (still much duplication between thread and fork callbacks, sigh)
    - drop make variable USE_XAUTHPAM - 4.4 has been released



More information about the Swan-commit mailing list