Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. [InterNetNews/inn] f5ac63: IsValidMessageID()
self-initializes what it needs (Julien ?LIE)
2. [InterNetNews/inn] 7bf39c: Check the syntax of the domain
parameter (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sat, 18 Feb 2023 12:50:18 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] f5ac63: IsValidMessageID()
self-initializes what it needs
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: f5ac633d6cd05ac82429beddd30abf7dcb56965a
https://github.com/InterNetNews/inn/commit/f5ac633d6cd05ac82429beddd30abf7dcb56965a
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M control/gencancel.c
M include/inn/libinn.h
M innd/art.c
M lib/messageid.c
M nnrpd/nnrpd.c
M tests/lib/messageid-t.c
Log Message:
-----------
IsValidMessageID() self-initializes what it needs
No longer call InitializeMessageIDcclass() before any use of
IsValidMessageID(). Let the function handle it itself.
------------------------------
Message: 2
Date: Sat, 18 Feb 2023 12:55:12 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 7bf39c: Check the syntax of the domain
parameter
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 7bf39c5b8c3dc73f450811a2902b8cd2e695f24c
https://github.com/InterNetNews/inn/commit/7bf39c5b8c3dc73f450811a2902b8cd2e695f24c
Author: Julien ?LIE <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M doc/pod/news.pod
M include/inn/libinn.h
M lib/innconf.c
M lib/messageid.c
M nnrpd/perm.c
M tests/lib/messageid-t.c
Log Message:
-----------
Check the syntax of the domain parameter
If domain (manually set, or the FQDN) has invalid characters in
inn.conf or readers.conf, just abort with a fatal error. It is a basic
configuration error and we do not want to generate invalid Message-IDs.
Add a new IsValidDomain() function to validate the right-hand part of
a Message-ID. Call it to validate the FQDN when domain is unset, and
the domain when set.
close #242
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 148, Issue 5
**********************************************