bind9/lib
Mark Andrews cd7f8d18f8 3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
on a missing resolv.conf file and initializes the
                        structure as if it had been configured with:

                                nameserver ::1
                                nameserver 127.0.0.1

                        Note: Callers will need to be updated to treat
                        ISC_R_FILENOTFOUND as a qualified success or else
                        they will leak memory. The following code fragment
                        will work with both only and new versions without
                        changing the behaviour of the existing code.

                        resconf = NULL;
                        result = irs_resconf_load(mctx, "/etc/resolv.conf",
                                                  &resconf);
                        if (result != ISC_SUCCESS) {
                                if (resconf != NULL)
                                        irs_resconf_destroy(&resconf);
                                ....
                        }

                        [RT #35194]
2014-01-15 15:22:55 +11:00
..
bind9 [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
dns silence compiler warning 2014-01-15 12:40:09 +11:00
irs 3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND 2014-01-15 15:22:55 +11:00
isc [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
isccc [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
isccfg [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
iscpk11 [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
lwres [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
samples 3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND 2014-01-15 15:22:55 +11:00
tests update copyrights 2013-12-05 15:04:53 +11:00
win32/bindevt 3681. [port] Update the Windows build system to support feature 2013-12-04 12:47:23 +11:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Atffile 3131. [func] Improve scalability by allocating one zone task 2011-07-06 01:36:32 +00:00
Makefile.in [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00