]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Cleanup for ddns changes ticket rt20527
authorShawn Routhier <sar@isc.org>
Thu, 29 Oct 2009 00:46:48 +0000 (00:46 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 29 Oct 2009 00:46:48 +0000 (00:46 +0000)
common/dispatch.c
dst/base64.c
dst/dst_api.c
dst/dst_support.c
dst/hmac_link.c
dst/md5_dgst.c
dst/prandom.c
includes/Makefile.am
omapip/isclib.c
util/bind.sh
util/bindlib.sh

index ba5fa65b590d6ec6a878bbec44a3ed69b5fc8843..564364215270245a387872f49acf23f74e071a1f 100644 (file)
@@ -28,6 +28,8 @@
 
 #include "dhcpd.h"
 
+#include <sys/time.h>
+
 struct timeout *timeouts;
 static struct timeout *free_timeouts;
 
index db70f6815bc2df20b3ac019e71059979483e0902..f4db7124a1a92f426314e3308f4cb06201265e32 100644 (file)
@@ -47,7 +47,7 @@
  */
 
 #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>
@@ -64,6 +64,8 @@ static const char rcsid[] = "$Id: base64.c,v 1.4 2009/10/28 04:12:30 sar Exp $";
 
 #include <sys/socket.h>
 
+#include "cdefs.h"
+#include "osdep.h"
 #include "arpa/nameser.h"
 
 #define Assert(Cond) if (!(Cond)) abort()
index c42cf58264b41391fbe7e1d4fd1ce48856f2bf12..97bef9ed253b54f28a7a169ea68314c665e02d9a 100644 (file)
@@ -1,5 +1,5 @@
 #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
 
 /*
@@ -54,6 +54,8 @@ static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.8 2009
 #include <sys/socket.h>
 #include <netinet/in.h>
 
+#include "cdefs.h"
+#include "osdep.h"
 #include "arpa/nameser.h"
 
 #include "dst_internal.h"
index 3522e2fa0b9be4b77ce6385858cd6daefbbf4089..fb9771cf7e5803382b20a9dce775fcf9ab2fd722 100644 (file)
@@ -1,4 +1,4 @@
-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 $";
 
 
 /*
@@ -28,6 +28,8 @@ static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.5
 #include <netinet/in.h>
 #include <sys/socket.h>
 
+#include "cdefs.h"
+#include "osdep.h"
 #include "arpa/nameser.h"
 
 #include "dst_internal.h"
index 8fbf72be62ade5c2927a62f028aed86561148fa8..671d7b7f40e45682e7aacb1ab4d345c705110dab 100644 (file)
@@ -1,6 +1,6 @@
 #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.
@@ -34,6 +34,8 @@ static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.4 20
 #include <netinet/in.h>
 #include <sys/socket.h>
 
+#include "cdefs.h"
+#include "osdep.h"
 #include "arpa/nameser.h"
 
 #include "dst_internal.h"
index f134b8f43d6a851e47ce4d22c9ae19dbed298c82..2b94a1c4d685399517ec2327749982ba631d2349 100644 (file)
@@ -83,6 +83,8 @@
 #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 */
 
index a818cc1b46acfe5eaae324d6dacedf4799f619b0..d00448d175e14b16ea790ef2ea23c222d3a6fafc 100644 (file)
@@ -1,5 +1,5 @@
 #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.
@@ -35,6 +35,8 @@ static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.7 2009
 #include <sys/socket.h>
 #define NEED_PRAND_CONF
 
+#include "cdefs.h"
+#include "osdep.h"
 #include "dst_internal.h"
 #include "arpa/nameser.h"
 
index b77389450c1f6da311cdb6d262f0a4a431442c6c..4a462d5baf5c4a883f2e2b192975bc557e56b7d9 100644 (file)
@@ -1,9 +1,11 @@
 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
 
index f4cb46a65994b45635a1da2aded6e1cc5cd42b04..3225096d27fd658644e6a9e9affa667c2f63ed46 100644 (file)
@@ -27,6 +27,8 @@
 
 #include "dhcpd.h"
 
+#include <sys/time.h>
+
 dhcp_context_t dhcp_gbl_ctx;
 
 void
index 883262077b939dc6063734235c9bc741f2d871ee..59cfdf09a3a557e1d81903ff2e3324c8113edd1c 100644 (file)
@@ -14,7 +14,7 @@
 # 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
@@ -30,7 +30,7 @@ binddir=$topdir/bind
 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
index f755deec1ecc0c7f61a49af4123b856b22a54b40..0194b5b4cf2d64331aaebb836a1a0684af6dae08 100644 (file)
@@ -14,7 +14,7 @@
 # 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
 #
@@ -34,7 +34,7 @@ bindsrcdir="$2"
 
 # 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