Deleted Added
full compact
rdatastruct.h (143737) rdatastruct.h (165077)
1/* $FreeBSD: head/lib/bind/dns/dns/rdatastruct.h 143737 2005-03-17 08:39:12Z dougb $ */
1/* $FreeBSD: head/lib/bind/dns/dns/rdatastruct.h 165077 2006-12-10 07:11:04Z dougb $ */
2
3/*
2
3/*
4 * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC")
4 * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
5 * Copyright (C) 1998-2003 Internet Software Consortium.
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

--- 1659 unchanged lines hidden (view full) ---

1672 isc_uint16_t originalid;
1673 isc_uint16_t error;
1674 isc_uint16_t otherlen;
1675 unsigned char * other;
1676} dns_rdata_any_tsig_t;
1677
1678#endif /* ANY_255_TSIG_250_H */
1679/*
5 * Copyright (C) 1998-2003 Internet Software Consortium.
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

--- 1659 unchanged lines hidden (view full) ---

1672 isc_uint16_t originalid;
1673 isc_uint16_t error;
1674 isc_uint16_t otherlen;
1675 unsigned char * other;
1676} dns_rdata_any_tsig_t;
1677
1678#endif /* ANY_255_TSIG_250_H */
1679/*
1680 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
1680 * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC")
1681 *
1682 * Permission to use, copy, modify, and distribute this software for any
1683 * purpose with or without fee is hereby granted, provided that the above
1684 * copyright notice and this permission notice appear in all copies.
1685 *
1686 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1687 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1688 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1689 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1690 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1691 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1692 * PERFORMANCE OF THIS SOFTWARE.
1693 */
1694
1681 *
1682 * Permission to use, copy, modify, and distribute this software for any
1683 * purpose with or without fee is hereby granted, provided that the above
1684 * copyright notice and this permission notice appear in all copies.
1685 *
1686 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1687 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1688 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1689 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1690 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1691 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1692 * PERFORMANCE OF THIS SOFTWARE.
1693 */
1694
1695/* $Id: dlv_65323.h,v 1.2.2.3 2004/03/15 01:02:55 marka Exp $ */
1695/* $Id: dlv_32769.h,v 1.2.4.2 2006/02/19 06:50:46 marka Exp $ */
1696
1697/* draft-ietf-dnsext-delegation-signer-05.txt */
1696
1697/* draft-ietf-dnsext-delegation-signer-05.txt */
1698#ifndef GENERIC_DLV_65323_H
1699#define GENERIC_DLV_65323_H 1
1698#ifndef GENERIC_DLV_32769_H
1699#define GENERIC_DLV_32769_H 1
1700
1701typedef struct dns_rdata_dlv {
1702 dns_rdatacommon_t common;
1703 isc_mem_t *mctx;
1704 isc_uint16_t key_tag;
1705 isc_uint8_t algorithm;
1706 isc_uint8_t digest_type;
1707 isc_uint16_t length;
1708 unsigned char *digest;
1709} dns_rdata_dlv_t;
1710
1700
1701typedef struct dns_rdata_dlv {
1702 dns_rdatacommon_t common;
1703 isc_mem_t *mctx;
1704 isc_uint16_t key_tag;
1705 isc_uint8_t algorithm;
1706 isc_uint8_t digest_type;
1707 isc_uint16_t length;
1708 unsigned char *digest;
1709} dns_rdata_dlv_t;
1710
1711#endif /* GENERIC_DLV_65323_H */
1711#endif /* GENERIC_DLV_32769_H */
1712/*
1713 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
1714 * Copyright (C) 1999-2001 Internet Software Consortium.
1715 *
1716 * Permission to use, copy, modify, and distribute this software for any
1717 * purpose with or without fee is hereby granted, provided that the above
1718 * copyright notice and this permission notice appear in all copies.
1719 *

--- 14 unchanged lines hidden ---
1712/*
1713 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
1714 * Copyright (C) 1999-2001 Internet Software Consortium.
1715 *
1716 * Permission to use, copy, modify, and distribute this software for any
1717 * purpose with or without fee is hereby granted, provided that the above
1718 * copyright notice and this permission notice appear in all copies.
1719 *

--- 14 unchanged lines hidden ---