bind9/lib/samples
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
..
.gitignore [master] clean up tests, update .gitignore 2013-09-09 19:37:17 -07:00
Makefile-postinstall.in [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
Makefile.in [master] native PKCS#11 support 2014-01-14 15:40:56 -08:00
nsprobe.c update copyright notice 2014-01-09 23:46:35 +00:00
resolve.c 3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND 2014-01-15 15:22:55 +11:00
rootkey.sh fixup copyrights 2013-04-12 13:49:32 +10:00
sample-async.c silence hpux compiler warnings 2013-04-12 14:06:41 +10:00
sample-gai.c silence hpux compiler warnings 2013-04-12 14:06:41 +10:00
sample-request.c update copyright notice 2014-01-09 23:46:35 +00:00
sample-update.c update copyright notice 2014-01-09 23:46:35 +00:00