Jeffrey Altman
Jeffrey Altman
Cross-compiling Heimdal does not work. Its unclear when it worked last. The challenge is that Heimdal builds and executes many in-tree binaries which depend on in-tree libraries in order to...
In your build is HAVE_GCD defined? If so, does it make a difference if ` if (c->flags & (WAITING_READ|WAITING_WRITE)) return 0;` is moved after the HAVE_GCD block?
@filipnavara, The Heimdal implementation of GSS-NTLM has been subject to any protocol related commits since 2007. All of the 113 commits since the last protocol commit have been either to...
Thank you for the explanation. As long as the code is present in the repository its worth filing the bugs to document the problems even if they are never fixed....
@filipnavara, Does the Apple GSS-NTLM implementation pass the .NET unit tests?
The right place for these conditionals would be in lib/roken/roken.h.in unless there is some reason not to.
The underlying problem here is that hdb_err.et is part of lib/hdb which has dependencies on successfully building lib/krb5 first. I argue that hdb_err.et should be built as part of lib/krb5...
@greghudson what is your opinion on this proposal? If MIT agrees I would take the change a step further and on the left hand side convert "_", "-" and "."...
@greghudson I believe the precedent is gmail e-mail addresses which discard punctuation. I believe the critical concern here is how to address the fact that in the past MIT and...
The correct define for Windows is `_WIN32` but the correct fix for this is to include the header file in roken.h.in that defines `EAFNOSUPPORT` and `EWOULDBLOCK`.