Darren Tucker

Results 44 comments of Darren Tucker

> Hmm, what are those failures on Ubuntu 22.04? I replace the deprecated 18.04 builders with 22.04, but 22.04 made a change to the home directory permissions which tripped up...

> I can't see the error log, unfortunately. If I'm reading https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs correctly you should be able to see the logs for the public repo as long as you're logged...

> @Jojo-Schmitz Found a problem with the build that came up. The `-fPIC` option is not supported on this platform. The platform default is PIC, so there is no option...

> I think handling changes to `Makefile.in` with `PICFLAG` and any extension handling should be in a different pull request. All the context is here, I'd just make it a...

> What's wrong here is that configure sets these to 1, but the declaration in header files is incompatible with what is in the body of code above, and there...

"This branch is 12 commits ahead, 18 commits behind openssh:master." The last upstream commit it has is b30698662b from 11 Feb, almost a month ago. It doesn't, for example, have...

> What happened was that I rebased on top of `8.9` [...] which is what I thought was what was expected in the PR. Changes always go in to Portable...

> I tried -Dconst and it blew up On most compilers that'll define it as "1". You need to define it to the null string. For comparison, "CFLAGS=-Dconst= ./configure" builds...

Why is ensuring a minimum time a problem? I'd expect if something set pam_fail_delay the code in sshd just wouldn't do anything since the minimum time should have already passed.

I added a comment to the bugzilla bug with more detail, but I was not able to reproduce the problem built against the OpenSSL 3.0.0 dev branch head. I also...