RE: bind 9.9.0rc3 inline signing server not updating unsigned zone

2012-02-22 Thread Spain, Dr. Jeffry A.
Mark: Your patch version 3 is included below to confirm that this is the correct one. Initially the patch didn't work properly due to a missing line break before "@@ -5993,6 +5994,12 @@". I fixed that and ran the bind9.9.0rc3 installation again. A manual inspection of server.c afterwards indicat

RE: bind 9.9.0rc3 inline signing server not updating unsigned zone

2012-02-21 Thread Spain, Dr. Jeffry A.
> Ok. The retransfer code needs to look at the unsigned zone rather than the > signed one which should fix the not found issue. The following should fix > the issue. It compiles but otherwise has not been tested. Thanks, I will try it and get back to you with the result. > As to soa refresh

Re: bind 9.9.0rc3 inline signing server not updating unsigned zone

2012-02-21 Thread Mark Andrews
Index: bin/named/server.c === RCS file: /proj/cvs/prod/bind9/bin/named/server.c,v retrieving revision 1.638.4.3 diff -u -r1.638.4.3 server.c --- bin/named/server.c 7 Feb 2012 00:58:40 - 1.638.4.3 +++ bin/named/server.c 21

Re: bind 9.9.0rc3 inline signing server not updating unsigned zone

2012-02-21 Thread Mark Andrews
Ok. The retransfer code needs to look at the unsigned zone rather than the signed one which should fix the not found issue. The following should fix the issue. It compiles but otherwise has not been tested. As to soa refresh queries they are not immediate for slave zones for which we have a ba