josuah

Results 169 comments of josuah

This is how openssl(1) checks for name clash: ``` static int index_name_qual(char **a) { return (a[0][0] == 'V'); } ``` https://github.com/openssl/openssl/blob/master/apps/lib/apps.c#L1418-L1421 And it seems that, like @TinCanTech said, it is...

My bad, I just noticed #680, which will most likely fix this one.

Improving the tooling of qmail by importing what everybody wanted onto notqmail source... I feel it fits this goal from the wiki: > Following consensus, merging the best aspects into...

Should UTF-8 support everywhere really be an option? It is backward compatible with ASCII from the very byte level, so also being able to read UTF-8 might not break anyone's...

Thank you @mbhangui for bringing this starting point, that puts on the table everything to do.

On the build below, you see the "Patch Compatibility" at work on the 6th line. I will try rebasing some patches in the meantime.

My, my! It IS a Github action. `.github/workflows/patch.yml` (title edited). I first tried as a Cirrus build, not sure why, I'm new to CI.

Back to it after a long while. I am adding some cleanup and adding a https://github.com/notqmail/brokemaster/ repo...

That looks like running to completion. We are good now, ready for review. Let's see how it turns out in practice? For now, the build is required, I can try...

I felt that converting `_noreturn_` to `noreturn`, would go the same direction as converting `str_len` to `strlen`.