The NetBSD Project

CVS log for src/usr.sbin/syslogd/tls.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.sbin / syslogd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 8 01:05:10 2022 UTC (2 years, 1 month ago) by uwe
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
tls.c: wrap debug-only data in #ifndef NDEBUG

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 15 20:37:51 2022 UTC (2 years, 6 months ago) by andvar
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
s/wich/which in comments.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Nov 27 22:30:26 2021 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
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]

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Sep 16 22:19:12 2021 UTC (3 years, 2 months ago) by andvar
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
fix typos in word "successful".

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:06:06 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +18 -3 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Fri Nov 1 09:32:21 2019 UTC (5 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +18 -3 lines
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@

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Oct 24 08:21:18 2019 UTC (5 years, 1 month ago) by hannken
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +18 -3 lines
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@

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 8 17:45:29 2018 UTC (6 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base
Branch point for: phil-wifi, netbsd-9
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -5 lines
include dh.h in the right spot.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 6 22:04:22 2018 UTC (6 years, 10 months ago) by maya
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Correct misleading indentation.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 6 21:36:46 2018 UTC (6 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +30 -16 lines
Adjust to OpenSSL-1.1

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:58:09 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +3 -2 lines
Sync with HEAD

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 10 21:05:42 2017 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
need <sys/stat.h>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 3 05:34:21 2016 UTC (8 years, 10 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
PR/50751: David Binderman: check bounds before dereferencing.

Revision 1.8.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:43:10 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.8.2.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.2: +3 -2 lines
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")

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:29:06 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +3 -2 lines
resync from head

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 13 07:11:11 2013 UTC (11 years, 6 months ago) by msaitoh
Branches: netbsd-6
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -2 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 27 23:15:51 2013 UTC (11 years, 6 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
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.

Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:53 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.1: +3 -3 lines
sync with head

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 6 00:33:45 2012 UTC (12 years, 6 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
WARNS=4

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:09:53 2012 UTC (12 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -8 lines
sync with head

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 13 07:40:24 2012 UTC (12 years, 10 months ago) by spz
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: netbsd-6
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -8 lines
fix resource leaks and NULL uses found by Coverity scan.
Releng-ok by riz

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 7 10:50:01 2011 UTC (13 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
Simplify.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 1 12:28:53 2011 UTC (13 years, 4 months ago) by mbalmer
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 24 13:26:41 2011 UTC (13 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Properly use format strings

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 13 17:52:12 2010 UTC (14 years, 7 months ago) by tnozaki
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
cast isblank(3)'s argument to unsigned char.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 18 10:35:26 2009 UTC (15 years, 10 months ago) by lukem
Branches: MAIN
CVS tags: matt-premerge-20091211, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
fix -Wsign-compare issues

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 7 07:36:38 2008 UTC (16 years, 1 month ago) by minskim
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +70 -70 lines
Remove trailing whitespace.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 3 15:08:16 2008 UTC (16 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
no point in using int_fast16_t here.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 31 16:12:19 2008 UTC (16 years, 1 month ago) by christos
Branches: MAIN
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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>