Jeffrey Altman
Jeffrey Altman
@greghudson wrote: > I'm not sure if "a handful of other well-known implementations" refers to MIT krb5 here. MIT krb5 can represent timestamps up to 21060207062815Z, as of release 1.16...
Backporting https://github.com/heimdal/heimdal/commit/ebfd48e40a1b61bf5a6b8d00fe5c581e24652b6e to heimdal-7-1-branch is the next step. There is not a clean cherry-pick but I hope to be able to pull the required bits out. Its getting late on...
Proposed fix https://github.com/heimdal/heimdal/pull/683
Switching to the execution of external aklog and unlog is easy. The Heimdal internal DO_AFS logic parses the contents of "TheseCells' in a variety of locations. 'TheseCells' came from Arla...
> I think this is likely to break anything that happens to be compiled against libroken. libroken is a private library to Heimdal and should not be distributed for any...
The symbols that are built in libroken depend entirely upon the configuration options used to build Heimdal and the results of the configure tests. There isn't a stable ABI for...
@brianmay The change in libc that caused the problem is specific to Debian and to the versions of Debian on which closefrom() transitioned from not present to present. As such,...
https://github.com/heimdal/heimdal/releases
> > Sounds like a sensible idea. @nicowilliams? (Sorry I don't have time to work on this right now.) > > See #974 @lhoward replied to #974 indicating that there...
> I've updated my code, so I am fine for this to be merged (assuming it passes tests etc). I rebased and ran checks before merging.