Searched refs:unparsed (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | t_princ.c | 294 char *unparsed; in test_enterprise() local 306 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 312 if (strcmp(unparsed, "lha\\@su.se@WIN.SU.SE") != 0) in test_enterprise() 314 free(unparsed); in test_enterprise() 325 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 330 if (strcmp(unparsed, "lha\\@su.se\\@WIN.SU.SE@SAMBA.ORG") != 0) in test_enterprise() 331 err(context, 0, "enterprise name failed 2: %s", unparsed); in test_enterprise() 332 free(unparsed); in test_enterprise() 342 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 347 if (strcmp(unparsed, "lha\\@su.se@WIN.SU.SE") != 0) in test_enterprise() [all …]
|
H A D | t_ref_kerb.out | 1 parsed (and unparsed) principal(tytso): 'tytso@ATHENA.MIT.EDU' 2 parsed (and unparsed) principal(tytso@SHAZAAM): MATCH 3 parsed (and unparsed) principal(tytso/root@VEGGIE.COM): MATCH 4 parsed (and unparsed) principal(tytso/tuber/carrot@VEGGIE.COM): MATCH 5 parsed (and unparsed) principal(tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t): 'tytso/a/b/c/d/e/f/… 6 parsed (and unparsed) principal(tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t@FOO): MATCH 7 parsed (and unparsed) principal(tytso\\0/\0@B\n\t\\GAG): MATCH 8 parsed (and unparsed) principal(tytso/\n/\b\t@B\0hacky-test): MATCH 9 parsed (and unparsed) principal(\/slash/\@atsign/octa\/thorpe@\/slash\@at\/sign): MATCH
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_princ.c | 269 char *unparsed; in test_enterprise() local 281 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 287 if (strcmp(unparsed, "lha\\@su.se@WIN.SU.SE") != 0) in test_enterprise() 289 free(unparsed); in test_enterprise() 300 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 305 if (strcmp(unparsed, "lha\\@su.se\\@WIN.SU.SE@SAMBA.ORG") != 0) in test_enterprise() 306 krb5_errx(context, 1, "enterprise name failed 2: %s", unparsed); in test_enterprise() 307 free(unparsed); in test_enterprise() 317 ret = krb5_unparse_name(context, p, &unparsed); in test_enterprise() 322 if (strcmp(unparsed, "lha\\@su.se@WIN.SU.SE") != 0) in test_enterprise() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | tc.bind.c | 231 unsigned char *unparsed; in printkey() local 233 unparsed = unparsestring(in, STRQQ); in printkey() 234 cleanup_push(unparsed, xfree); in printkey() 237 xprintf("%s\t->\t%s\n", unparsed, fp->name); in printkey() 240 cleanup_until(unparsed); in printkey() 445 unsigned char *unparsed; in printkeys() local 456 unparsed = unparsestring(&fb, STRQQ); in printkeys() 457 cleanup_push(unparsed, xfree); in printkeys() 460 xprintf(CGETS(20, 10, "%-15s-> is undefined\n"), unparsed); in printkeys() 461 cleanup_until(unparsed); in printkeys() [all …]
|
H A D | Fixes | 2121 30. History now remembers the exact line, not just an unparsed version of
|
/freebsd/crypto/krb5/src/plugins/kadm5_hook/test/ |
H A D | main.c | 45 char *unparsed = NULL; in log_call() local 47 ret = krb5_unparse_name(context, princ, &unparsed); in log_call() 52 unparsed); in log_call() 53 if (unparsed) in log_call() 54 krb5_free_unparsed_name(context, unparsed); in log_call()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.schema | 44 DESC 'The unparsed Kerberos principal name'
|
/freebsd/contrib/pam-krb5/ |
H A D | NEWS | 321 Close some memory leaks where unparsed Kerberos principal names were
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 1661 def err_type_unparsed : Error<"unparsed tokens following type">;
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 892 ;# @Headers Message headers unparsed but in their original order.
|
/freebsd/crypto/krb5/src/include/krb5/ |
H A D | krb5.hin | 3518 * @param [in,out] size Size of unparsed name 3577 * @param [out] size Size of unparsed name buffer
|
/freebsd/share/dict/ |
H A D | web2 | 220366 unparsed
|