Windows Build of Kerberos V5 Release 1.19.1
Wagner Thomas 6220 sIT <[email protected]> Mon, 26 Apr 2021 11:03:43 +0200
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <VI1PR10MB35341F1CBD8B92C26941109C95429@VI1PR10MB3534.EURPRD10.PROD.OUTLOOK.COM> |
Dear developer team, We tried to build a windows version of 1.19.1 and raised an C-runtime exception decoding a kerberos ticket. We think that we found following issue: .\krb5-1.19.1\src\lib\krb5\rcache\rc_defl.c line 70: *fd_out = open(O_CREAT | O_RDWR | O_BINARY, 0600); The filename is missing as parameter one. *fd_out = open(fname, O_CREAT | O_RDWR | O_BINARY, 0600); Please have a look on this. Best regards Thomas Wagner _______________________________________________ krbdev mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krbdev