]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prepare to release 9.5.1b1
authorEvan Hunt <each@isc.org>
Mon, 30 Jun 2008 23:43:33 +0000 (23:43 +0000)
committerEvan Hunt <each@isc.org>
Mon, 30 Jun 2008 23:43:33 +0000 (23:43 +0000)
lib/dns/win32/libdns.def
lib/isc/win32/libisc.def
lib/isc/win32/libisc.dsp
lib/isc/win32/libisc.mak

index 1b89cec002d11a31b772d98c20decd4335084b64..fdbe4774334df79320b927444642afc468f97f29 100644 (file)
@@ -156,11 +156,14 @@ dns_difftuple_copy
 dns_difftuple_create
 dns_difftuple_free
 dns_dispatch_addresponse
+dns_dispatch_addresponse2
 dns_dispatch_attach
 dns_dispatch_cancel
 dns_dispatch_changeattributes
 dns_dispatch_createtcp
 dns_dispatch_detach
+dns_dispatch_getattributes
+dns_dispatch_getentrysocket
 dns_dispatch_getlocaladdress
 dns_dispatch_getsocket
 dns_dispatch_getudp
@@ -170,6 +173,7 @@ dns_dispatch_starttcp
 dns_dispatchmgr_create
 dns_dispatchmgr_destroy
 dns_dispatchmgr_getblackhole
+dns_dispatchmgr_setavailports
 dns_dispatchmgr_setblackhole
 dns_dispatchmgr_setblackportlist
 dns_dispatchmgr_setstats
index dda07ebf423bf1db25abdfbba0e024f83a240593..adeb6367f12e1ff0235adcb4e111680061d85e6f 100644 (file)
@@ -278,6 +278,7 @@ isc_mutexblock_init
 isc_net_aton
 isc_net_disableipv4
 isc_net_disableipv6
+isc_net_getudpportrange
 isc_net_ntop
 isc_net_probe_ipv6only
 isc_net_probe_ipv6pktinfo
@@ -311,6 +312,14 @@ isc_os_ncpus
 isc_parse_uint16
 isc_parse_uint32
 isc_parse_uint8
+isc_portset_add
+isc_portset_addrange
+isc_portset_create
+isc_portset_destroy
+isc_portset_isset
+isc_portset_nports
+isc_portset_remove
+isc_portset_removerange
 isc_quota_attach
 isc_quota_destroy
 isc_quota_detach
@@ -395,6 +404,7 @@ isc_socket_attach
 isc_socket_bind
 isc_socket_cancel
 isc_socket_cleanunix
+isc_socket_close
 isc_socket_connect
 isc_socket_create
 isc_socket_detach
@@ -407,6 +417,7 @@ isc_socket_gettype
 isc_socket_ipv6only
 isc_socket_isbound
 isc_socket_listen
+isc_socket_open
 isc_socket_permunix
 isc_socket_recv
 isc_socket_recv2
index ec772883aad6825172c86840a3a34ef9d27cb581..437320a4a3a929def12246d341f80daff3976b28 100644 (file)
@@ -405,6 +405,10 @@ SOURCE=..\include\isc\parseint.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\include\isc\portset.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\include\isc\os.h\r
 # End Source File\r
 # Begin Source File\r
@@ -673,6 +677,10 @@ SOURCE=..\parseint.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\portset.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\quota.c\r
 # End Source File\r
 # Begin Source File\r
index f95b69078d0aa8f1902e23fd5323ae88b4418ae9..3b5fc556f95d07b3ad2c0223242ba6ceb624fdc1 100644 (file)
@@ -157,6 +157,7 @@ CLEAN :
        -@erase "$(INTDIR)\ondestroy.obj"
        -@erase "$(INTDIR)\os.obj"
        -@erase "$(INTDIR)\parseint.obj"
+       -@erase "$(INTDIR)\portset.obj"
        -@erase "$(INTDIR)\quota.obj"
        -@erase "$(INTDIR)\random.obj"
        -@erase "$(INTDIR)\ratelimiter.obj"
@@ -272,6 +273,7 @@ LINK32_OBJS= \
        "$(INTDIR)\taskpool.obj" \
        "$(INTDIR)\timer.obj" \
        "$(INTDIR)\parseint.obj" \
+       "$(INTDIR)\portset.obj" \
        "$(INTDIR)\region.obj"
 
 "..\..\..\Build\Release\libisc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
@@ -380,6 +382,8 @@ CLEAN :
        -@erase "$(INTDIR)\os.sbr"
        -@erase "$(INTDIR)\parseint.obj"
        -@erase "$(INTDIR)\parseint.sbr"
+       -@erase "$(INTDIR)\portset.obj"
+       -@erase "$(INTDIR)\portset.sbr"
        -@erase "$(INTDIR)\quota.obj"
        -@erase "$(INTDIR)\quota.sbr"
        -@erase "$(INTDIR)\random.obj"
@@ -520,6 +524,7 @@ BSC32_SBRS= \
        "$(INTDIR)\taskpool.sbr" \
        "$(INTDIR)\timer.sbr" \
        "$(INTDIR)\parseint.sbr" \
+       "$(INTDIR)\portset.sbr" \
        "$(INTDIR)\region.sbr"
 
 "$(OUTDIR)\libisc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
@@ -601,6 +606,7 @@ LINK32_OBJS= \
        "$(INTDIR)\taskpool.obj" \
        "$(INTDIR)\timer.obj" \
        "$(INTDIR)\parseint.obj" \
+       "$(INTDIR)\portset.obj" \
        "$(INTDIR)\region.obj"
 
 "..\..\..\Build\Debug\libisc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
@@ -1572,6 +1578,24 @@ SOURCE=..\parseint.c
        $(CPP) $(CPP_PROJ) $(SOURCE)
 
 
+!ENDIF 
+
+SOURCE=..\portset.c
+
+!IF  "$(CFG)" == "libisc - Win32 Release"
+
+
+"$(INTDIR)\portset.obj" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+!ELSEIF  "$(CFG)" == "libisc - Win32 Debug"
+
+
+"$(INTDIR)\portset.obj"        "$(INTDIR)\portset.sbr" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
 !ENDIF 
 
 SOURCE=..\quota.c