OpenBSD CVS

CVS log for src/usr.sbin/bind/Attic/config.h.in


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Wed Jan 22 13:02:09 2020 UTC (4 years, 4 months ago) by florian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

config.h and platform.h are unused now

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 22 12:57:21 2020 UTC (4 years, 4 months ago) by florian
Branch: MAIN
Changes since 1.16: +1 -4 lines
Diff to previous 1.16 (colored)

get rid if ISC_{UN,}LIKELY it's in the way and not useful.
OK millert

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 22 12:56:14 2020 UTC (4 years, 4 months ago) by florian
Branch: MAIN
Changes since 1.15: +1 -9 lines
Diff to previous 1.15 (colored)

Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as
socklen_t.
OK millert

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 22 08:14:10 2020 UTC (4 years, 4 months ago) by florian
Branch: MAIN
Changes since 1.14: +1 -456 lines
Diff to previous 1.14 (colored)

remove defines from config.h.in that are no longer checked in the code
hilarious deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 9 13:56:37 2020 UTC (4 years, 5 months ago) by florian
Branch: MAIN
Changes since 1.13: +1 -13 lines
Diff to previous 1.13 (colored)

unifdef gss-api:
#undef GSSAPI
#undef HAVE_GSSAPI_GSSAPI_H
#undef HAVE_GSSAPI_GSSAPI_KRB5_H
#undef HAVE_GSSAPI_H
#undef HAVE_GSSAPI_KRB5_H

prodding deraadt

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 9 13:52:22 2020 UTC (4 years, 5 months ago) by florian
Branch: MAIN
Changes since 1.12: +1 -13 lines
Diff to previous 1.12 (colored)

unifdef pkcs11:
#undef USE_PKCS11
#undef PKCS11_TOOLS
#undef PKCS11CRYPTO
#undef HAVE_PKCS11_GOST
#undef HAVE_PKCS11_ECDSA
#undef HAVE_PKCS11_ED25519
#undef HAVE_PKCS11_ED448
#define PK11_DH_DISABLE
#define PK11_DSA_DISABLE
#define PK11_FLAVOR
#define PK11_MD5_DISABLE
#undef PK11_SOFTHSMV2_FLAVOR

prodding deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 7 19:06:07 2020 UTC (4 years, 5 months ago) by florian
Branch: MAIN
Changes since 1.11: +1 -10 lines
Diff to previous 1.11 (colored)

We are never going to use GeoIP support. Minus 1.8k lines.
OK millert

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 17 01:46:30 2019 UTC (4 years, 5 months ago) by sthen
Branch: MAIN
Changes since 1.10: +29 -10 lines
Diff to previous 1.10 (colored)

update to 9.10.8-P1, last isc-licensed release

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 16 16:16:22 2019 UTC (4 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +314 -23 lines
Diff to previous 1.9 (colored)

Update to bind-9.10.5-P3, which appears to have been the last ISC version.
We only use this tree to build dig and nslookup. Our previous version
predated edns0 support in those tools, and we want that.  This is the worst
code I've looked at in years, with layers and layers of spaghetti abstraction
clearly unfit for reuse, but then reused anyways, and the old ones remain
behind.  So this is a 8MB diff.
florian, sthen, and otto tried this merge before but failed.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 9 13:39:42 2007 UTC (16 years, 6 months ago) by jakob
Branch: MAIN
CVS Tags: 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, 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, 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, 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
Changes since 1.8: +55 -44 lines
Diff to previous 1.8 (colored)

resolve conflicts

Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 9 12:32:08 2007 UTC (16 years, 6 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_4_2_P1, BIND_9_4_2
Changes since 1.1.1.5: +55 -44 lines
Diff to previous 1.1.1.5 (colored)

ISC BIND release 9.4.2

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 10 19:07:58 2007 UTC (17 years, 5 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.7: +20 -1 lines
Diff to previous 1.7 (colored)

resolve conflicts and regen configure script

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 10 18:17:54 2007 UTC (17 years, 5 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_3_4, BIND_9_3_3
Changes since 1.1.1.4: +20 -1 lines
Diff to previous 1.1.1.4 (colored)

ISC BIND release 9.3.3

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 5 17:36:32 2006 UTC (18 years, 2 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.6: +15 -1 lines
Diff to previous 1.6 (colored)

resolve conflicts

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 5 16:41:33 2006 UTC (18 years, 2 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_3_2
Changes since 1.1.1.3: +15 -1 lines
Diff to previous 1.1.1.3 (colored)

ISC BIND release 9.3.2

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 22 16:52:37 2005 UTC (19 years, 2 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.5: +8 -2 lines
Diff to previous 1.5 (colored)

resolve conflicts

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Tue Mar 22 16:35:45 2005 UTC (19 years, 2 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_3_1
Changes since 1.1.1.2: +8 -2 lines
Diff to previous 1.1.1.2 (colored)

ISC BIND release 9.3.1. ok deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 28 17:14:01 2004 UTC (19 years, 8 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.4: +35 -20 lines
Diff to previous 1.4 (colored)

resolve conflicts

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 28 16:32:09 2004 UTC (19 years, 8 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_3_0
Changes since 1.1.1.1: +135 -54 lines
Diff to previous 1.1.1.1 (colored)

ISC BIND version 9.3.0. ok deraadt@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 18 14:14:04 2003 UTC (20 years, 6 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.3: +106 -46 lines
Diff to previous 1.3 (colored)

update to BIND v9.2.3. ok todd@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 20 21:34:14 2003 UTC (21 years, 4 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 (colored)

test for tzset()

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 20 21:33:31 2003 UTC (21 years, 4 months ago) by jakob
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored)

test for arc4random()

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 20 21:05:52 2003 UTC (21 years, 4 months ago) by jakob
Branch: ISC
CVS Tags: BIND_9_2_2_RC1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

ISC BIND version 9.2.2rc1

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 20 21:05:52 2003 UTC (21 years, 4 months ago) by jakob
Branch: MAIN

Initial revision

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.