Home | History | Annotate | Download | only in syslogd
History log of /src/usr.sbin/syslogd/tls.c
RevisionDateAuthorComments
 1.21  08-Nov-2022  uwe tls.c: wrap debug-only data in #ifndef NDEBUG
 1.20  15-May-2022  andvar s/wich/which in comments.
 1.19  27-Nov-2021  rillig usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it

Since 2021-01-31, lint no longer requires a CONSTCOND comment in a
do-while-0 statement since this is a common code pattern, especially in
statement-like macros.

sed -i -E 's,} while \(/\* ?CONSTCOND ?\*/ ?0\),} while (0),' */*.[ch]
 1.18  16-Sep-2021  andvar fix typos in word "successful".
 1.17  24-Oct-2019  hannken With TLSv1.3 a client has to receive and process metadata.

Update dispatch_tls_eof() to check for metadata and
rearm on success.

Ok: christos@
 1.16  08-Feb-2018  christos branches: 1.16.4; 1.16.6;
include dh.h in the right spot.
 1.15  06-Feb-2018  maya Correct misleading indentation.
 1.14  06-Feb-2018  christos Adjust to OpenSSL-1.1
 1.13  10-Jan-2017  christos need <sys/stat.h>
 1.12  03-Feb-2016  christos branches: 1.12.2;
PR/50751: David Binderman: check bounds before dereferencing.
 1.11  27-May-2013  christos PR/47861: Fredrik Pettai: keep track of the address family for each socket
opened and don't send the a message to the wrong family type.
 1.10  06-Jun-2012  christos branches: 1.10.2;
WARNS=4
 1.9  13-Feb-2012  spz branches: 1.9.2;
fix resource leaks and NULL uses found by Coverity scan.
Releng-ok by riz
 1.8  07-Oct-2011  joerg branches: 1.8.2;
Simplify.
 1.7  01-Aug-2011  mbalmer According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
 1.6  24-May-2011  joerg Properly use format strings
 1.5  13-May-2010  tnozaki cast isblank(3)'s argument to unsigned char.
 1.4  18-Jan-2009  lukem fix -Wsign-compare issues
 1.3  07-Nov-2008  minskim Remove trailing whitespace.
 1.2  03-Nov-2008  christos no point in using int_fast16_t here.
 1.1  31-Oct-2008  christos Import syslogd SoC project by Martin Schuette:
- new syslog protocol api syslogp(3) that supports structured data
and draft-rfc timestamps
- reliable tcp connections with queueing
- encrypted connections
 1.8.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.2.2  30-Oct-2012  yamt sync with head
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.9.2.1  13-Jun-2013  msaitoh Pull up following revision(s) (requested by pettai in ticket #897):
usr.sbin/syslogd/tls.c: revision 1.11
usr.sbin/syslogd/syslogd.h: revision 1.4
usr.sbin/syslogd/syslogd.c: revision 1.115
PR/47861: Fredrik Pettai: keep track of the address family for each socket
opened and don't send the a message to the wrong family type.
 1.10.2.1  23-Jun-2013  tls resync from head
 1.12.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.16.6.1  01-Nov-2019  martin Pull up following revision(s) (requested by hannken in ticket #386):

usr.sbin/syslogd/tls.c: revision 1.17

With TLSv1.3 a client has to receive and process metadata.

Update dispatch_tls_eof() to check for metadata and
rearm on success.

Ok: christos@
 1.16.4.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed