Mark Andrews
aa6e560fbd
980. [bug] Incoming zone transfers restarting after an error
...
could trigger an assertion failure. [RT #1692 ]
2001-09-06 00:23:19 +00:00
Andreas Gustafsson
3f538ef15c
pullup:
...
[RT #1709 ]
Change isc_entropy_usebestsource() to have saner semantics:
- If an invalid file is specified, an error will be returned instead of the
keyboard being used.
- If no file is specified but a random device is present, the keyboard will
be used if there is an error opening the random device.
- ISC_ENTROPY_KEYBOARDYES indicates that the keyboard should be the
only device used. Otherwise, passing '-r keyboard' is meaningless
on a machine with a random device, since the keyboard will not be used.
Change the callers in the dnssec tools and rndc-confgen to check for the
special file "keyboard" and call isc_entropy_usebestsource() with the right set
of parameters.
2001-09-06 00:14:18 +00:00
Andreas Gustafsson
f58f6043ce
pullup:
...
Assertion failure when ISC_MEM_DEBUGRECORD set.
2001-09-05 17:51:13 +00:00
Andreas Gustafsson
f17bffa68d
pullup:
...
isc_time_formattimestamp() created static const for bad time string
2001-09-05 17:32:05 +00:00
Andreas Gustafsson
b1436346a0
pullup:
...
isc_file_getmodtime() does not need write access to file
2001-09-05 17:29:25 +00:00
Andreas Gustafsson
fdd3a3e7fa
pullup:
...
needs #include <isc/print.h>
2001-09-05 17:04:43 +00:00
Andreas Gustafsson
d73ed70241
capitalize
2001-09-05 01:00:32 +00:00
Andreas Gustafsson
aa8953a586
added --- 9.2.0rc2 released --- marker
2001-09-05 00:59:45 +00:00
Andreas Gustafsson
caaa091d76
regenerated
2001-09-05 00:57:37 +00:00
Andreas Gustafsson
f5c726cbef
typo
2001-09-05 00:56:38 +00:00
Andreas Gustafsson
b7d04c63c0
updated for 9.2.0rc2
2001-09-05 00:39:28 +00:00
Andreas Gustafsson
7ee450d5f6
pullup:
...
972. [bug] The file modification time code in zone.c was using the
wrong epoch. [RT #1667 ]
(This pullup includes not only the changes to zone.c, but all the
recent epoch-related fixes)
2001-09-05 00:38:13 +00:00
Andreas Gustafsson
641e33bdd4
pullup:
...
978. [bug] dns_db_attachversion() had an invalid REQUIRE()
condition.
2001-09-04 23:09:33 +00:00
Andreas Gustafsson
faedfb6dce
pullup:
...
Previous update was missing the release version of telling how to build the
resource file [RT #1668 ]
2001-09-04 22:54:59 +00:00
Andreas Gustafsson
89227c76be
pullup:
...
977. [bug] Improve "not at top of zone" error message.
2001-09-04 22:51:41 +00:00
Andreas Gustafsson
f6fc4b1391
pullup:
...
updated to properly support shutdowns. See RT #1672 as it relates to NT
2001-09-04 19:40:20 +00:00
Andreas Gustafsson
44caf20759
<named/types.h> needed for interfacemgr type declaration
2001-09-04 19:38:46 +00:00
Andreas Gustafsson
e5094285ce
pullup:
...
Update to change path to resolv.conf and define RESOLV_CONF
2001-09-04 19:36:33 +00:00
Andreas Gustafsson
15fd491c85
pullup:
...
Changed RESOLV_CONF to be conditionally defined allowing win32 to override this definition
2001-09-04 19:35:49 +00:00
Andreas Gustafsson
2c141ce0fb
pullup:
...
975. [bug] "max-cache-size default;" as a view option
caused an assertion failure.
974. [bug] "max-cahe-size unlimited;" as a global option
was not accepted.
2001-09-04 19:15:36 +00:00
Andreas Gustafsson
9113f8b75c
pullup: string formats
2001-08-31 18:01:22 +00:00
Mark Andrews
ac9d955cdd
pullup:
...
The request object would fail to send its completion event when
the control event was delivered if a response was received between
sending and delivery of the completion event [RT #1676 ]
Fix locking hierarchy violation [RT #1672 ]
2001-08-31 02:07:11 +00:00
Andreas Gustafsson
54706e9e57
pullup:
...
973. [bug] Failed to log the question name when logging:
"bad zone transfer request: non-authoritative zone
(NOTAUTH)".
2001-08-31 00:37:12 +00:00
Andreas Gustafsson
6aa1a89bf1
pullup:
...
RT #1675 resolv.conf was specified to be in an invalid directory.
Location was changed to be in the same etc directory as all of the other
configuration files
2001-08-30 20:29:53 +00:00
Andreas Gustafsson
31d635e582
pullup:
...
Remove shutdown privilege-enabling code. Installer should not be shutting down the system.
2001-08-30 20:27:55 +00:00
cvs2git
02da396800
This commit was manufactured by cvs2git to create branch 'v9_2'.
2001-08-30 04:33:21 +00:00
Mark Andrews
c654449ccf
isc__strerror
2001-08-30 04:33:20 +00:00
Danny Mayer
b602bf9e8b
RT #1667 . File modification dates were wrong due to the isc_time_set routine not adding back the epoch to give the absolute Windows time and isc_file_settime not correctly making the right calls to modify the file date
2001-08-30 04:31:31 +00:00
Danny Mayer
e2a35f7524
RT #1675 resolv.conf was specified to be in an invalid directory. Location was changed to be in the same etc directory as all of the other configuration files
2001-08-30 04:28:24 +00:00
Danny Mayer
91be5c8cce
Remove shutdown privilege-enabling code. Installer should not be shutting down the system.
2001-08-30 04:23:43 +00:00
Andreas Gustafsson
8068ceb2a9
The request object would fail to send its completion event
...
when the control event was delivered if a response was received between sending and delivery
of the completion event [RT #1676 ]
2001-08-29 23:52:28 +00:00
Andreas Gustafsson
9cb39bbe40
fix locking hierarchy violation [RT #1672 ]
2001-08-29 21:15:56 +00:00
Andreas Gustafsson
2c2b29b6ff
cut-and-paste-o
2001-08-29 18:57:58 +00:00
Andreas Gustafsson
cad3210bb9
969. [func] dig now supports the undocumented dig 8 feature
...
of allowing arbitrary labels, not just dotted
decimal quads, with the -x option. This can be
used to conveniently look up RFC2317 names as in
"dig -x 10.0.0.0-127". [RT #827 , #1576 , #1598 ]
2001-08-29 18:57:28 +00:00
Andreas Gustafsson
f462b9aed2
Revert change 966. Brian says user-level programs should not include
...
any headers under asm.
2001-08-29 18:03:36 +00:00
Andreas Gustafsson
5f5b407b19
regenerated
2001-08-29 17:20:00 +00:00
Mark Andrews
7231717254
Ensure that the files contents have been synced to disk prior to renaming.
2001-08-29 05:52:49 +00:00
Danny Mayer
afeded2289
RT #1671 and #1668
2001-08-29 05:21:25 +00:00
Danny Mayer
06b47b13db
Bug #1671 isc_time_now was erroneously calling strtime()
2001-08-29 05:13:42 +00:00
Danny Mayer
9559bf89b1
Bug #1668 resource file was missing in link
2001-08-29 05:08:58 +00:00
Mark Andrews
b885fd1d53
966. [port] #include <asm/unistd.h> is required on some Linux
...
ports. [RT #1670 ]
2001-08-29 04:21:51 +00:00
Mark Andrews
688023c91e
Add missing semicolons.
2001-08-29 04:15:03 +00:00
Mark Andrews
71bfe170e1
Explain the interaction of -u and -t.
2001-08-29 03:27:57 +00:00
Andreas Gustafsson
a0766ff416
cut-and-paste-o
2001-08-28 18:00:37 +00:00
Andreas Gustafsson
d41977127f
don't suggest generating the command channel secret usign dnssec-keygen or
...
mmencode now that we have rndc-confgen
2001-08-28 17:37:24 +00:00
Andreas Gustafsson
259b1b8c03
added rndc-confgen man page
2001-08-28 17:29:35 +00:00
Mark Andrews
28fc90e6c8
#857 was incomplete, ISC_MAGIC was not being used everwhere it should have been.
...
'magic' was not being declared consistantly.
some #include <isc/magic.h> were missing from other include files.
NS_SERVER_VALID was not using ISC_MAGIC_VALID.
2001-08-28 03:58:29 +00:00
Andreas Gustafsson
31f4d4ac63
removed -P (pseudorandom) option
2001-08-27 23:55:16 +00:00
Andreas Gustafsson
aec9f4d072
consistent spacing
2001-08-27 23:13:48 +00:00
Andreas Gustafsson
9c067741f1
don't #define DNS_STATS_NCOUNTERS in two different places [RT #1666 ]
2001-08-27 21:47:00 +00:00