Home
last modified time | relevance | path

Searched refs:gss (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A DMakefile.am7 SCRIPT_TESTS = check-basic check-gss check-gssmask check-context check-spnego check-ntlm
20 check-gss: check-gss.in Makefile
21 $(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp && \
22 chmod +x check-gss.tmp && \
23 mv check-gss.tmp check-gss
66 check-gss.tmp \
75 check-gss.in \
H A DMakefile.in97 subdir = tests/gss
647 SCRIPT_TESTS = check-basic check-gss check-gssmask check-context check-spnego check-ntlm
668 check-gss.tmp \
677 check-gss.in \
700 $(AUTOMAKE) --foreign tests/gss/Makefile
880 check-gss.log: check-gss
1298 check-gss: check-gss.in Makefile
1299 $(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp && \
1300 chmod +x check-gss.tmp && \
1301 mv check-gss.tmp check-gss
H A DNTMakefile32 RELDIR=tests\gss
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/
H A DChangeLog37 * gss/check-context.in: Test gsskrb5_register_acceptor_identity.
45 * gss/check-context.in: Does not work yet error case.
49 * gss/check-context.in: Test unreadable/non existant keytab and
70 * gss/check-ntlm.in: test kdigest digest-probe command.
74 * gss/check-basic.in: Test GSS_C_NO_NAME too.
216 * gss/check-context.in: disable dns canon on test, break on some
296 * gss/check-basic.in: test using test_kcred
298 * gss/check-ntlm.in: One more test.
323 * gss/Makefile.am: Add check-ntlm.
325 * gss/check-ntlm.in: test ntlm client credentials code.
[all …]
H A DMakefile.am5 SUBDIRS = bin db gss ldap can java kdc subdir
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.gssapi1 The gss-api authentication mechanism implementation for racoon was
2 based on the ietf draft draft-ietf-ipsec-isakmp-gss-auth-06.txt.
4 The implementation uses the Heimdal gss-api library, i.e. gss-api
5 on top of Kerberos 5. The Heimdal gss-api library had to be modified
6 to meet the requirements of using gss-api in a daemon. More specifically,
19 The modification to the Heimdal gss-api library implements the
24 it in a memory-based credential cache, part of the gss credential
55 * The gss-api specific code was concentrated as much as possible
89 required standard for gss-api + kerberos 5 (i.e. I am fairly certain
90 that such a string will be rejected by the Heimdal gss-api library, as it
[all …]
/netbsd-src/crypto/external/bsd/openssh/libexec/sshd-session/
H A DMakefile43 SRCS+= gss-genr.c auth2-gss.c gss-serv.c gss-serv-krb5.c
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A DMakefile.am281 gss-commands.h gss-commands.c
326 nodist_gsstool_SOURCES = gss-commands.c gss-commands.h
334 gss-commands.c gss-commands.h: gss-commands.in
335 $(SLC) $(srcdir)/gss-commands.in
337 $(gsstool_OBJECTS): gss-commands.h
356 gss-commands.in
H A DNTMakefile526 prep:: mkdirs-gss
528 mkdirs-gss:
554 $(BINDIR)\gsstool.exe: $(OBJ)\gsstool.obj $(OBJ)\gss-commands.obj $(LIBGSSAPI) $(LIBROKEN) $(LIBSL)…
558 $(OBJ)\gss-commands.c $(OBJ)\gss-commands.h: gss-commands.in
560 $(CP) $(SRCDIR)\gss-commands.in gss-commands.in
561 $(BINDIR)\slc.exe gss-commands.in
H A DChangeLog110 * test_ntlm.c: Test source name (and make the acceptor in ntlm gss
300 * Makefile.am: Drop the gss oid_set function for the krb5 mech,
304 * krb5: Use gss oid_set functions from mechglue
567 * mech/context.c: Glue to catch the error from the lower gss-api
571 * gss.c: Detect NTLM.
630 * test_context.c: request INT and CONF from the gss layer, test
737 * Makefile.am: Add ntlm gss-api module.
788 in the inital message, it might be a complete gss-api context, in
1109 * gss.c: #if 0 out unused code.
1184 * gss.c (help): use sl_slc_help().
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dgssapi.c315 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_itoken()
365 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_rtoken()
440 gsstoken = &gps->gss[gps->gsscnt - 1]; in gssapi_get_token_to_send()
464 len += gps->gss[i].length; in gssapi_get_itokens()
471 memcpy(p, gps->gss[i].value, gps->gss[i].length); in gssapi_get_itokens()
472 p += gps->gss[i].length; in gssapi_get_itokens()
H A Dgssapi.h52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/packages/windows/installer/
H A DNTMakefile109 $(GSSMODULE): $(OBJ)\heimdal-gss.wixobj
273 !if exist(thirdparty\installer\heimdal-gss.wxs)
274 GSS_WXS=thirdparty\installer\heimdal-gss.wxs
276 GSS_WXS=heimdal-gss.wxs
279 $(OBJ)\heimdal-gss.wixobj: $(GSS_WXS)
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi84 gss | |
262 gss | [] |
440 gss | |
618 gss | [] [] [] |
796 gss | [] | 5
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/
H A DNTMakefile64 all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools gss-tools
78 gss-tools:
/netbsd-src/external/bsd/blocklist/diff/
H A Dssh.diff69 #include "ssh-gss.h"
102 #include "ssh-gss.h"
/netbsd-src/crypto/external/bsd/heimdal/bin/gsstool/
H A DMakefile12 HEIMSRCS= gsstool.c gss-commands.in
/netbsd-src/crypto/external/bsd/openssh/bin/ssh/
H A DMakefile21 SRCS += gss-genr.c
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dversion-script.m49 global: gss*;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-walk.cc546 enum gimple_statement_structure_enum gss; in walk_gimple_op() local
547 gss = gimple_statement_structure (stmt); in walk_gimple_op()
548 if (gss == GSS_WITH_OPS || gss == GSS_WITH_MEM_OPS) in walk_gimple_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-walk.c522 enum gimple_statement_structure_enum gss; in walk_gimple_op() local
523 gss = gimple_statement_structure (stmt); in walk_gimple_op()
524 if (gss == GSS_WITH_OPS || gss == GSS_WITH_MEM_OPS) in walk_gimple_op()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dgkrb5_err.et2 # extended gss krb5 error messages
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A DREADME.gssacl14 by dynacl/gss/<attribute>.[.{base,regex,expand}]=<valpat> {<level>|<priv(s)>}
/netbsd-src/external/bsd/flex/dist/
H A DABOUT-NLS270 gss | |
454 gss | [] |
638 gss | [] [] [] [] |
822 gss | |
1006 gss | [] [] [] |
1190 gss | [] [] [] | 11
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/
H A DABOUT-NLS268 gss | |
444 gss | [] |
620 gss | |
796 gss | [] [] [] |
972 gss | [] | 5

12