8ed6c49f1a7f06d3ed39bee7731ff91d8dfd8dc7 |
|
20-Jul-2017 |
Mark Andrews <marka@isc.org> |
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
@ISC_OPENSSL_INC@ after shipped include directories.
[RT #45581]
(cherry picked from commit 124712666e71b5f0323ffb91a89573f1bc2064fa) |
5d52a1fe1b8ea396fb5ae7f6f1567c8383445113 |
|
25-Apr-2017 |
Tinderbox User <tbox@isc.org> |
update copyright notice / whitespace |
0d24df5c0b2f9546f403113df8ac4457223bc92f |
|
24-Apr-2017 |
Evan Hunt <each@isc.org> |
[v9_11] allow parallel make
4609. [cleanup] Rearrange makefiles to enable parallel execution
(i.e. "make -j"). [RT #45078] |
8a5809527e6c85e39699901712a455d5480907c1 |
|
02-Nov-2016 |
Evan Hunt <each@isc.org> |
[v9_11] make uninstall
4503. [cleanup] "make uninstall" now removes file installed by
BIND. (This currently excludes Python files
due to lack of support in setup.py.) [RT #42912]
(cherry picked from commit 6087f87afb4d8fce0102c52ad2acf415d8d4c0f3) |
f5898cf3484b1588d5239faa4062a2b2b606ce91 |
|
17-Aug-2016 |
Evan Hunt <each@isc.org> |
[v9_11] fix dyndb issues; isc_errno_toresult()
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050]
4444. [bug] Fixed some issues related to dyndb: A bug caused
braces to be omitted when passing configuration text
from named.conf to a dyndb driver, and there was a
use-after-free in the sample dyndb driver. [RT #43050]
Patch for dyndb driver submitted by Petr Spacek at Red Hat.
(cherry picked from commit 3390d74e33385337631b19e68760025e0ca5d6ec) |
0c27b3fe77ac1d5094ba3521e8142d9e7973133f |
|
27-Jun-2016 |
Mark Andrews <marka@isc.org> |
4401. [misc] Change LICENSE to MPL 2.0. |
6c2a76b3e2ccd32c35814b6e0f54da00190749d7 |
|
26-May-2016 |
Evan Hunt <each@isc.org> |
[master] copyrights, win32 definitions |
7a00d69909ace5dc11bcff9c1e07c311f92a7f8e |
|
26-May-2016 |
Witold Krecicki <wpk@isc.org> |
4376. [experimental] Added support for Catalog Zones, a new method for
provisioning secondary servers in which a list of
zones to be served is stored in a DNS zone and can
be propagated to slaves via AXFR/IXFR. [RT #41581]
4375. [func] Add support for automatic reallocation of isc_buffer
to isc_buffer_put* functions. [RT #42394] |
e13d04fda918c0c14c2247475bb99e0760d9a6a4 |
|
09-Nov-2015 |
Evan Hunt <each@isc.org> |
[master] fix python script versions
4257. [cleanup] Python scripts reported incorrect version. [RT #41080] |
55cfbf322d6051d7cf5c0ec4998aab9291dfee39 |
|
30-Sep-2015 |
Tinderbox User <tbox@isc.org> |
update copyright notice / whitespace |
e6d0a391f5f9b18f5bd497aefff269e474ee560c |
|
28-Sep-2015 |
Witold Krecicki <wpk@isc.org> |
4223. [func] Add support for setting max-cache-size to percentage
of available physical memory, set default to 90%.
[RT #38442] |
05e448935cb2d6ab08c24257f6536362d3496512 |
|
20-Nov-2014 |
Evan Hunt <each@isc.org> |
[master] refactor max-recursion-queries
- the counters weren't set correctly when fetches timed out.
instead we now pass down a counter object. |
f687e639f00a31e0884fb2c95a627b10b50c364b |
|
05-Sep-2014 |
Evan Hunt <each@isc.org> |
[master] [rt36786] use INSTALL_PROGRAM for shared libs
3947. [cleanup] Set the executable bit on libraries when using
libtool. [RT #36786] |
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356f |
|
04-Jun-2014 |
Mukund Sivaraman <muks@isc.org> |
[35942] Update random number generator to ChaCha based (and add tests)
Squashed commit of the following:
commit 219a904fea95c74016229b6f4436d4f09de1bfd0
Author: Evan Hunt <each@isc.org>
Date: Mon Jun 2 12:20:54 2014 -0700
[rt35942] style
commit 90bc77185e9798af4595989abb8698efef8c70d7
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon Jun 2 18:01:30 2014 +0530
Return p-value=0 when prerequisite (monobit) fails
commit 5594669728f1181a447616f60b835e4a043d1b21
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon Jun 2 17:44:25 2014 +0530
Print proportion of test sequences passing too
commit 9e94b67a4114651224a8285f7c4a7fb03907f376
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon Jun 2 17:34:03 2014 +0530
Check uniform distribution of p-values
commit acf911b32dd84ac1c30c57d8937cfeb6b3ff972f
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon Jun 2 17:17:39 2014 +0530
Check proportion of sequences passing a test
commit 7289eb441fc4ec623364ad882e22b240ba8da308
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon Jun 2 04:33:37 2014 +0530
Refactor common setup code into random_test()
No behavioral change is made.
commit 51feef3e08c233d34a6b8b9d25a72d43110b4eed
Author: Mukund Sivaraman <muks@isc.org>
Date: Sun Jun 1 17:31:57 2014 +0530
Fix binary rank computation
commit 0ea3c03dea353f309d13c38e26aa0abbffdcff2b
Author: Mukund Sivaraman <muks@isc.org>
Date: Tue May 27 06:01:10 2014 +0530
Add binary matrix rank RNG test
commit eb4e7c53540ac97436d94714d30084907eeff01a
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 26 15:45:31 2014 +0530
Add function to find rank of a binary matrix
commit 1292a06e0e09ebd37d4ecf5337814951dcacc4a4
Author: Evan Hunt <each@isc.org>
Date: Thu May 29 16:21:51 2014 -0700
[rt35942] style; check whether we need libm for exp()
commit c19788e5a89235e937a5aedf2ebea50f33406609
Author: Evan Hunt <each@isc.org>
Date: Thu May 29 15:31:19 2014 -0700
[rt35942] incidental spelling error fixed
commit c833326ad0df21e2a8b35958e85ccc0a692e38be
Author: Mukund Sivaraman <muks@isc.org>
Date: Thu May 29 11:34:37 2014 +0530
Revert "Add function to find rank of a binary matrix"
This reverts commit 21b2f230e17f7fc638f81d9a34bcb148b0c4a6fb.
This test will be added in RT#36125.
commit cf786a533d34fdcd9e1c5650356e56d33e93a29f
Author: Mukund Sivaraman <muks@isc.org>
Date: Thu May 29 11:33:18 2014 +0530
Revert "Add binary matrix rank RNG test"
This reverts commit dd843b9ca84fa9af80ec39631152f82778f0b97c.
This test will be added in RT#36125.
commit dd843b9ca84fa9af80ec39631152f82778f0b97c
Author: Mukund Sivaraman <muks@isc.org>
Date: Tue May 27 06:01:10 2014 +0530
Add binary matrix rank RNG test
commit 21b2f230e17f7fc638f81d9a34bcb148b0c4a6fb
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 26 15:45:31 2014 +0530
Add function to find rank of a binary matrix
commit 313c30088d6ba933bde3abb920f2a6d16b9b77e1
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 26 13:38:44 2014 +0530
Add block frequency random test
commit 0d279c60ed3eabe52cf3e1435bf14ec62752536f
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 26 13:04:03 2014 +0530
Add preconditions from NIST spec
commit 7a6c5f2ce5078814d5cf0fea30596e58171174c1
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 26 12:51:03 2014 +0530
Add functions to use in RNG tests
commit 8c5cb5594f904f6669cdffaa364f799b4a2c6b58
Author: Mukund Sivaraman <muks@isc.org>
Date: Thu May 22 00:26:10 2014 +0530
Add runs RNG test
commit 4882f078cc2596c0911066ffb783e4dd145a63ec
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 21 23:58:20 2014 +0530
Pre-compute bitcounts LUT
commit 896db3809fba2d9884a4a3a2fa847a73e007ad7f
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 21 23:30:23 2014 +0530
Fix the bit value being checked (this shouldn't affect the test)
commit b932cbb5dae39eb819db29cf9490fb51d59b7c56
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 21 19:35:12 2014 +0530
Add monobits RNG test
commit 7bef19fd8b095aa567a975ef5c97d5812162d92e
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 21 16:53:02 2014 +0530
Add API documentation
commit 54483f7feb64b5646dd1da45b1fd396e7d04b926
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 21 16:39:03 2014 +0530
Rename isc_rngctx_t to isc_rng_t
commit 7c5031b53555137a82c6b6218cd4dd5e95acf94d
Author: Evan Hunt <each@isc.org>
Date: Tue May 20 23:29:53 2014 -0700
[rt35942] use attach/detach with isc_rngctx_t
commit 8aabae5e09888e6af651ed27bd6b4e9f76334d55
Author: Mukund Sivaraman <muks@isc.org>
Date: Tue May 20 18:32:42 2014 +0530
Move RNG from dispatch.c to libisc
commit e6d4ad4f389998b91d46e95e258cf420cb21d977
Author: Mukund Sivaraman <muks@isc.org>
Date: Mon May 12 19:16:27 2014 +0530
Replace old arc4random with new ChaCha implementation from OpenBSD |
acbb301e648b82fcc38b876a44403cf0fe539cc9 |
|
13-Mar-2014 |
Evan Hunt <each@isc.org> |
[master] better error output when initializing pkcs11
3786. [func] Provide more detailed error codes when using
native PKCS#11. "pkcs11-tokens" now fails robustly
rather than asserting when run against an HSM with
an incomplete PCKS#11 API implementation. [RT #35479] |
b5f6271f4daf1e54501af2cb7dd278d7e8003d65 |
|
18-Feb-2014 |
Mark Andrews <marka@isc.org> |
3744. [experimental] SIT: send and process Source Identity Tokens
(which are similar to DNS Cookies by Donald Eastlake)
and are designed to help clients detect off path
spoofed responses and for servers to detect legitimate
clients.
SIT use a experimental EDNS option code (65001).
SIT can be enabled via --enable-developer or
--enable-sit. It is on by default in Windows.
RRL processing as been updated to know about SIT with
legitimate clients not being rate limited. [RT #35389] |
2729aea3c1a720269aaae92ce3a84af1ba0a75eb |
|
13-Feb-2014 |
Mark Andrews <marka@isc.org> |
3738. [bug] --enable-openssl-hash failed to build. [RT #35343] |
dbb012765c735ee0d82dedb116cdc7cf18957814 |
|
12-Feb-2014 |
Evan Hunt <each@isc.org> |
[master] merge libiscpk11 to libisc
3735. [cleanup] Merged the libiscpk11 library into libisc
to simplify dependencies. [RT #35205] |
e5f9fa7e18d50569a7d723acbb6f641e13ed3787 |
|
07-Feb-2014 |
Evan Hunt <each@isc.org> |
[master] deprecate isc_bitsrting
3727. [func] The isc_bitstring API is no longer used and
has been removed from libisc. [RT #35284] |
db519a99ceb27f3ca36769a0d7e06a20b0a721a2 |
|
22-Jan-2014 |
Mark Andrews <marka@isc.org> |
remove src files not available for 'make depend' |
e20788e1216ed720aefa84f3295f7899d9f28c22 |
|
16-Jan-2014 |
Mark Andrews <marka@isc.org> |
update copyrights |
a147de10fe5e19e593d42152ffd6879eca69860d |
|
15-Jan-2014 |
Evan Hunt <each@isc.org> |
[master] portable strptime/timegm
3709. [port] Use built-in versions of strptime() and timegm()
on all platforms to avoid portability issues.
[RT #35183] |
ba751492fcc4f161a18b983d4f018a1a52938cb9 |
|
15-Jan-2014 |
Evan Hunt <each@isc.org> |
[master] native PKCS#11 support
3705. [func] "configure --enable-native-pkcs11" enables BIND
to use the PKCS#11 API for all cryptographic
functions, so that it can drive a hardware service
module directly without the need to use a modified
OpenSSL as intermediary (so long as the HSM's vendor
provides a complete-enough implementation of the
PKCS#11 interface). This has been tested successfully
with the Thales nShield HSM and with SoftHSMv2 from
the OpenDNSSEC project. [RT #29031] |
5b7abbef511cea0b568be0bc8d5b3120a0b9034d |
|
09-Jul-2013 |
Evan Hunt <each@isc.org> |
[master] added isc_safe_memcmp()
3611. [bug] Improved resistance to a theoretical authentication
attack based on differential timing. [RT #33939] |
e59937c7283216ca22ce6e7937b06eab6d97f4ac |
|
10-Jun-2013 |
Evan Hunt <each@isc.org> |
[rt33746] use CRC64 for map file error detection
3591. [func] Use CRC-64 to detect map file corruption at load
time. [RT #33746] |
b99bfa184bc9375421b5df915eea7dfac6a68a99 |
|
10-Apr-2013 |
Evan Hunt <each@isc.org> |
[master] unify internal and export libraries
3550. [func] Unified the internal and export versions of the
BIND libraries, allowing external clients to use
the same libraries as BIND. [RT #33131] |
30b7c81c13391a6886eb9d12a7f9e0472a5c1110 |
|
26-Feb-2013 |
Mark Andrews <marka@isc.org> |
3500. [port] Support NAPTR regular expression validation on
all platforms. [RT #32688] |
573d78f3d53859bc01ce5d5cebbaac9b8b90bfba |
|
22-Feb-2013 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
df925e6c66d45d960fbac0383169763967d2111c |
|
21-Feb-2013 |
Evan Hunt <each@isc.org> |
[master] add zone memory context pools
3492. [bug] Fixed a regression in zone loading performance
due to lock contention. [RT #30399] |
bf8267aa453e5d2a735ed732a043b77a0b355b20 |
|
29-Jun-2012 |
Mark Andrews <marka@isc.org> |
reverse bad copyright update |
247bf378605811d695e968dbe930a7fc45c0038e |
|
29-Jun-2012 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
5fa46bc91672ef5737aee6f99763161511566c24 |
|
11-Mar-2012 |
Tinderbox User <tbox@isc.org> |
update copyright notice |
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3a |
|
07-Mar-2012 |
Mark Andrews <marka@isc.org> |
set $Id$ |
2a36d8ca40a933570347cac34542c2db580c4565 |
|
08-Jul-2011 |
Automatic Updater <source@isc.org> |
update copyright notice |
42cf2ff7bad81c5a1f5d3be29d06e12504c3af24 |
|
06-Jul-2011 |
Evan Hunt <each@isc.org> |
3131. [func] Improve scalability by allocating one zone task
per 100 zones at startup time, rather than using a
fixed-size task table. [RT #24406] |
76117ff568dc788ed24937cfea916a18db285960 |
|
09-Jun-2010 |
Mark Andrews <marka@isc.org> |
CHANGES |
8077efca7d2ec3b9bf0428386a1ec2fcbcdf437b |
|
23-Feb-2010 |
Automatic Updater <source@isc.org> |
update copyright notice |
f56be26f602515886d265f608442deb384934b72 |
|
22-Feb-2010 |
Mark Andrews <marka@isc.org> |
.NOTPARALLEL/.NO_PARALLEL |
28f4cd0a4503b91d7a48ed4d157347b251ae5686 |
|
18-Dec-2009 |
Mark Andrews <marka@isc.org> |
2808. [bug] Remove the attempt to install atomic.h from lib/isc.
atomic.h is correctly intalled by the architecture
specific subdirectories. [RT #20722] |
485a435efecda961aa117b63d8e02494a5e11e37 |
|
18-Dec-2009 |
Mark Andrews <marka@isc.org> |
2808. [bug] atomic.h was not being properly installed under all
circumstances. [RT #20722] |
12178c86525332bb0ab66155feb61fbf32eca6ac |
|
06-Dec-2009 |
Evan Hunt <each@isc.org> |
2805. [bug] Fixed namespace problems encountered when building
external programs using non-exported BIND9 libraries
(i.e., built without --enable-exportlib). [RT #20679] |
2eb6a502bcb30f5738bf7fe871f5000ba24b1f19 |
|
04-Sep-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
added a missing .c file to SRC |
a27fe4c990f96bd792f2a07ca4d38c78d5b9df2c |
|
01-Sep-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2667. [func] Add support for logging stack backtrace on assertion
failure (not available for all platforms). [RT #19780]
9.7.0 |
307d2084502eddc7ce921e5ce439aec3531d90e0 |
|
01-Sep-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2660. [func] Add a new set of DNS libraries for non-BIND9
applications. See README.libdns. [RT #19369] |
c1d7e0562f6a72ecc07ab5140cf2b88183adbd08 |
|
06-Feb-2009 |
Francis Dupont <fdupont@isc.org> |
OpenSSL hashes |
39a8abdb83d00eb57e2395dbd3931c129391a951 |
|
28-Jan-2009 |
Automatic Updater <source@isc.org> |
update copyright notice |
d9059b0c38bd630c367d81424d72b1308cd74b04 |
|
27-Jan-2009 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2537. [func] Added more statistics counters including those on socket
I/O events and query RTT histograms. [RT #18802] |
9935447b51456f598b45246d0114b8006049244d |
|
01-Dec-2008 |
Mark Andrews <marka@isc.org> |
2503. [port] linux: improve compatibility with Linux Standard
Base. [RT #18793] |
6098d364b690cb9dabf96e9664c4689c8559bd2e |
|
24-Sep-2008 |
Mark Andrews <marka@isc.org> |
2448. [func] Add NSEC3 support. [RT #15452] |
2cf81a3d8a8a12e81a762a0bc3d46e0b117733bf |
|
24-Jun-2008 |
Automatic Updater <source@isc.org> |
update copyright notice |
386d3a99c190bad55edf44d076e6bd087e230ab8 |
|
23-Jun-2008 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
2375. [security] Fully randomize UDP query ports to improve
forgery resilience. [RT #17949, #18098] |
de05f7d061abfe0ce555e0d0f2089f1261b031b6 |
|
14-Sep-2007 |
Mark Andrews <marka@isc.org> |
2235. [bug] <isc/atomic.h> was not being installed. [RT #17135] |
c7e266b7e5675e12d1ca3cc929f24b3e86d41f8e |
|
12-Sep-2007 |
Evan Hunt <each@isc.org> |
Add support for O(1) ACL processing, based on radix tree code originally
written by kevin brintnall. [RT #16288] |
70e5a7403f0e0a3bd292b8287c5fed5772c15270 |
|
20-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
ec5347e2c775f027573ce5648b910361aa926c01 |
|
19-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
b015e6b3e188278ba8fd7c9260fa8c725c11a223 |
|
22-Dec-2006 |
Michael Graff <mgraff@isc.org> |
make changes on HEAD, not on a branch. |
186e7f37c9fc985a7a7264cc8170e48a25bed434 |
|
21-Dec-2006 |
Mark Andrews <marka@isc.org> |
2122. [func] Experimental http server and statistics support
for named via xml. |
26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06 |
|
28-Jan-2006 |
Mark Andrews <marka@isc.org> |
update copyright notice |
c6d4f781529d2f28693546b25b2967d44ec89e60 |
|
27-Jan-2006 |
Mark Andrews <marka@isc.org> |
1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
HMACSHA512 support. [RT #13606] |
18d0b5e54be891a1aa938c165b6d439859121ec8 |
|
12-Jul-2005 |
Mark Andrews <marka@isc.org> |
1900. [port] freebsd: pthread_mutex_init can fail if it runs out
of memory. [RT #14995] |
dc5c59bd1dfb372225fb72fd83e6f3e9670be04b |
|
05-Jun-2005 |
Mark Andrews <marka@isc.org> |
update copyright |
5597be9bb88de138dfec9fa9176708443813925e |
|
04-Jun-2005 |
Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org> |
1813. [func] Restructured the data locking framework using
architecture dependent atomic operations (when
available), improving response performance on
multi-processor machines significantly.
x86, x86_64, alpha, and sparc64 are currently
supported.
(RT #13505) |
9f7d51ee3290e2a064d71016a6bd555b47134a7c |
|
20-Jul-2004 |
Mark Andrews <marka@isc.org> |
1688. [bug] LDFLAGS was not supported. |
dafcb997e390efa4423883dafd100c975c4095d6 |
|
05-Mar-2004 |
Mark Andrews <marka@isc.org> |
update copyright notice |
74cb99072c4b0ebd2ccafcfa284288fa760f7a1a |
|
24-Feb-2004 |
Mark Andrews <marka@isc.org> |
1573. [port] linux: update to libtool 1.5.2 so that
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941] |
fcb54ce0a4f7377486df5bec83b3aa4711bf4131 |
|
17-Oct-2003 |
Mark Andrews <marka@isc.org> |
whitespace / layout |
1e107b3d7b54de5022c3328423164e533afcc15e |
|
25-Jul-2003 |
Mark Andrews <marka@isc.org> |
1495. [cleanup] Replace hash functions with universal hash. |
21f1794606dce19928cf455029e173321f166380 |
|
24-Jun-2003 |
Mark Andrews <marka@isc.org> |
1474. [port] Provide strtoul() and memmove() for platforms
without them. |
6526fd032fc418411da3af4201214e95c113d3e2 |
|
24-Oct-2002 |
Mark Andrews <marka@isc.org> |
1391. [func] Add support for IPv6 scoped addresses in named. |
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5 |
|
20-Feb-2002 |
Mark Andrews <marka@isc.org> |
copyrights |
e74100e3f43887f048643973a1f4351daa3a9628 |
|
05-Jan-2002 |
Brian Wellington <source@isc.org> |
move isc_region_compare to isc/region.[ch], not isc/buffer.[ch] |
242bba8991b030b7764f0bdca3922d75c34ea51e |
|
30-Nov-2001 |
Andreas Gustafsson <source@isc.org> |
1151. [bug] nslookup failed to check that the arguments to
the port, timeout, and retry options were
valid integers and in range. [RT #2099]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
1149. [func] New function isc_parse_uint32(). |
91579a2424835168b8d4f1761ae4769ec46693b1 |
|
30-Aug-2001 |
Mark Andrews <marka@isc.org> |
add isc_strerror to build |
303243b9d403fb2105dba02c8c9e236bf4cf0fc9 |
|
02-Mar-2001 |
Brian Wellington <source@isc.org> |
Add isc/unix/syslog.c with a function to convert strings to syslog facilities. |
499b34cea04a46823d003d4c0520c8b03e8513cb |
|
09-Jan-2001 |
Brian Wellington <source@isc.org> |
copyright update |
3f160155daf02b1133855fb3368b1250f0baf147 |
|
29-Dec-2000 |
Brian Wellington <source@isc.org> |
ISC_MUTEX_PROFILE can be set to enable basic mutex profiling. Running named
with -s prints the results. |
7ff4d6ebca16c29f8ac2f21f210b9a90108405cb |
|
15-Nov-2000 |
David Lawrence <source@isc.org> |
compile unix/resource.c |
19e0a2c2d13500712564c59c5feb76f7f4209383 |
|
07-Nov-2000 |
Brian Wellington <source@isc.org> |
Add isc_hex_* routines, which handle conversion to and from hex strings. |
922e6a3c2ac4ef900dd9dc99f0cc137f18372583 |
|
20-Sep-2000 |
Andreas Gustafsson <source@isc.org> |
478. [bug] "make install" failed if the directory specified with
--prefix did not already exist. |
fafb62400d2f1b1da4f3908447e1f3935fc5155b |
|
29-Aug-2000 |
Brian Wellington <source@isc.org> |
When --disable-threads is passed, use "nothreads" instead of "pthreads" in
the build process. |
40f53fa8d9c6a4fc38c0014495e7a42b08f52481 |
|
01-Aug-2000 |
David Lawrence <source@isc.org> |
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace. |
15a44745412679c30a6d022733925af70a38b715 |
|
27-Jul-2000 |
David Lawrence <source@isc.org> |
word wrap copyright notice at column 70 |
9c4cba349f52bb8176c3858b2b5b340f13603802 |
|
17-Jul-2000 |
Brian Wellington <source@isc.org> |
334. [func] Added hmac-md5 to libisc. |
9c3531d72aeaad6c5f01efe6a1c82023e1379e4d |
|
23-Jun-2000 |
David Lawrence <source@isc.org> |
add RCS id string |
386a52a5ea8b674922da1da829c5179fea50e9ca |
|
22-Jun-2000 |
Brian Wellington <source@isc.org> |
Add isc/unix/os.c, which has isc_os_ncpus() |
49dbdb0186eb23d87d685b96eaefa9ec3c71d9b8 |
|
22-Jun-2000 |
David Lawrence <source@isc.org> |
update_copyrights |
890fb60939f93161ca0c63e19c7154eaf3fed156 |
|
21-Jun-2000 |
Michael Graff <mgraff@isc.org> |
add keyboard API |
4acd8d2afea04e26428e2133121cf32083641dc5 |
|
20-Jun-2000 |
David Lawrence <source@isc.org> |
build fsaccess |
9403a56228ea64101e082720fd276a8bda16cfe1 |
|
09-Jun-2000 |
Michael Graff <mgraff@isc.org> |
checkpoint |
bb2d54f1b3654857b8cb0209612ed847afbd9d3c |
|
07-Jun-2000 |
Michael Graff <mgraff@isc.org> |
build md5.c |
74da616f07f038138ddd45c10fc8de0920244d12 |
|
07-Jun-2000 |
Michael Graff <mgraff@isc.org> |
add sha1 implementation |
d8e34837cd6c88c42b3ecdb9107a43ecf8252e79 |
|
11-May-2000 |
David Lawrence <source@isc.org> |
isc_file_{stdiofunc} -> isc_stdio_* |
0c73b546ecfa49b9d1c8fdb9a48d4cd62176124a |
|
11-May-2000 |
David Lawrence <source@isc.org> |
Moved posix_result from file.c to errno2result.[ch], for use by multiple
source files. We may want to generalize this as part of the libisc API,
but with a better name. |
358628c8f4804a2db52be0f6d03a66137fab4884 |
|
29-Apr-2000 |
David Lawrence <source@isc.org> |
138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
renamed isc_string_touint64. isc_strsep moved from
strsep.c to string.c and renamed isc_string_separate. |
3935db0f04b359bec3dba46dec5c32aa5c20e9aa |
|
24-Apr-2000 |
David Lawrence <source@isc.org> |
Include {os}/file.o in libisc.a.
No longer include {os}/ufile.o and {os}/mktemplate.o in libisc.a. |
2089873efaf010c51727e51d365661b7d2cae16f |
|
19-Apr-2000 |
Michael Graff <mgraff@isc.org> |
set stack size (if < 64k) when starting a thread |
193738b819e3c699f9edd18864a6810fcfcec855 |
|
24-Feb-2000 |
Andreas Gustafsson <source@isc.org> |
introduced @SA@ macro for use as the filename extension
of static library archive files in Makefile rules |
453393955a6df13472fa8b9fe6ace987620c120d |
|
23-Feb-2000 |
Andreas Gustafsson <source@isc.org> |
inappropriate use of @A@ caused definition of
> two conflicting rules for building libisc.la when using
libtool (RT #62) |
71a1b26df092996a22d6b9a466a0c24b621b111a |
|
10-Feb-2000 |
James Brister <source@isc.org> |
Build ondestroy.c now too. |
5d82424f5d3c77c092c111b935041fd3dc4b3e98 |
|
09-Feb-2000 |
Andreas Gustafsson <source@isc.org> |
New source file netaddr.c; new functions isc_netaddr_eqprefix(),
isc_netaddr_masktoprefixlen(), isc_netaddr_fromsockaddr(),
isc_netaddr_fromin(), isc_netaddr_fromin6(), isc_sockaddr_fromnetaddr();
new result code ISC_R_MASKNONCONTIG |
a2f3208f7f754cbc5156a1d798ae06d8f3546be2 |
|
08-Feb-2000 |
Bob Halley <source@isc.org> |
add DESTDIR support |
ca41b452ede6feaa9d8739ec3cae19389a7b0d03 |
|
04-Feb-2000 |
Bob Halley <source@isc.org> |
update copyrights |
b1058f88f9938056c5e5ca4c2ca68d2de51bf16a |
|
31-Jan-2000 |
Mark Andrews <marka@isc.org> |
Add isc_mktemplate and isc_ufile |
5f2d1b96ac4bc3870423792520030a5ecabda925 |
|
11-Jan-2000 |
Andreas Gustafsson <source@isc.org> |
new type isc_quota_t, for client (and other) quotas |
ad91a3d204891c4b039606f9b5ef557d9036f8c8 |
|
15-Dec-1999 |
Michael Graff <mgraff@isc.org> |
add lfsr.c |
add0155318935892d52ef9c129ac2e2a62d68c82 |
|
17-Nov-1999 |
Andreas Gustafsson <source@isc.org> |
added isc_ratelimiter_t, a helper object that lets you
dispatch events to a task with a guaranteed minimum interval |
584ba0e67dd4974187350576700596baf2d66a59 |
|
21-Oct-1999 |
Andreas Gustafsson <source@isc.org> |
Created a new type isc_taskpool_t, a pool of isc_task_t
objects to be shared by multiple users. This is intended for use by things
like zones, which would need hordes of tasks if each one had a separate task. |
09dbb18c6d89ca75a3f10556e2b5b85462d5d7c4 |
|
21-Oct-1999 |
Michael Graff <mgraff@isc.org> |
add isc_random_t, and all the isc_random_*() function to use it. Right now it is
a pretty empty type, but it would be good to flesh it out so each random state
will be separated from one another. Right now they all just lock
around rand(), which isn't perfect, but good enough for what I need
today. |
139154bd9894495042f4e748f554e9c8b98b7598 |
|
08-Oct-1999 |
Bob Halley <source@isc.org> |
fix the makefile fixes added because nmake sucks |
5d454a5920b45f9e0619a117e892aeb57cb0abc3 |
|
07-Oct-1999 |
Bob Halley <source@isc.org> |
using $? is bad |
af97e49f21606e83c6daf67688aabe5de47925f5 |
|
06-Oct-1999 |
David Lawrence <source@isc.org> |
+ commandline.c
+ WIN32OBJS |
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2 |
|
05-Oct-1999 |
Bob Halley <source@isc.org> |
build system cleanups; improved include handling |
fd35453765c6494d077edca44f4d998af5fd4cfa |
|
30-Sep-1999 |
David Lawrence <source@isc.org> |
use AR, ARFLAGS, O and A macros |
9c91aa26411a449f26cf5e0b7fb588f8a71977a8 |
|
25-Sep-1999 |
Michael Graff <mgraff@isc.org> |
add a function to initialize a block of mutexes, and to destroy them. |
fc80027fb54b501cdd88461bf879d078259e0226 |
|
23-Sep-1999 |
David Lawrence <source@isc.org> |
logging interface & test program. not yet NT portable because of syslog. |
1819606910e5216e4adba6e0d32fd6e62dec3c97 |
|
07-Sep-1999 |
Bob Halley <source@isc.org> |
add bitstring |
85f0f10eeb2aee157fe99731375d7aadc2857def |
|
06-Sep-1999 |
Michael Graff <mgraff@isc.org> |
add bufferlist.c and bufferlist.h |
17836c7ab3d42febe48e96afe341a1c28bb373e6 |
|
03-Sep-1999 |
Bob Halley <source@isc.org> |
remove erroneous inet_ntop.@O@ |
5cf7c8439c656f55767d5de18b94fde627c0d61f |
|
30-Aug-1999 |
Mark Andrews <marka@isc.org> |
Add serial.c |
0011d936a545db858ef8f51e74a03ac7dd1a5a19 |
|
16-Jul-1999 |
Bob Halley <source@isc.org> |
link in unix/ipv6.o if required |
9bdb8a400899e28e1c50284161df90e9766fcc50 |
|
15-Jul-1999 |
Bob Halley <source@isc.org> |
search for includes in build dir unix/include |
694c897b20f06f8a5349fd9ac5df93947f6f5a2a |
|
13-Jul-1999 |
Bob Halley <source@isc.org> |
mkdep support |
378344fdcee521a2e2fd3f4a61bee15e8a6bd23e |
|
08-Jul-1999 |
Bob Halley <source@isc.org> |
add net.c |
047079a2369c4f7ccc04ec3bb559c1ea00322c07 |
|
07-Jul-1999 |
Bob Halley <source@isc.org> |
sockaddr.c is now generic |
64e41159a919b0711321fe688ca5da4f4d1b7d80 |
|
03-Jul-1999 |
Bob Halley <source@isc.org> |
shared library support |
5c02d3183f46ba8621a4bdecc71facda5f8e0717 |
|
26-Jun-1999 |
Michael Graff <mgraff@isc.org> |
add isc_sockaddr_equal() |
96754ed7b400ce080279de2f92111ad868105290 |
|
24-Jun-1999 |
Bob Halley <source@isc.org> |
put msgcat init in lib.c |
d8dcd6ad4617cc8d7df979bd62101fa9c4bac1bc |
|
23-Jun-1999 |
Bob Halley <source@isc.org> |
basic NLS support |
f80c797d42f213e026478a0e767a8dbbc2352e7f |
|
20-May-1999 |
Andreas Gustafsson <source@isc.org> |
added network interface iterator |
822f6cdabb1edd44472c7a758b5cae71376fa9be |
|
18-May-1999 |
Brian Wellington <source@isc.org> |
Created isc_base64_to{text,buffer} and removed the static versions
from lib/dns/rdata.c. |
96f55bdc736f8559b3a57260db6f0e964c44070d |
|
12-May-1999 |
Bob Halley <source@isc.org> |
add app |
75d597c63063193c4ad9217d643977381877dcc3 |
|
11-May-1999 |
Bob Halley <source@isc.org> |
add event.c |
120e76fc5442dcec479bccf5b4864e39c969f07f |
|
09-Apr-1999 |
Bob Halley <source@isc.org> |
add stdtime |
7270737ca9bfa3c5f067e6377068aa597687d094 |
|
06-Mar-1999 |
Bob Halley <source@isc.org> |
update copyrights |
6fce0bb174f410bbba9840d3d750b29db6d17514 |
|
06-Feb-1999 |
Bob Halley <source@isc.org> |
add str.o |
2e511564c57225c5b2546220b8d793512bd24204 |
|
04-Feb-1999 |
Michael Graff <mgraff@isc.org> |
work around broken lameness |
64ba6e4cc3a0ccf8c8c6349fa75b937ca9bad9a6 |
|
22-Jan-1999 |
Michael Graff <mgraff@isc.org> |
make this go on the Alpha. |
b3f39a108cfe46c2a7b689b2e6b54fef3400f3d2 |
|
15-Jan-1999 |
Michael Graff <mgraff@isc.org> |
move socket.c via copy |
4880900113e4d0f17884f3fbdbf4c302e3f9ea91 |
|
06-Jan-1999 |
Bob Halley <source@isc.org> |
remove generated files on distclean too |
903b7c030e426b5a785c4b61c924c03913d0b162 |
|
30-Dec-1998 |
Bob Halley <source@isc.org> |
add lex |
7c9b885120f02ac6af10853684a2e8350d224639 |
|
18-Dec-1998 |
Bob Halley <source@isc.org> |
add symtab |
f41f183f628a148860a6d1f0070208cddd45b0c6 |
|
12-Dec-1998 |
Bob Halley <source@isc.org> |
fix srcdir problems |
d0ad0044249ab08201ce8a1029253f2c6ef41147 |
|
12-Dec-1998 |
Bob Halley <source@isc.org> |
simplify Makefiles |
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2 |
|
11-Dec-1998 |
Bob Halley <source@isc.org> |
BIND9 Pool Creation |