2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Commit Graph

5466 Commits

Author SHA1 Message Date
Brian Wellington
2492d62e44 Don't print the "lacking /dev/random" message if the user specifically
wanted to use the keyboard for whatever reason.
2000-06-22 19:16:33 +00:00
Brian Wellington
ad4cf977d0 Reset the callback sources, so keyboard input will be prompted for each
time it's needed.
2000-06-22 19:10:11 +00:00
Brian Wellington
c62eb55568 improved prompting 2000-06-22 19:09:30 +00:00
Brian Wellington
8de5cd8d06 kbdstart had a reversed test 2000-06-22 18:42:05 +00:00
Michael Sawyer
785cb9cf4f Add commentary on the makefile use in the tests 2000-06-22 18:40:42 +00:00
Andreas Gustafsson
63404af69b added copyright updating procuedure from tale 2000-06-22 18:21:10 +00:00
Andreas Gustafsson
a473311234 notes about wpk's test system 2000-06-22 18:15:31 +00:00
Andreas Gustafsson
d36278a815 added Perl coding conventions 2000-06-22 18:11:21 +00:00
David Lawrence
6f89287948 removed redundant "dnl " style copyright; "# " style remains. 2000-06-22 18:09:27 +00:00
David Lawrence
4b598d8ae5 support COPYRIGHT.BRIEF
support YACC, CONF-C, CONF-SH, ZONE, MAN, HTML and TXT types.
coalesce multiyear ranges into a hyphen-separated range.
complain about noncontiguous dates.
only generate .bak file if different from new file.
2000-06-22 17:49:46 +00:00
David Lawrence
460b427411 Generated the list of missing files on the fly.
Automatically identify .css, .y, .pl, .sh, .html, .man, named.conf,
        resolv.conf, .db, .hint, .gif and .jpg.
2000-06-22 17:45:50 +00:00
David Lawrence
615f17d017 sorted.
missing files added.
some types changed -- ie, brief copyrights for text files, copyright conf files
a few dates fixed to match what the file claimed.
2000-06-22 17:38:58 +00:00
David Lawrence
e44e0ff385 update_copyrights 2000-06-22 17:36:01 +00:00
David Lawrence
bb18b04113 "we much have recovered" -> "we must have recovered" 2000-06-22 17:23:48 +00:00
David Lawrence
5a3eba71b4 update_copyrights 2000-06-22 16:36:30 +00:00
David Lawrence
7c74e180c2 update_copyrights 2000-06-22 03:00:36 +00:00
Brian Wellington
14f1e8c580 Call isc_entropy_stopcallbacksources to reset the keyboard after the call
to dst_key_generate
2000-06-22 02:48:12 +00:00
Brian Wellington
49d233a08a Allow the user to specify "keyboard" as the random device. 2000-06-22 02:47:33 +00:00
colleen
6823f4a4b6 constantly restarting is bad, mmmmkay? 2000-06-22 02:34:36 +00:00
David Lawrence
038b0bd35c return the number of ncpus, instead of whatever random crap is on the stack 2000-06-22 02:23:39 +00:00
Mark Andrews
06430b1f6c isc_mem_put(client->tcpbuf) not isc_mem_put(client->sendbuf); 2000-06-22 02:21:06 +00:00
Michael Graff
0eb2572d79 add isc_thread_setconcurrency() 2000-06-22 01:48:24 +00:00
Brian Wellington
52cff07fe2 strlen wants a char *, not an unsigned char * 2000-06-22 01:36:34 +00:00
David Lawrence
df05ff637f Copyright (C) @YEARS@ Internet Software Consortium.
See COPYRIGHT in the source root or http://www.isc.org/copyright for terms.
2000-06-22 01:30:34 +00:00
David Lawrence
ab26da0d8f project-wide copyright, referenced by copyright notice in txt files 2000-06-22 01:30:07 +00:00
Brian Wellington
5b411b0150 Add a couple .cvsignores 2000-06-22 01:29:54 +00:00
Brian Wellington
58fe6a5b1b Add .cvsignore 2000-06-22 01:27:46 +00:00
David Lawrence
6dcde6ca36 update_copyrights 2000-06-22 01:27:11 +00:00
David Lawrence
9ef9f6b8ae #include style lint 2000-06-22 01:26:38 +00:00
Brian Wellington
58620377da add lwresd 2000-06-22 01:25:19 +00:00
Andreas Gustafsson
b3157263ee 272. [bug] The sending of large TCP responses was canceled
in mid-transmission due to a race condition
                        caused by the failure to set the client object's
                        newstate variable correctly when transitioning
                        to the working state.
2000-06-22 01:14:38 +00:00
Brian Wellington
b90d3f516f isc_os_ncpus() 2000-06-22 01:10:11 +00:00
Brian Wellington
04e812723c If ns_g_cpus is 0, call isc_os_ncpus() to probe. 2000-06-22 01:09:14 +00:00
Brian Wellington
bc9515e5a2 Initialize ns_g_cpus to 0, not 1. 2000-06-22 01:08:54 +00:00
Brian Wellington
386a52a5ea Add isc/unix/os.c, which has isc_os_ncpus() 2000-06-22 01:06:35 +00:00
Brian Wellington
7005cfed8c Check for sysconf() 2000-06-22 01:01:55 +00:00
David Lawrence
d0be1e954b update_copyrights 2000-06-22 01:01:45 +00:00
Michael Graff
a3e0ed2f4a use the keyboard as a source 2000-06-22 00:34:38 +00:00
Michael Graff
9f95b0199c add an argument to indicate how long to wait before draining the keyboard's input queue. This keeps people from overrunning input into the shell, etc. 2000-06-22 00:25:33 +00:00
David Lawrence
2834197ede update_copyrights 2000-06-22 00:14:39 +00:00
Mark Andrews
c04f6cf67d Add nameserver limit checks. 2000-06-22 00:07:41 +00:00
Mark Andrews
b35a009df8 270. [func] Allow maximum sized TCP answers. 2000-06-22 00:05:11 +00:00
David Lawrence
9bff67898d update_copyrights 2000-06-21 23:50:43 +00:00
Brian Wellington
417bd845e5 Lots of miscellaneous cleanup 2000-06-21 23:38:46 +00:00
Andreas Gustafsson
8eb2d955e1 added a test 2000-06-21 23:06:20 +00:00
Michael Sawyer
692982647c Increase delay in VIEWS update test 2000-06-21 22:48:46 +00:00
Andreas Gustafsson
7bb1e299e1 269. [bug] Failed DNSSEC validations could cause an assertion
failure by causing clone_results() to be called with
                        with hevent->node == NULL.
2000-06-21 22:47:38 +00:00
David Lawrence
28d9fd5381 update_copyrights 2000-06-21 22:45:24 +00:00
Michael Sawyer
ac4f76549c Increase delay in test yet again 2000-06-21 22:42:16 +00:00
David Lawrence
f2e5c64635 update_copyrights 2000-06-21 22:38:33 +00:00