]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add KRB5_PRINCIPAL_PARSE_NO_DEF_REALM flag 1068/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 10 May 2020 16:25:52 +0000 (12:25 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 13 May 2020 17:35:39 +0000 (13:35 -0400)
commit5975ab86bf0ab791282cf1103b8143cccd1034fd
treeddbf93adc2a0979e4a0118b41b2c9b0fb8487b5c
parent183631fbf72351c2d5fc7d60b2d9fc4d09fe7465
Add KRB5_PRINCIPAL_PARSE_NO_DEF_REALM flag

Implement KRB5_PRINCIPAL_PARSE_NO_DEF_REALM from Heimdal.  This flag
for krb5_parse_name_flags() suppresses the addition of the default
realm, but allows and preserves the realm if one is specified in the
string.

ticket: 8904 (new)
src/include/krb5/krb5.hin
src/lib/krb5/krb/parse.c