get_in_tkt.c (make_preauth_list): Correctly null-terminate the
authorTheodore Tso <tytso@mit.edu>
Thu, 26 Sep 1996 22:54:45 +0000 (22:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 26 Sep 1996 22:54:45 +0000 (22:54 +0000)
commit777053b025b8e13d8b102ae7c8894111bf094671
treec84272ceaedbeec1f4a51f244368ef1286e861fd
parent4d650fed0d764dd9b9feef8ba59a43a17f84eb56
get_in_tkt.c (make_preauth_list): Correctly null-terminate the
preauth list generated by make_preauth_list.

unparse.c (krb5_unparse_name_ext): Make unparse correctly handle all
cases where a principal contains a nulls, backspace, newlines, or
tabs.

t_kerb.c (test_parse_principal): Add test for checking krb5_parse_principal()

parse.c (krb5_parse_name): Set all of the magic field values.

Makefile.in, t_ref_kerb.out: Added new tests to test krb5_parse() and
krb5_unparse().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9126 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/parse.c
src/lib/krb5/krb/t_kerb.c
src/lib/krb5/krb/t_ref_kerb.out
src/lib/krb5/krb/unparse.c