Home | History | Annotate | Download | only in syslogd
History log of /src/usr.sbin/syslogd/sign.c
RevisionDateAuthorComments
 1.9  08-Nov-2022  uwe sign.c: mark a variable used only in asserts as __diagused
 1.8  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.7  06-Feb-2018  christos Adjust to OpenSSL-1.1
 1.6  10-Feb-2015  christos - always set *to_buf to a timestamp, even if there was none reported/parseable
(Frank Kardel).
- merge the timestamp copying code to one place.
- factor out the debugging printf function.
 1.5  06-Jun-2012  christos WARNS=4
 1.4  13-Feb-2012  spz fix resource leaks and NULL uses found by Coverity scan.
Releng-ok by riz
 1.3  18-Jan-2009  lukem branches: 1.3.8;
fix -Wsign-compare issues
 1.2  07-Nov-2008  minskim Remove trailing whitespace.
 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.3.8.2  30-Oct-2012  yamt sync with head
 1.3.8.1  17-Apr-2012  yamt sync with head

RSS XML Feed