OpenBSD CVS

CVS log for src/sbin/isakmpd/dnssec.c


[BACK] Up to [local] / src / sbin / isakmpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Sat Oct 9 18:43:50 2021 UTC (2 years, 7 months ago) by deraadt
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, HEAD
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (colored)

delete unneccessary arpa/nameser.h includes
ok millert

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 15 09:54:48 2018 UTC (6 years, 4 months ago) by mpi
Branch: MAIN
CVS Tags: 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, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Spacing, no object change.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 4 14:21:00 2018 UTC (6 years, 4 months ago) by mpi
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

space -> tab

No object change.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Aug 20 22:02:21 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

<stdlib.h> is included, so do not need to cast result from
malloc, calloc, realloc*
ok krw millert

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 16 06:39:58 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 8 22:32:09 2005 UTC (19 years, 1 month ago) by cloder
Branch: MAIN
CVS Tags: 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, OPENBSD_5_2_BASE, OPENBSD_5_2, 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, 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.22: +1 -3 lines
Diff to previous 1.22 (colored)

Make deterministic randomness (only ever used for testing) a compile-time
option.  Reduces chances of somehow setting regrand when it's not supposed
to be set.  Remove "-r" option from man page.  Also xref certpatch(8) while
we are in there.  And remove some include sysdep.h where it is no longer
needed.
OK hshoexer

Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 4 19:31:11 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

spacing; ok cloder

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 27 13:12:12 2005 UTC (19 years, 3 months ago) by hshoexer
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

where possible, use bzero instead of memset

ok cloder henning

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 14 09:55:41 2004 UTC (19 years, 11 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.19: +8 -5 lines
Diff to previous 1.19 (colored)

KNF, style, 80c, etc. hshoexer@ ok

Revision 1.19 / (download) - annotate - [select for diffs], Fri May 14 08:42:56 2004 UTC (20 years ago) by hshoexer
Branch: MAIN
Changes since 1.18: +24 -19 lines
Diff to previous 1.18 (colored)

Some more KNF, no binary change.

ok ho@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 15 18:39:25 2004 UTC (20 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.17: +204 -234 lines
Diff to previous 1.17 (colored)

partial move to KNF.  More to come.  This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process.  ok ho hshoexer

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 6 16:12:07 2003 UTC (20 years, 7 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Style nits.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 3 14:28:16 2003 UTC (21 years ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 3 12:51:38 2003 UTC (21 years ago) by ho
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 (colored)

Cleanup. Use 'sizeof variable' instead of magic constants.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 10 18:08:58 2002 UTC (21 years, 11 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.13: +7 -7 lines
Diff to previous 1.13 (colored)

The dlopen() stuff goes away.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:06 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.12: +11 -11 lines
Diff to previous 1.12 (colored)

rm trailing whitespace

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 3 16:27:41 2002 UTC (22 years, 5 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)

str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 23 14:17:08 2001 UTC (22 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

recieve -> receive

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 22 13:30:33 2001 UTC (22 years, 9 months ago) by ho
Branch: MAIN
Changes since 1.9: +34 -7 lines
Diff to previous 1.9 (colored)

USER_FQDN ID support, untested.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 17 10:35:51 2001 UTC (22 years, 9 months ago) by ho
Branch: MAIN
Changes since 1.8: +42 -49 lines
Diff to previous 1.8 (colored)

Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 16 07:04:28 2001 UTC (22 years, 9 months ago) by jakob
Branch: MAIN
Changes since 1.7: +19 -15 lines
Diff to previous 1.7 (colored)

add support for getrrsetbyname(3) from libc. ok ho@.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 1 06:03:34 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove inaccurate "Assumes IPv4" comments.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 29 18:52:16 2001 UTC (22 years, 11 months ago) by ho
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Change get_src/get_dst API as we get the length with sa_len.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 29 03:39:04 2001 UTC (22 years, 11 months ago) by ho
Branch: MAIN
Changes since 1.4: +32 -7 lines
Diff to previous 1.4 (colored)

Don't assume IPv4. Initial IPv6 support.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 27 03:31:40 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Consistently use "IPsec" capitalization (jsyn@nthought.com)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 27 15:39:54 2001 UTC (23 years, 4 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.2: +32 -33 lines
Diff to previous 1.2 (colored)

Call OpenSSL functions with LC (). Various style nits.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 27 12:03:32 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

(c) 2001

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 26 21:49:36 2001 UTC (23 years, 4 months ago) by ho
Branch: MAIN

Preliminary but working code to permit IKE authentication using DNSSEC
validated KEY records. Uses lwresd from the bind-9.1.0 port.
Enable by adding 'dnssec' to FEATURES.

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.