New krb5_parse_name_flags_realm supports explicit default realm.

Set the realm argument to NULL to get the usual default realm.

The krb5_parse_name_flags() function is now a wrapper around
krb5_parse_name_flags_realm().
This commit is contained in:
Viktor Dukhovni
2013-05-15 19:39:38 -04:00
committed by Viktor Dukhovni
parent 01fff2ca9c
commit a2127d091d
3 changed files with 33 additions and 1 deletions

View File

@@ -472,6 +472,7 @@ HEIMDAL_KRB5_2.0 {
krb5_parse_address;
krb5_parse_name;
krb5_parse_name_flags;
krb5_parse_name_flags_realm;
krb5_parse_nametype;
krb5_passwd_result_to_string;
krb5_password_key_proc;