Searched refs:targetinfo (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Ddelete_sec_context.c49 if (ctx->targetinfo.data != NULL)
50 free(ctx->targetinfo.data);
H A Daccept_sec_context.c165 /* Go over backends and find best match, if not found use empty targetinfo */
186 c->targetinfo.data = d.data;
187 c->targetinfo.length = d.length;
190 /* Send end of seq of targetinfo */
191 c->targetinfo.data = malloc(4);
192 c->targetinfo.length = 4;
193 memcpy(c->targetinfo.data, "\x00\x00\x00\x00", 4);
196 type2.targetinfo = c->targetinfo;
H A Dntlm.h161 struct ntlm_buf targetinfo; member in struct:ntlm_ctx
H A Ddigest.c197 buf.data = ir.targetinfo.data;
198 buf.length = ir.targetinfo.length;
H A Dkdc.c324 type2.targetinfo.data = ti.data;
325 type2.targetinfo.length = ti.length;
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dheimntlm.h136 struct ntlm_buf targetinfo; /**< */ member in struct:ntlm_type2
H A Dtest_ntlm.c91 type2.targetinfo.data = NULL;
92 type2.targetinfo.length = 0;
164 type2.targetinfo.data = "\x00\x00";
165 type2.targetinfo.length = 2;
H A Dntlm.c431 * @param ti targetinfo to be freed
537 * Decodes an NTLM targetinfo message
539 * @param data input data buffer with the encode NTLM targetinfo message
803 heim_ntlm_free_buf(&data->targetinfo);
813 struct sec_buffer targetname, targetinfo; local
839 CHECK(ret_sec_buffer(in, &targetinfo), 0);
847 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0);
875 struct sec_buffer targetname, targetinfo; local
893 targetinfo
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c322 struct ntlm_buf targetinfo, answer; local
351 &targetinfo,
382 ret = validate_targetinfo(context, &targetinfo, ntq->t2targetname, ntq->acceptorUser,
385 kdc_log(context, config, 2, "NTLMv2 targetinfo validation failed");
389 ntp.targetinfo.data = targetinfo.data;
390 ntp.targetinfo.length = targetinfo.length;
498 if (ntp.targetinfo.data)
499 free(ntp.targetinfo
928 struct ntlm_buf targetinfo, answer; local
[all...]
H A Ddigest.c1072 /* XXX fix targetinfo */
1073 ALLOC(r.u.ntlmInitReply.targetinfo);
1074 if (r.u.ntlmInitReply.targetinfo == NULL) {
1083 r.u.ntlmInitReply.targetinfo);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_gssntlm.c352 if (type2.targetinfo.length) {
355 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti);
366 warnx("no targetinfo");
403 &type2.targetinfo,
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdigest.c475 type2.targetinfo.data = zero2;
476 type2.targetinfo.length = 2;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Ddigest.c983 if (ntlm->initReply.targetinfo == NULL) {
989 ntlm->initReply.targetinfo->data,
990 ntlm->initReply.targetinfo->length);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl40 targetinfo 0x00800000
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c2076 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti);

Completed in 155 milliseconds