#include "dhcpd.h"
+#include <sys/time.h>
+
struct timeout *timeouts;
static struct timeout *free_timeouts;
*/
#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: base64.c,v 1.4 2009/10/28 04:12:30 sar Exp $";
+static const char rcsid[] = "$Id: base64.c,v 1.5 2009/10/29 00:46:48 sar Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <sys/socket.h>
+#include "cdefs.h"
+#include "osdep.h"
#include "arpa/nameser.h"
#define Assert(Cond) if (!(Cond)) abort()
#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.8 2009/10/28 04:12:30 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.9 2009/10/29 00:46:48 sar Exp $";
#endif
/*
#include <sys/socket.h>
#include <netinet/in.h>
+#include "cdefs.h"
+#include "osdep.h"
#include "arpa/nameser.h"
#include "dst_internal.h"
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.5 2009/10/28 04:12:30 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6 2009/10/29 00:46:48 sar Exp $";
/*
#include <netinet/in.h>
#include <sys/socket.h>
+#include "cdefs.h"
+#include "osdep.h"
#include "arpa/nameser.h"
#include "dst_internal.h"
#ifdef HMAC_MD5
#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.4 2009/10/28 04:12:30 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.5 2009/10/29 00:46:48 sar Exp $";
#endif
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
#include <netinet/in.h>
#include <sys/socket.h>
+#include "cdefs.h"
+#include "osdep.h"
#include "arpa/nameser.h"
#include "dst_internal.h"
#include <sys/socket.h>
#include <netinet/in.h>
#include "md5_locl.h"
+#include "cdefs.h"
+#include "osdep.h"
#ifdef USE_MD5 /* Added by ogud@tis.com 1998/1/26 */
#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.7 2009/10/28 04:12:30 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8 2009/10/29 00:46:48 sar Exp $";
#endif
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
#include <sys/socket.h>
#define NEED_PRAND_CONF
+#include "cdefs.h"
+#include "osdep.h"
#include "dst_internal.h"
#include "arpa/nameser.h"
nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \
- omapip/hash.h omapip/omapip.h omapip/omapip_p.h \
- omapip/trace.h
+ omapip/hash.h omapip/isclib.h omapip/omapip.h \
+ omapip/omapip_p.h omapip/result.h omapip/trace.h \
+ isc-dhcp/dst.h
EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
- heap.h inet.h osdep.h site.h statement.h tree.h t_api.h \
+ heap.h inet.h minires.h osdep.h site.h statement.h tree.h \
+ t_api.h \
arpa/nameser.h arpa/nameser_compat.h \
netinet/if_ether.h netinet/ip.h netinet/ip_icmp.h netinet/udp.h
#include "dhcpd.h"
+#include <sys/time.h>
+
dhcp_context_t dhcp_gbl_ctx;
void
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: bind.sh,v 1.2 2009/10/28 04:12:30 sar Exp $
+# $Id: bind.sh,v 1.3 2009/10/29 00:46:48 sar Exp $
# Get the bind distribution for the libraries
# This script is used to build the DHCP distribution and shouldn't be shipped
case $# in
1)
case "$1" in
- 4.2.0) BINDTAG=v9_7_0b1 ;;
+ 4.2.0a1) BINDTAG=v9_7_0b1 ;;
4.1.2) BINDTAG=v9_7_0b1 ;;
*) echo "usage: sh bind.sh <version>" >&2
exit 1
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: bindlib.sh,v 1.2 2009/10/28 04:12:30 sar Exp $
+# $Id: bindlib.sh,v 1.3 2009/10/29 00:46:48 sar Exp $
# Configure, build and install the bind export libraries for use by DHCP
#
# Configure the export libraries
cd $bindsrcdir
-./configure --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=$binddir/include --with-export-libdir=$binddir/lib > $binddir/configure.log
+./configure --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=$binddir/include --with-export-libdir=$binddir/lib > $binddir/configure.log
# Build the export librares
cd lib/export