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

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

CVS commit: src/external/mpl/dhcp

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 04:14:46 UTC 2021 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: use -fcommon here too. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mpl/dhcp/Makefile.inc Please note that

CVS commit: src/external/mpl/dhcp

2021-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 20 01:43:04 UTC 2021 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: libisc needs libssl now To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mpl/dhcp/Makefile.inc Please note

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

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

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

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

2020-06-07 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Jun 7 23:29:16 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: external/mpl/dhcp: Suppress -Werror=stringop-truncation error This logic correctly uses strncpy(3) to fully initialize a

CVS commit: src/external/mpl/dhcp

2020-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 25 15:37:51 UTC 2020 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Fix static build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mpl/dhcp/Makefile.inc Please note that

CVS commit: src/external/mpl/dhcp

2020-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 24 19:50:12 UTC 2020 Modified Files: src/external/mpl/dhcp: Makefile.inc src/external/mpl/dhcp/dist/omapip: isclib.c Log Message: Adjust for bind-9.16.3 To generate a diff of this commit: cvs rdiff -u -r1.5

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

2020-05-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 23 00:32:42 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: GCC8 needs -Wno-stringop-overflow also for m68000 (sun2). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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.

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

2020-02-11 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 12 00:41:50 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: external/mpl/dhcp: Fix build failure under LLVM. -Wno-error= flag now only applies to gcc 8 and not to LLVM based builds.

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

2020-02-09 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 07:59:44 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: external/mpl/dhcp: Suppress -Werror=format-overflow error. Add -Wno-error=format-overflow mdb6.c to prevent build failure. Error

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

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

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 17:41:48 UTC 2019 Modified Files: src/external/mpl/dhcp: Makefile.inc src/external/mpl/dhcp/dist/common: dns.c src/external/mpl/dhcp/dist/omapip: buffer.c connection.c dispatch.c isclib.c

CVS commit: src/external/mpl/dhcp

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 15:39:22 UTC 2018 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Add libz for new libisc needing it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mpl/dhcp/Makefile.inc

CVS commit: src/external/mpl/dhcp

2018-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 22 20:48:44 UTC 2018 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Explain the -Bstatic -Bdynamic dance. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/mpl/dhcp

2018-06-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 21 11:02:48 UTC 2018 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Make building of dhcp compatible with MKSANITIZER Disable LD flags (-Wl,-Bstatic and -Wl,-Bdynamic) with enabled MKSANITIZER. These

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

CVS commit: src/external/mpl/dhcp

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:34:51 UTC 2018 Modified Files: src/external/mpl/dhcp: dhcp2netbsd Log Message: now mpl To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/dhcp2netbsd Please note that diffs are

CVS commit: src/external/mpl/dhcp

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:31:38 UTC 2018 Added Files: src/external/mpl/dhcp: Makefile Makefile.inc dhcp2netbsd src/external/mpl/dhcp/bin: Makefile Makefile.inc src/external/mpl/dhcp/bin/client: Makefile