NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50655 CVS commit: src/libexec/httpd



The following reply was made to PR bin/50655; it has been noted by GNATS.

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50655 CVS commit: src/libexec/httpd
Date: Thu, 28 Feb 2019 08:28:22 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Thu Feb 28 08:28:22 UTC 2019
 
 Modified Files:
 	src/libexec/httpd: auth-bozo.c bozohttpd.8 bozohttpd.c bozohttpd.h
 	    dir-index-bozo.c ssl-bozo.c
 
 Log Message:
 add ssl specific timeout value (30s).  if SSL_accept() doesn't
 work with in this timeout value, ssl setup now fails.
 
 mostly different from, but inspired from the patch in PR 50655
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 src/libexec/httpd/auth-bozo.c
 cvs rdiff -u -r1.78 -r1.79 src/libexec/httpd/bozohttpd.8
 cvs rdiff -u -r1.111 -r1.112 src/libexec/httpd/bozohttpd.c
 cvs rdiff -u -r1.58 -r1.59 src/libexec/httpd/bozohttpd.h
 cvs rdiff -u -r1.31 -r1.32 src/libexec/httpd/dir-index-bozo.c
 cvs rdiff -u -r1.25 -r1.26 src/libexec/httpd/ssl-bozo.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index