CVS commit: src/external/mpl/dhcp/dist/server

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:17:27 UTC 2025 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Fix 2 bugs when cleaning old leases: 1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not have an ia

CVS commit: src/external/mpl/dhcp/dist/server

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:17:27 UTC 2025 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Fix 2 bugs when cleaning old leases: 1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not have an ia

CVS commit: src/external/mpl/dhcp/dist/common

2024-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 13 20:35:52 UTC 2024 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: protect option_dereference like in the other cases (although the option_dereference checks for it too). To generate a diff

CVS commit: src/external/mpl/dhcp/dist/common

2024-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 13 20:35:52 UTC 2024 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: protect option_dereference like in the other cases (although the option_dereference checks for it too). To generate a diff

CVS commit: src/external/mpl/dhcp/dist/common

2023-07-27 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Jul 27 10:32:25 UTC 2023 Modified Files: src/external/mpl/dhcp/dist/common: dispatch.c Log Message: dhcpd: move isc_event_free() before isc_timer_destroy() in timer cb isc_timerevent_destroy() called by isc_event_free() expects

CVS commit: src/external/mpl/dhcp/dist/common

2023-07-27 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Jul 27 10:32:25 UTC 2023 Modified Files: src/external/mpl/dhcp/dist/common: dispatch.c Log Message: dhcpd: move isc_event_free() before isc_timer_destroy() in timer cb isc_timerevent_destroy() called by isc_event_free() expects

CVS commit: src/external/mpl/dhcp/dist/common

2023-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 27 09:10:25 UTC 2023 Modified Files: src/external/mpl/dhcp/dist/common: dispatch.c Log Message: isc timer API changed with the recent bind import - use isc_timer_destroy() instead of isc_timer_detach() To generate a diff

CVS commit: src/external/mpl/dhcp/dist/common

2023-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 27 09:10:25 UTC 2023 Modified Files: src/external/mpl/dhcp/dist/common: dispatch.c Log Message: isc timer API changed with the recent bind import - use isc_timer_destroy() instead of isc_timer_detach() To generate a diff

CVS commit: src/external/mpl/dhcp/dist

2022-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 5 22:20:15 UTC 2022 Modified Files: src/external/mpl/dhcp/dist: RELNOTES src/external/mpl/dhcp/dist/common: options.c src/external/mpl/dhcp/dist/common/tests: option_unittest.c Log Message: Apply securit

CVS commit: src/external/mpl/dhcp/dist

2022-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 5 22:20:15 UTC 2022 Modified Files: src/external/mpl/dhcp/dist: RELNOTES src/external/mpl/dhcp/dist/common: options.c src/external/mpl/dhcp/dist/common/tests: option_unittest.c Log Message: Apply securit

CVS commit: src/external/mpl/dhcp/dist/server

2022-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 23 12:30:52 UTC 2022 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Adjust to new bind libraries To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mpl/dhcp/dist/server/mdb

CVS commit: src/external/mpl/dhcp/dist/server

2022-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 23 12:30:52 UTC 2022 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Adjust to new bind libraries To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mpl/dhcp/dist/server/mdb

CVS commit: src/external/mpl/dhcp/dist

2022-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 3 01:11:00 UTC 2022 Modified Files: src/external/mpl/dhcp/dist/client: client_tables.c clparse.c dhc6.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf.5 dhclient.leases.5 src/extern

CVS commit: src/external/mpl/dhcp/dist/omapip

2022-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 30 19:47:04 UTC 2022 Modified Files: src/external/mpl/dhcp/dist/omapip: isclib.c Log Message: Bump the number of "workers" to 2 which effectively bumps the number of contexts to 8. We seem to need 5 contexts so that shou

CVS commit: src/external/mpl/dhcp/dist/omapip

2022-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 30 19:47:04 UTC 2022 Modified Files: src/external/mpl/dhcp/dist/omapip: isclib.c Log Message: Bump the number of "workers" to 2 which effectively bumps the number of contexts to 8. We seem to need 5 contexts so that shou

Re: CVS commit: src/external/mpl/dhcp/dist/common

2020-05-15 Thread Christos Zoulas
In article <20200515123104.297c5f...@cvs.netbsd.org>, Emmanuel Dreyfus wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: manu >Date: Fri May 15 12:31:04 UTC 2020 > >Modified Files: > src/external/mpl/dhcp/dist/common: bpf.c discover.c lpf.c packet.c > raw.c socket.