pull up r19920 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 12 Sep 2007 21:30:33 +0000 (21:30 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Sep 2007 21:30:33 +0000 (21:30 +0000)
commitbc301aadc2d74c1874c9ede00087b73584898107
treeff779b7a8f48e7b6c792aff0bb3a60afda2b03ff
parent8b39ca69def5da56e6e1f080657018642d834aba
pull up r19920 from trunk

 r19920@cathode-dark-space:  epeisach | 2007-09-04 22:08:58 -0400
 ticket:new
 subject: 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: 5708
version_fixed: 1.6.3

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