security fix propagation from bind, no actual changes, and it does not

affect us since we use an external bind.
This commit is contained in:
christos 2013-03-27 00:30:58 +00:00
parent e86421c373
commit 79364f4eb5
37 changed files with 121 additions and 97 deletions

View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
Version 4.2.5
8 January 2013
Version 4.2.5-P1
26 March 2013
README FILE
@ -98,7 +98,9 @@ directory, it may not have up-to-date information).
RELEASE STATUS
This is ISC DHCP 4.2.5, a maintenance release containing patches.
This is ISC DHCP 4.2.5-P1, a security release. A security issue has
been found and fixed in Bind9, this release includes the updated Bind9
code. There are no code changes to DHCP.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
@ -133,12 +135,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
gunzip dhcp-4.2.5.tar.gz
tar xvf dhcp-4.2.5.tar
gunzip dhcp-4.2.5-P1.tar.gz
tar xvf dhcp-4.2.5-P1.tar
CONFIGURING IT
Now, cd to the dhcp-4.2.5 subdirectory that you've just created and
Now, cd to the dhcp-4.2.5-P1 subdirectory that you've just created and
configure the source tree by typing:
./configure

View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
Version 4.2.5
8 January 2013
Version 4.2.5-P1
26 March 2013
Release Notes
@ -39,6 +39,13 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
Changes since 4.2.5
- A security issue in Bind9 was found and fixed. This release includes the
fixed Bind9 code. There have been no code changes to the DHCP code.
[ISC-Bugs #32688]
CVE: CVE-2013-2266
Changes since 4.2.5rc1
- None

View File

@ -1,4 +1,4 @@
/* $NetBSD: bpf.c,v 1.1.1.1 2013/03/24 15:45:52 christos Exp $ */
/* $NetBSD: bpf.c,v 1.1.1.2 2013/03/27 00:31:33 christos Exp $ */
/* bpf.c
@ -34,6 +34,9 @@
* managed to get me to integrate them.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: bpf.c,v 1.1.1.2 2013/03/27 00:31:33 christos Exp $");
#include "dhcpd.h"
#if defined (USE_BPF_SEND) || defined (USE_BPF_RECEIVE) \
|| defined (USE_LPF_RECEIVE)

View File

@ -1,4 +1,4 @@
/* $NetBSD: dlpi.c,v 1.1.1.1 2013/03/24 15:45:52 christos Exp $ */
/* $NetBSD: dlpi.c,v 1.1.1.2 2013/03/27 00:31:34 christos Exp $ */
/* dlpi.c
@ -36,6 +36,9 @@
* of different Solaris platforms.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: dlpi.c,v 1.1.1.2 2013/03/27 00:31:34 christos Exp $");
/*
* Based largely in part to the existing NIT code in nit.c.
*

View File

@ -1,4 +1,4 @@
/* $NetBSD: lpf.c,v 1.1.1.2 2013/03/24 22:50:31 christos Exp $ */
/* $NetBSD: lpf.c,v 1.1.1.3 2013/03/27 00:31:35 christos Exp $ */
/* lpf.c
@ -29,6 +29,9 @@
* https://www.isc.org/
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: lpf.c,v 1.1.1.3 2013/03/27 00:31:35 christos Exp $");
#include "dhcpd.h"
#if defined (USE_LPF_SEND) || defined (USE_LPF_RECEIVE)
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: packet.c,v 1.1.1.2 2013/03/24 22:50:32 christos Exp $ */
/* $NetBSD: packet.c,v 1.1.1.3 2013/03/27 00:31:35 christos Exp $ */
/* packet.c
@ -34,6 +34,9 @@
* still be disabled.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: packet.c,v 1.1.1.3 2013/03/27 00:31:35 christos Exp $");
#include "dhcpd.h"
#if defined (PACKET_ASSEMBLY) || defined (PACKET_DECODING)

View File

@ -1,4 +1,4 @@
/* $NetBSD: tr.c,v 1.1.1.1 2013/03/24 15:45:54 christos Exp $ */
/* $NetBSD: tr.c,v 1.1.1.2 2013/03/27 00:31:36 christos Exp $ */
/* tr.c
@ -29,6 +29,9 @@
* https://www.isc.org/
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: tr.c,v 1.1.1.2 2013/03/27 00:31:36 christos Exp $");
#include "dhcpd.h"
#if defined (HAVE_TR_SUPPORT) && \

View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for DHCP 4.2.5.
# Generated by GNU Autoconf 2.61 for DHCP 4.2.5-P1.
#
# Report bugs to <dhcp-users@isc.org>.
#
@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='DHCP'
PACKAGE_TARNAME='dhcp'
PACKAGE_VERSION='4.2.5'
PACKAGE_STRING='DHCP 4.2.5'
PACKAGE_VERSION='4.2.5-P1'
PACKAGE_STRING='DHCP 4.2.5-P1'
PACKAGE_BUGREPORT='dhcp-users@isc.org'
# Factoring default headers for most tests.
@ -1217,7 +1217,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures DHCP 4.2.5 to adapt to many kinds of systems.
\`configure' configures DHCP 4.2.5-P1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1283,7 +1283,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of DHCP 4.2.5:";;
short | recursive ) echo "Configuration of DHCP 4.2.5-P1:";;
esac
cat <<\_ACEOF
@ -1426,7 +1426,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
DHCP configure 4.2.5
DHCP configure 4.2.5-P1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1440,7 +1440,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by DHCP $as_me 4.2.5, which was
It was created by DHCP $as_me 4.2.5-P1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -2133,7 +2133,7 @@ fi
# Define the identity of the package.
PACKAGE='dhcp'
VERSION='4.2.5'
VERSION='4.2.5-P1'
cat >>confdefs.h <<_ACEOF
@ -9222,7 +9222,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by DHCP $as_me 4.2.5, which was
This file was extended by DHCP $as_me 4.2.5-P1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -9275,7 +9275,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
DHCP config.status 4.2.5
DHCP config.status 4.2.5-P1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,4 +1,4 @@
AC_INIT([DHCP], [4.2.5], [dhcp-users@isc.org])
AC_INIT([DHCP], [4.2.5-P1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such

View File

@ -1,4 +1,4 @@
/* $NetBSD: cltest.c,v 1.1.1.1 2013/03/24 15:45:48 christos Exp $ */
/* $NetBSD: cltest.c,v 1.1.1.2 2013/03/27 00:31:38 christos Exp $ */
/* cltest.c
@ -30,6 +30,9 @@
* by Brian Murrell.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: cltest.c,v 1.1.1.2 2013/03/27 00:31:38 christos Exp $");
#include <time.h>
#include <sys/time.h>
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dhcpctl.h,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $ */
/* $NetBSD: dhcpctl.h,v 1.1.1.3 2013/03/27 00:31:38 christos Exp $ */
/* Id: dhcpctl.h,v 1.17.24.1 2009/11/20 01:49:01 sar Exp
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: dhcpctl.h,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $");
#ifndef _DHCPCTL_H_
#define _DHCPCTL_H_

View File

@ -1,4 +1,4 @@
/* $NetBSD: dst_support.c,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $ */
/* $NetBSD: dst_support.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $ */
static const char rcsid[] = "Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6.6.1 2009/11/20 01:49:01 sar Exp ";
@ -22,6 +22,10 @@ static const char rcsid[] = "Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6.6
* WITH THE USE OR PERFORMANCE OF THE SOFTWARE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: dst_support.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $");
#include <stdio.h>
#include <unistd.h>
#include <memory.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hmac_link.c,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $ */
/* $NetBSD: hmac_link.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $ */
#ifdef HMAC_MD5
#ifndef LINT
@ -23,6 +23,10 @@ static const char rcsid[] = "Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.5.6.1
* WITH THE USE OR PERFORMANCE OF THE SOFTWARE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: hmac_link.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $");
/*
* This file contains an implementation of the HMAC-MD5 algorithm.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: md5_dgst.c,v 1.1.1.1 2013/03/24 15:45:56 christos Exp $ */
/* $NetBSD: md5_dgst.c,v 1.1.1.2 2013/03/27 00:31:37 christos Exp $ */
/* crypto/md/md5_dgst.c */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
@ -80,6 +80,9 @@
* https://www.isc.org/
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: md5_dgst.c,v 1.1.1.2 2013/03/27 00:31:37 christos Exp $");
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: prandom.c,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $ */
/* $NetBSD: prandom.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $ */
#ifndef LINT
static const char rcsid[] = "Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8.6.2 2012/03/09 11:28:11 tomasz Exp ";
@ -21,6 +21,10 @@ static const char rcsid[] = "Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8.6.2 2
* WITH THE USE OR PERFORMANCE OF THE SOFTWARE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: prandom.c,v 1.1.1.3 2013/03/27 00:31:37 christos Exp $");
#include <stdio.h>
#include <sys/types.h>
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ctrace.h,v 1.1.1.1 2013/03/24 15:45:49 christos Exp $ */
/* $NetBSD: ctrace.h,v 1.1.1.2 2013/03/27 00:31:38 christos Exp $ */
/* trace.h
@ -32,9 +32,6 @@
* learn more about Nominum, Inc., see ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: ctrace.h,v 1.1.1.1 2013/03/24 15:45:49 christos Exp $");
typedef struct {
struct in_addr primary_address;
u_int32_t index;

View File

@ -1,4 +1,4 @@
/* $NetBSD: dhctoken.h,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $ */
/* $NetBSD: dhctoken.h,v 1.1.1.3 2013/03/27 00:31:38 christos Exp $ */
/* dhctoken.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: dhctoken.h,v 1.1.1.2 2013/03/24 22:50:34 christos Exp $");
enum dhcp_token {
SEMI = ';',
DOT = '.',

View File

@ -1,4 +1,4 @@
/* $NetBSD: failover.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: failover.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* failover.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: failover.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#if defined (FAILOVER_PROTOCOL)
struct failover_option_info {
int code;

View File

@ -1,4 +1,4 @@
/* $NetBSD: inet.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: inet.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* inet.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: inet.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
/* An internet address of up to 128 bits. */
struct iaddr {

View File

@ -1,4 +1,4 @@
/* $NetBSD: alloc.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: alloc.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* alloc.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: alloc.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
isc_result_t omapi_buffer_new (omapi_buffer_t **, const char *, int);
isc_result_t omapi_buffer_reference (omapi_buffer_t **,
omapi_buffer_t *, const char *, int);

View File

@ -1,4 +1,4 @@
/* $NetBSD: buffer.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: buffer.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* buffer.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: buffer.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
/* OMAPI buffers are ring buffers, which means that the beginning of the
buffer and the end of the buffer chase each other around. As long as
the tail never catches up to the head, there's room in the buffer for

View File

@ -1,4 +1,4 @@
/* $NetBSD: convert.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: convert.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* convert.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: convert.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#ifndef OMAPI_CONVERT_H
#define OMAPI_CONVERT_H

View File

@ -1,4 +1,4 @@
/* $NetBSD: hash.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: hash.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* hash.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: hash.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#ifndef OMAPI_HASH_H
#define OMAPI_HASH_H

View File

@ -1,4 +1,4 @@
/* $NetBSD: omapip.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: omapip.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* omapip.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: omapip.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#ifndef _OMAPIP_H_
#define _OMAPIP_H_
#include "result.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: omapip_p.h,v 1.1.1.2 2013/03/24 22:50:36 christos Exp $ */
/* $NetBSD: omapip_p.h,v 1.1.1.3 2013/03/27 00:31:39 christos Exp $ */
/* omapip_p.h
@ -35,9 +35,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: omapip_p.h,v 1.1.1.2 2013/03/24 22:50:36 christos Exp $");
#ifndef __OMAPIP_OMAPIP_P_H__
#define __OMAPIP_OMAPIP_P_H__

View File

@ -1,4 +1,4 @@
/* $NetBSD: trace.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: trace.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* trace.h
@ -32,9 +32,6 @@
* learn more about Nominum, Inc., see ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: trace.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#define TRACEFILE_MAGIC 0x64484370UL /* dHCp */
#define TRACEFILE_VERSION 1

View File

@ -1,4 +1,4 @@
/* $NetBSD: osdep.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: osdep.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* osdep.h
@ -35,9 +35,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: osdep.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
#if !defined (__ISC_DHCP_OSDEP_H__)
#define __ISC_DHCP_OSDEP_H__

View File

@ -1,4 +1,4 @@
/* $NetBSD: statement.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: statement.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* statement.h
@ -34,9 +34,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: statement.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
struct executable_statement {
int refcnt;
struct executable_statement *next;

View File

@ -1,4 +1,4 @@
/* $NetBSD: tree.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $ */
/* $NetBSD: tree.h,v 1.1.1.2 2013/03/27 00:31:39 christos Exp $ */
/* tree.h
@ -35,9 +35,6 @@
* ``http://www.nominum.com''.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: tree.h,v 1.1.1.1 2013/03/24 15:45:50 christos Exp $");
/* A pair of pointers, suitable for making a linked list. */
typedef struct _pair {
caddr_t car;

View File

@ -1,4 +1,4 @@
/* $NetBSD: errwarn.c,v 1.1.1.1 2013/03/24 15:45:57 christos Exp $ */
/* $NetBSD: errwarn.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $ */
/* errwarn.c
@ -33,6 +33,9 @@
* with Vixie Laboratories.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: errwarn.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $");
#include "dhcpd.h"
#include <omapip/omapip_p.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: inet_addr.c,v 1.1.1.1 2013/03/24 15:45:56 christos Exp $ */
/* $NetBSD: inet_addr.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $ */
/* NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp */
@ -35,6 +35,10 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: inet_addr.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";

View File

@ -1,4 +1,4 @@
/* $NetBSD: isclib.c,v 1.1.1.1 2013/03/24 15:45:57 christos Exp $ */
/* $NetBSD: isclib.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $ */
/*
* Copyright(c) 2009-2010 by Internet Systems Consortium, Inc.("ISC")
@ -23,6 +23,9 @@
*
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: isclib.c,v 1.1.1.2 2013/03/27 00:31:40 christos Exp $");
/*Trying to figure out what we need to define to get things to work.
It looks like we want/need the export library but need the fdwatchcommand
which may be a problem */

View File

@ -1,4 +1,4 @@
/* $NetBSD: iscprint.c,v 1.1.1.2 2013/03/24 22:50:36 christos Exp $ */
/* $NetBSD: iscprint.c,v 1.1.1.3 2013/03/27 00:31:40 christos Exp $ */
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@ -17,6 +17,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: iscprint.c,v 1.1.1.3 2013/03/27 00:31:40 christos Exp $");
/* Id: iscprint.c,v 1.2 2005/03/17 20:30:41 dhankins Exp */
#include "dhcpd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: result.c,v 1.1.1.1 2013/03/24 15:45:57 christos Exp $ */
/* $NetBSD: result.c,v 1.1.1.2 2013/03/27 00:31:41 christos Exp $ */
/* result.c
*/
@ -27,6 +27,9 @@
*
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: result.c,v 1.1.1.2 2013/03/27 00:31:41 christos Exp $");
#include "dhcpd.h"
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldap.c,v 1.1.1.2 2013/03/24 22:50:42 christos Exp $ */
/* $NetBSD: ldap.c,v 1.1.1.3 2013/03/27 00:31:46 christos Exp $ */
/* ldap.c
@ -39,6 +39,10 @@
* development was sponsored by Ntelos, Inc. (www.ntelos.com).
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: ldap.c,v 1.1.1.3 2013/03/27 00:31:46 christos Exp $");
#include "dhcpd.h"
#include <signal.h>
#include <errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldap_casa.c,v 1.1.1.1 2013/03/24 15:46:03 christos Exp $ */
/* $NetBSD: ldap_casa.c,v 1.1.1.2 2013/03/27 00:31:46 christos Exp $ */
/* ldap_casa.c
@ -56,6 +56,9 @@
* https://www.isc.org/
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: ldap_casa.c,v 1.1.1.2 2013/03/27 00:31:46 christos Exp $");
#if defined(LDAP_CASA_AUTH)
#include "ldap_casa.h"
#include "dhcpd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: hash_unittest.c,v 1.1.1.1 2013/03/24 22:50:43 christos Exp $ */
/* $NetBSD: hash_unittest.c,v 1.1.1.2 2013/03/27 00:31:47 christos Exp $ */
/*
* Copyright (c) 2012 by Internet Systems Consortium, Inc. ("ISC")
@ -23,6 +23,9 @@
*
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: hash_unittest.c,v 1.1.1.2 2013/03/27 00:31:47 christos Exp $");
#include "config.h"
#include <atf-c.h>
#include <omapip/omapip_p.h>