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

2021-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 26 22:52:32 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/client: dhclient.c src/external/mpl/dhcp/dist/common: parse.c src/external/mpl/dhcp/dist/common/tests: option_unittest.c src/external

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

2021-05-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 21 21:07:37 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/relay: dhcrelay.c Log Message: Add missing call to libdhcp_callbacks_register(). Should stop dhcrelay() crashing when accessing *libdhcp_callbacks.local_po

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

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 17:01:31 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: Reset options on every loop. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mpl/dhcp/dist/common/

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

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 15:51:49 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: If an option is not found in the standard table, log it and don't try to dereference it. This prevents crashes from XenServer

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

2020-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 22:11:03 UTC 2020 Modified Files: src/external/mpl/dhcp/dist/omapip: errwarn.c Log Message: Don't use static buffers to store format strings; this is a multi-threaded program and if we print from multiple threads we c

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

2020-05-15 Thread Emmanuel Dreyfus
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.c Log Message: crunchgen fix Make sure local_port is not shared within a crunchgen binary. The

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

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 25 02:31:58 UTC 2019 Modified Files: src/external/mpl/dhcp/dist/omapip: result.c Log Message: Catch up with bind To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mpl/dhcp/dist/omapip/result.c P

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

2019-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 8 20:29:06 UTC 2019 Removed Files: src/external/mpl/dhcp/dist/bind: Makefile.in bind.tar.gz version.tmp Log Message: Remove the copy of bind?!?! used for its libraries... To generate a diff of this commit: cvs rdiff -

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

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 01:51:50 UTC 2019 Modified Files: src/external/mpl/dhcp/dist/omapip: buffer.c dispatch.c Log Message: apparently the fdwatch crap is needed, so undo the ifdefs. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2018-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 1 00:42:49 UTC 2018 Modified Files: src/external/mpl/dhcp/dist/common: bpf.c Log Message: PR/50893: Bruce Lilly: Handle carp interfaces. XXX: pullup-8 (in src/external/bsd/dhcp/dist/common/bpf.c) To generate a diff o