Displaying 2 results from an estimated 2 matches for "init_creds_pw".
2006 Jun 05
2
[PATCH] Pet peave then->than
...if (level > 9) {
krb5_set_error_string(context, "Authorization data nested deeper "
- "then %d levels, stop searching", level);
+ "than %d levels, stop searching", level);
ret = ENOENT; /* XXX */
goto out;
}
Index: source/heimdal/lib/krb5/init_creds_pw.c
===================================================================
--- source/heimdal/lib/krb5/init_creds_pw.c (revision 16046)
+++ source/heimdal/lib/krb5/init_creds_pw.c (working copy)
@@ -1211,7 +1211,7 @@
ctx->pk_nonce = ctx->nonce;
/*
- * Increase counter when we want...
2010 May 02
2
samba4 make error - drsblobs.so
...ng heimdal/lib/krb5/get_host_realm.c
Compiling heimdal/lib/krb5/get_in_tkt.c
Compiling heimdal/lib/krb5/get_in_tkt.c
Compiling heimdal/lib/krb5/get_port.c
Compiling heimdal/lib/krb5/get_port.c
Compiling heimdal/lib/krb5/init_creds.c
Compiling heimdal/lib/krb5/init_creds.c
Compiling heimdal/lib/krb5/init_creds_pw.c
Compiling heimdal/lib/krb5/init_creds_pw.c
Compiling heimdal/lib/krb5/kcm.c
Compiling heimdal/lib/krb5/kcm.c
Compiling heimdal/lib/krb5/keyblock.c
Compiling heimdal/lib/krb5/keyblock.c
Compiling heimdal/lib/krb5/keytab.c
Compiling heimdal/lib/krb5/keytab.c
Compiling heimdal/lib/krb5/keytab_any.c...