Searched refs:add_cred (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_helpers.h | 32 int add_cred(const char *ifname);
|
H A D | wpa_helpers.c | 269 int add_cred(const char *ifname) in add_cred() function
|
/freebsd/kerberos5/lib/libgssapi_ntlm/ |
H A D | Makefile | 10 add_cred.c \
|
/freebsd/kerberos5/lib/libgssapi_krb5/ |
H A D | Makefile | 14 add_cred.c \
|
/freebsd/lib/libgssapi/ |
H A D | gss_mech_switch.c | 273 SYM(add_cred); in _gss_load_mech()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | Makefile.am | 25 krb5/add_cred.c \ 173 ntlm/add_cred.c \
|
H A D | Makefile.in | 136 krb5/acquire_cred.lo krb5/add_cred.lo \ 197 ntlm/add_cred.lo ntlm/canonicalize_name.lo \ 563 krb5/add_cred.c \ 711 ntlm/add_cred.c \ 915 krb5/add_cred.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp) 1148 ntlm/add_cred.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp) 1315 -rm -f krb5/add_cred.$(OBJEXT) 1316 -rm -f krb5/add_cred.lo 1562 -rm -f ntlm/add_cred.$(OBJEXT) 1563 -rm -f ntlm/add_cred.lo [all …]
|
H A D | ChangeLog | 1481 * add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a 1512 * add_cred.c (gss_add_cred): avoid deadlock 1932 * add_cred.c: If its a MEMORY cc, make a copy. We need to do this 2411 * add_cred.c (gss_add_cred): don't create a new ccache, just open 2457 * add_cred.c: implement gss_add_cred
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 375 > add_cred 390 > add_cred 399 Note: the return value of add_cred is used as the first argument to 406 > add_cred
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_cred.c | 714 add_cred(krb5_context context, krb5_creds const *tkt, krb5_creds ***tgts) in add_cred() function 824 ret = add_cred(context, tgt, ret_tgts); in get_cred_kdc_capath_worker() 1051 ret = add_cred(context, &ticket, ret_tgts); in get_cred_kdc_referral()
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_mech_switch.c | 352 SYM(add_cred); in _gss_load_mech()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog | 305 add_cred() sane, make loop detection in credential fetching
|
H A D | ChangeLog.1998 | 129 * lib/krb5/get_cred.c (add_cred): add termination NULL pointer
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 1861 id = add_cred(ctx->ifname); in set_pps()
|