OpenBSD CVS

CVS log for src/usr.sbin/sasyncd/Makefile


[BACK] Up to [local] / src / usr.sbin / sasyncd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 17 06:21:46 2019 UTC (5 years, 4 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, HEAD
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

convert to using $OpenBSD markers

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 3 22:21:47 2017 UTC (6 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
instead of CLEANFILES += y.tab.h

okay millert@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 17 17:11:21 2012 UTC (11 years, 9 months ago) by haesbaert
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.8: +1 -11 lines
Diff to previous 1.8 (colored)

Don't need this anymore, we have it in bsd.own.mk now.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 14 12:11:08 2012 UTC (12 years, 1 month ago) by haesbaert
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.7: +1 -5 lines
Diff to previous 1.7 (colored)

Kill Boehms GC dead.

ok mikeb@
sure deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 14 11:46:09 2012 UTC (12 years, 1 month ago) by haesbaert
Branch: MAIN
Changes since 1.6: +12 -1 lines
Diff to previous 1.6 (colored)

Add CDIAGFLAGS infrastructure.
Fix signed vs unsigned and dup symbol shadow.

ok mikeb@
"looks good" deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 16 17:39:05 2010 UTC (13 years, 11 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Add support to use sasyncd(8) with iked(8) instead of isakmpd(8).  The
new config option "control isakmpd|iked|all|none" in sasyncd.conf(5)
is used to set the mode; the default is to control isakmpd like
before.  When controlling iked, sasyncd connects to the daemon using
the imsg socket and sends imsgs - this is easy because the imsg
framework has been imported into libutil. iked(8) already includes
the important bits to work with sasyncd(8) (the active/passive mode
option in ikectl).

manpage bits ok jsg@
ok jsg@

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 24 02:35:39 2005 UTC (19 years ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

When peers connect, have the master daemon look at in-kernel SAs and feed
these to the new peer. Adds privsep as fetching SADB and SPD kernel data
requires privileges.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 23 19:53:27 2005 UTC (19 years ago) by ho
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

Various logging fixes, handle peer disconnects better.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 22 20:35:48 2005 UTC (19 years ago) by ho
Branch: MAIN
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

No more SSL between peers, instead do shared key AES & SHA

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 3 17:19:26 2005 UTC (19 years, 2 months ago) by ho
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

yacc parser

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 30 18:44:49 2005 UTC (19 years, 2 months ago) by ho
Branch: MAIN

Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.
deraadt@ ok.

This form allows you to request diff's 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.