port 9 patches to 9k, add freecertchain function, read certificates as cert chain in smtpd and pop3#23
Open
hahahahacker2009 wants to merge 445 commits into
Open
port 9 patches to 9k, add freecertchain function, read certificates as cert chain in smtpd and pop3#23hahahahacker2009 wants to merge 445 commits into
hahahahacker2009 wants to merge 445 commits into
Conversation
…thanks Geoff Collyer)
…thanks Geoff Collyer)
…thanks Charles Forsyth)
…s Erik Quanstrom)
From: cinap_lenrek <[email protected]> Date: Sat, 25 Sep 2021 20:35:04 +0000 Subject: [PATCH] devtls: fix bwrite memory leak when channel stops being open tlsbwrite() would call checkstate() before calling tlsrecwrite() to make sure the channel is open. however, because checkstate() only raises the error, the Block* passed wont be freed and would result in a memory leak. move the checkstate() call inside tlsrecwrite() to reuse the error handling that frees the block on error.
commit a4c1f3cc18df6fddd548f4df9f209695c4eb7263 Author: cinap_lenrek <[email protected]> Date: Tue Nov 9 01:46:13 2021 +0000 devtls: reject zero length records (thanks sigrid) zero length record causes ensure() todo nothing, while qgrab() assumes there is at least one buffer in the queue and would dereference the nil buffer.
Author
Closed
e456fe6 to
b7952ae
Compare
All programs (except cpu which is only used on Plan 9) should send a certificate chain so clients will not warns about self-signed certificates.
b7952ae to
bfc0955
Compare
Owner
|
Thanks. I've reviewing your changes to be merged into 9legacy. |
Author
|
I've just applied the pc-x86watchdog-ilock patch for every kernel. Just copy and paste, I'm not sure if they actually work or needed in those kernels :D |
Author
|
In /usr/glenda/lib/profile there is a line:
It should be added to /sys/lib/newuser too. I will do it tomorrow. |
24eb64c to
85e2f56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and some misc changes that everyone wants too