[STABLE] Small radius.c patch
Bettina Fink
laura at hydrophil.de
Wed Jul 4 10:38:14 UTC 2001
On 3 Jul 2001, Russ Allbery wrote:
> Hm. Yeah, you're right....
>
> I think that the COPY is cleaner, since otherwise one is using the static
> return of cpcatpath, but I guess it isn't actually used for much so it
> doesn't matter at all. When I switched it to concatpath, I added a free.
When I was given the patch, he said "It's obvious", so I didn't
asked any further questions. It's obviously not obvious :-), so
I'll ask him for a more detailed explanation of what he had in
mind ...
Another thing:
Attached is a small SSL patch for nnrpd.c [STABLE]. I've already
checked with Kenichi Okada and he says the patch is correct. It
fixes some client certificate stuff.
Bye,
Bettina
-- Attached file included as plaintext by Listar --
-- File: ssl-patch
-- Desc: ssl-patch
--- nnrpd/nnrpd.c.orig Thu May 3 22:27:32 2001
+++ nnrpd/nnrpd.c Wed Jun 20 01:09:57 2001
@@ -1014,7 +1014,7 @@
if (initialSSL) {
sasl_config_read();
ssl_result=tls_init_serverengine(5, /* depth to verify */
- 1, /* can client auth? */
+ 0, /* can client auth? */
0, /* required client to auth? */
(char *)sasl_config_getstring("tls_ca_file", ""),
(char *)sasl_config_getstring("tls_ca_path", ""),
More information about the inn-patches
mailing list