Module Name:src
Committed By: christos
Date: Mon Jan 27 15:40:36 UTC 2025
Modified Files:
src/external/mpl/bind/dist/lib/dns: qp.c zone.c
Log Message:
fix mistakes in previous
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/lib/dns/
Module Name:src
Committed By: christos
Date: Mon Jan 27 15:40:36 UTC 2025
Modified Files:
src/external/mpl/bind/dist/lib/dns: qp.c zone.c
Log Message:
fix mistakes in previous
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/lib/dns/
Module Name:src
Committed By: christos
Date: Mon Jan 27 02:16:05 UTC 2025
Modified Files:
src/external/mpl/bind/dist/lib/dns: qp.c xfrin.c zone.c
src/external/mpl/bind/dist/lib/isc: histo.c
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
src/
Module Name:src
Committed By: christos
Date: Mon Jan 27 02:16:05 UTC 2025
Modified Files:
src/external/mpl/bind/dist/lib/dns: qp.c xfrin.c zone.c
src/external/mpl/bind/dist/lib/isc: histo.c
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
src/
Module Name:src
Committed By: christos
Date: Fri Apr 19 12:35:28 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
PR/58170: Yoshitaka Tokugawa: Remove blocking statement when the requestor
asks for for an address that is in the cache and tha
Module Name:src
Committed By: christos
Date: Fri Apr 19 12:35:28 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
PR/58170: Yoshitaka Tokugawa: Remove blocking statement when the requestor
asks for for an address that is in the cache and tha
Module Name:src
Committed By: christos
Date: Thu Mar 7 17:10:37 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h
Log Message:
Make sure that the extra field is maximally aligned since it is used for
other struct storage.
To generate a dif
Module Name:src
Committed By: christos
Date: Thu Mar 7 17:10:37 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h
Log Message:
Make sure that the extra field is maximally aligned since it is used for
other struct storage.
To generate a dif
Module Name:src
Committed By: christos
Date: Fri Feb 23 21:09:49 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: client.c
src/external/mpl/bind/dist/lib/ns/include/ns: client.h
Log Message:
fix 32 bit build (no atomic_*_8)
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Fri Feb 23 21:09:49 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: client.c
src/external/mpl/bind/dist/lib/ns/include/ns: client.h
Log Message:
fix 32 bit build (no atomic_*_8)
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Thu Feb 22 12:43:10 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
Log Message:
Use 32 bit counters on non _LP64 machines because they don't have 64 bit
atomics.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Thu Feb 22 12:43:10 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
Log Message:
Use 32 bit counters on non _LP64 machines because they don't have 64 bit
atomics.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:34:22 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/netmgr: netmgr.c
Log Message:
make things compile again.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mpl/bind/dist/
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:34:22 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/isc/netmgr: netmgr.c
Log Message:
make things compile again.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mpl/bind/dist/
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:27:21 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/dns: dst_api.c resolver.c validator.c
src/external/mpl/bind/dist/lib/dns/include/dns: validator.h
src/external/mpl/bind/dist/lib/dns/incl
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:27:21 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/dns: dst_api.c resolver.c validator.c
src/external/mpl/bind/dist/lib/dns/include/dns: validator.h
src/external/mpl/bind/dist/lib/dns/incl
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:24:47 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/dns: mapapi rbt.c rbtdb.c
src/external/mpl/bind/dist/lib/dns/include/dns: rbt.h
Log Message:
Apply patch for CVE-2023-6516:
To keep its cache d
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:24:47 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/dns: mapapi rbt.c rbtdb.c
src/external/mpl/bind/dist/lib/dns/include/dns: rbt.h
Log Message:
Apply patch for CVE-2023-6516:
To keep its cache d
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:23:16 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
Apply patch for CVE-2023-5679:
A bad interaction between DNS64 and serve-stale may cause `named`
to crash with an assertion fa
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:23:16 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
Apply patch for CVE-2023-5679:
A bad interaction between DNS64 and serve-stale may cause `named`
to crash with an assertion fa
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:22:03 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
Apply patch for CVE-2023-5517:
A flaw in query-handling code can cause `named` to exit prematurely
with an assertion failure w
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:22:03 UTC 2024
Modified Files:
src/external/mpl/bind/dist/lib/ns: query.c
Log Message:
Apply patch for CVE-2023-5517:
A flaw in query-handling code can cause `named` to exit prematurely
with an assertion failure w
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:21:10 UTC 2024
Modified Files:
src/external/mpl/bind/dist/bin/plugins: filter-.c
src/external/mpl/bind/dist/lib/dns: catz.c message.c name.c rpz.c
src/external/mpl/bind/dist/lib/dns/include/dns:
Module Name:src
Committed By: christos
Date: Tue Feb 13 15:21:10 UTC 2024
Modified Files:
src/external/mpl/bind/dist/bin/plugins: filter-.c
src/external/mpl/bind/dist/lib/dns: catz.c message.c name.c rpz.c
src/external/mpl/bind/dist/lib/dns/include/dns:
Module Name:src
Committed By: christos
Date: Mon Jun 27 16:44:58 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
downgrade from LOG_ERR to LOG_DEBUG, requested by uwe@
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external
Module Name:src
Committed By: christos
Date: Mon Jun 27 16:44:58 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
downgrade from LOG_ERR to LOG_DEBUG, requested by uwe@
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external
Module Name:src
Committed By: christos
Date: Sun Jan 30 19:49:30 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
Add some more debugging to collect information about the sequence of events.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Sun Jan 30 19:49:30 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
Add some more debugging to collect information about the sequence of events.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Sun Jan 30 18:54:52 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
a bit less verbose
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/isc/hp.c
Please
Module Name:src
Committed By: christos
Date: Sun Jan 30 18:54:52 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
a bit less verbose
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/isc/hp.c
Please
Module Name:src
Committed By: christos
Date: Sun Jan 30 13:11:46 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
Avoid retiring a thread with a xtid >= isc__hp_max_threads and crashing.
XXX: need to fix the real bug, but this will do for now.
Module Name:src
Committed By: christos
Date: Sun Jan 30 13:11:46 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
Avoid retiring a thread with a xtid >= isc__hp_max_threads and crashing.
XXX: need to fix the real bug, but this will do for now.
Module Name:src
Committed By: christos
Date: Fri Aug 20 13:20:28 UTC 2021
Modified Files:
src/external/mpl/bind/dist/lib/dns: mapapi
Log Message:
bump the map api
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/mpl/bind/dist/lib/dns/mapapi
P
Module Name:src
Committed By: christos
Date: Fri Aug 20 13:20:28 UTC 2021
Modified Files:
src/external/mpl/bind/dist/lib/dns: mapapi
Log Message:
bump the map api
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/mpl/bind/dist/lib/dns/mapapi
P
> I think this is a misunderstanding.
indeed. sorry for the noise and mis-request.
.mrg.
06.04.2021 20:55:54 matthew green :
>> Module Name: src
>> Committed By: rillig
>> Date: Mon Apr 5 11:27:04 UTC 2021
>>
>> Modified Files:
>> src/external/mpl/bind/dist/bin/check: check-tool.c named-checkconf.c
>> named-checkzone.c
> [ ... ]
>> src/external/mpl/bind/dist/lib/ns/tests
In article <9374.1617735...@splode.eterna.com.au>,
matthew green wrote:
>> Module Name: src
>> Committed By:rillig
>> Date:Mon Apr 5 11:27:04 UTC 2021
>>
>> Modified Files:
>> src/external/mpl/bind/dist/bin/check: check-tool.c named-checkconf.c
>> named-chec
> Module Name: src
> Committed By: rillig
> Date: Mon Apr 5 11:27:04 UTC 2021
>
> Modified Files:
> src/external/mpl/bind/dist/bin/check: check-tool.c named-checkconf.c
> named-checkzone.c
[ ... ]
> src/external/mpl/bind/dist/lib/ns/tests: nstest.h
>
> Log Message:
>
Module Name:src
Committed By: christos
Date: Thu Nov 28 00:18:36 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
Log Message:
match ifdefs with stats.c atomic selection
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src
Module Name:src
Committed By: christos
Date: Thu Nov 28 00:18:36 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc/include/isc: types.h
Log Message:
match ifdefs with stats.c atomic selection
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src
Module Name:src
Committed By: christos
Date: Sat Nov 16 19:23:56 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc: task.c timer.c
Log Message:
shorten names
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/isc/task.c
c
Module Name:src
Committed By: christos
Date: Sat Nov 16 19:23:56 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc: task.c timer.c
Log Message:
shorten names
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/isc/task.c
c
Module Name:src
Committed By: christos
Date: Wed Oct 2 15:43:15 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc: siphash.c
Log Message:
PR/54594: Martin Husemann: bind may crash at startup
Use memcpy(3) instead of assuming casting "uint8_t *" to "uint64_t *" a
Module Name:src
Committed By: christos
Date: Wed Oct 2 15:43:15 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc: siphash.c
Log Message:
PR/54594: Martin Husemann: bind may crash at startup
Use memcpy(3) instead of assuming casting "uint8_t *" to "uint64_t *" a
Module Name:src
Committed By: christos
Date: Thu Sep 12 17:04:18 UTC 2019
Removed Files:
src/external/mpl/bind/dist: o
Log Message:
remove bad file
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/mpl/bind/dist/o
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Thu Sep 12 17:04:18 UTC 2019
Removed Files:
src/external/mpl/bind/dist: o
Log Message:
remove bad file
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/mpl/bind/dist/o
Please note that diffs are not
46 matches
Mail list logo