[708] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

Re: krb5_build_principal*

jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Tue Apr 30 16:13:54 1991

I've implemented the build_principal things as C code, interfaces are
slightly different due to realms being "special" components of the principal
structure:

krb5_build_principal_va(princ, rlen, realm, ap)
krb5_principal *princ;
int rlen;
const char *realm;
va_list ap;

krb5_build_principal(krb5_principal *princ, int rlen, const char *realm, ...)

krb5_build_principal_ext(krb5_principal *princ, int rlen,
			 const char *realm, ...)

krb5_principal_aref() is a macro; see <krb5/macros.h>

home help back first fref pref prev next nref lref last post