Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-RT-Original-Encoding: us-ascii Content-Length: 621 Hi, I've stumbled onto a 64-bit cleanliness problem in tf_util.c's versions of tf_get_cred() and tf_save_cred(). The issue date in the credential structure is written to and read from the file as a long. If a 64-bit system can also run 32-bit binaries, the 32-bit library and the 64-bit library (or rather, apps which link against them) won't be able to share the same file. I'm attaching a patch which works on my test system (though now that I think about it some more, the code could as easily read and write the issue_date field in the credentials structure directly instead of using a temporary). Thanks, Nalin