Home
last modified time | relevance | path

Searched refs:capath (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtransited.c407 _krb5_free_capath(krb5_context context, char **capath) in _krb5_free_capath() argument
411 for (s = capath; s && *s; ++s) in _krb5_free_capath()
413 free(capath); in _krb5_free_capath()
522 char **capath; in _krb5_find_capath() local
557 capath = calloc(n + 1, sizeof(*capath)); in _krb5_find_capath()
558 if (capath == NULL) { in _krb5_find_capath()
564 if ((capath[i++] = strdup(*rp)) == NULL) { in _krb5_find_capath()
565 _krb5_free_capath(context, capath); in _krb5_find_capath()
571 capath[i] = NULL; in _krb5_find_capath()
572 *rpath = capath; in _krb5_find_capath()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1587 char **capath = NULL; in tgs_build_reply() local
1738 if (capath == NULL) { in tgs_build_reply()
1741 req_rlm, TRUE, &capath, &num_capath); in tgs_build_reply()
1747 new_rlm = num_capath > 0 ? capath[--num_capath] : NULL; in tgs_build_reply()
2459 _krb5_free_capath(context, capath); in tgs_build_reply()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d977 capath = 10_097, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d970 capath = 10_097, enumerator
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS244 of issued tickets. This may, in some cases, enable bypass of capath
289 - Hierarchical capath support
551 [HEIMDAL-17] - Remove support for depricated [libdefaults]capath
H A DChangeLog442 for [libdefaults]capath (not [libdefaults] capaths though).
H A DChangeLog.20011065 for realms document capath better
1071 [libdefaults]capath for better hint of realm to send request to.
H A DChangeLog.2003275 * lib/krb5/get_cred.c: get capath info from [capaths] section