Bug fixes in ccache/file for the PC: files need to be opened in binary mode,
authorKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 05:12:02 +0000 (05:12 +0000)
committerKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 05:12:02 +0000 (05:12 +0000)
commit323be20b1464912ee495a6f17417611c364252fc
tree16bbf668a3647983872027efbc2ad17fbaa1cc61
parentaa1a6511bff4b78de6f61972fe08318ec8878179
Bug fixes in ccache/file for the PC: files need to be opened in binary mode,
unitialized variable and changed some clever code that depends upon 32 bit
integers. Also, added hooks, ala k4, that notify the world when the cache changes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5184 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/file/ChangeLog
src/lib/krb5/ccache/file/fcc_destry.c
src/lib/krb5/ccache/file/fcc_gennew.c
src/lib/krb5/ccache/file/fcc_init.c
src/lib/krb5/ccache/file/fcc_maybe.c
src/lib/krb5/ccache/file/fcc_ops.c
src/lib/krb5/ccache/file/fcc_read.c
src/lib/krb5/ccache/file/fcc_store.c