The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=19a913c4ed9df1b220dfedfe02ee4d8d90cbccce
commit 19a913c4ed9df1b220dfedfe02ee4d8d90cbccce Author: Cy Schubert <[email protected]> AuthorDate: 2026-01-27 15:47:36 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2026-01-27 15:52:04 +0000 CODEOWNERS: Add myself to Heimdal and MIT KRB5 --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ad6262c3380b..d602cd25ad86 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -48,10 +48,14 @@ /contrib/one-true-awk/ @bsdimp /contrib/openpam/lib/libpam/ @dag-erling /contrib/pjdfstest @ngie-eign @asomers +/crypto/heimdal @cschuber +/crypto/krb5 @cschuber /crypto/openssh @dag-erling @emaste /crypto/openssl/ @juikim /etc/mail @gshapiro /etc/sendmail @gshapiro +/kerberos5 @cschuber +/krb5 @cschuber /lib/libblocklist @jlduran /lib/libc/string/ @fuz /lib/libc/*/string/ @fuz
