Lines Matching +full:pam +full:- +full:krb5
2 * Internal prototypes and structures for pam-krb5.
4 * Copyright 2005-2009, 2014, 2020 Russ Allbery <eagle@eyrie.org>
8 * Copyright 1999-2000 Frank Cusack <fcusack@fcusack.com>
10 * SPDX-License-Identifier: BSD-3-clause or GPL-1+
17 #include <portable/krb5.h>
19 #include <portable/pam.h>
34 * across calls to the public entry points. This context is stored in the PAM
51 * The global structure holding our arguments, both from krb5.conf and from
52 * the PAM configuration. Filled in by pamk5_init and stored in the pam_args
76 /* PAM behavior. */
118 /* Parse the PAM flags, arguments, and krb5.conf and fill out pam_args. */
125 * The underlying functions between several of the major PAM interfaces.
174 * Function specifically for getting a password. Takes a prefix (if non-NULL,
175 * args->banner will also be prepended) and a pointer into which to store the
210 * called from pamk5_authorized. It returns a PAM status code.