krb5_fcc_generate_new is non-functional
authorEzra Peisach <epeisach@mit.edu>
Wed, 5 Sep 2007 02:08:58 +0000 (02:08 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 5 Sep 2007 02:08:58 +0000 (02:08 +0000)
commit2d3707714db1013cd8121087d838f7d9bded53fb
tree1a510beff5a3a5114d8b10de9d17cfe404e69b54
parent7868a34cad0e5944f2144f734960ca78e9b4cf8b
krb5_fcc_generate_new is non-functional

File locking was non-existant in this code and fccs chained list was
not used at all. This resulted in an assertion failure when closing the
cache.  Code has been reorganized to parallel the code in krb5_fcc_resolve
for easier maintenence.

Commented out test in t_cc.c has been updated to actually test this code.

ticket:new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19920 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/cc_file.c
src/lib/krb5/ccache/t_cc.c