artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d429e01
)
certs are looked up by hostname, the size of the buffer should use the
author
gilles
<gilles@openbsd.org>
Sat, 19 Apr 2014 16:55:15 +0000
(16:55 +0000)
committer
gilles
<gilles@openbsd.org>
Sat, 19 Apr 2014 16:55:15 +0000
(16:55 +0000)
max hostname len, not max pathname len as before
usr.sbin/smtpd/smtpd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/smtpd.h
b/usr.sbin/smtpd/smtpd.h
index
2a7b962
..
42e7b88
100644
(file)
--- a/
usr.sbin/smtpd/smtpd.h
+++ b/
usr.sbin/smtpd/smtpd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: smtpd.h,v 1.45
4 2014/04/09 18:55:19 eric Exp $
*/
+/* $OpenBSD: smtpd.h,v 1.45
5 2014/04/19 16:55:15 gilles Exp $
*/
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@
-1024,7
+1024,7
@@
enum ca_resp_status {
struct ca_cert_req_msg {
uint64_t reqid;
- char name[SMTPD_MAX
PATH
LEN];
+ char name[SMTPD_MAX
HOSTNAME
LEN];
};
struct ca_cert_resp_msg {