[Dnsmasq-discuss] Warnings when building v2.75 in FreeBSD 10.2

2015-12-07 Thread Shane Manjarres
When I built dnsmasq 2.75 in FreeBSD 10.2 some warnings were produced during make. Not sure if they warnings are issues that need to be addressed. But just in case I'm attaching the entire build process output. root@freebsd:~/Desktop/dnsmasq-2.75 # make cc -Wall -W -O2 -DVERSION='"2.75"'

Re: [Dnsmasq-discuss] dnsmasq 2.75 build options

2015-12-07 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/12/15 04:39, Shane Manjarres wrote: > Looking at the build options listed in /src/config.h it states the > following: > > The default set of options to build > > HAVE_DHCP HAVE_DHCP6 HAVE_TFTP HAVE_SCRIPT HAVE_AUTH HAVE_IPSET > HAVE_LOOP

Re: [Dnsmasq-discuss] question about the host-record= example

2015-12-07 Thread Olaf Hering
On Wed, Nov 18, Olaf Hering wrote: > I wonder why the example in the host-record= lists both? Any answer to that question? Olaf ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk

Re: [Dnsmasq-discuss] dnsmasq 2.75 build options

2015-12-07 Thread Kevin Darbyshire-Bryant
On 07/12/15 04:39, Shane Manjarres wrote: > Looking at the build options listed in /src/config.h it states the > following: > > *The default set of options to build* > > HAVE_DHCP > HAVE_DHCP6 > HAVE_TFTP > HAVE_SCRIPT > HAVE_AUTH > HAVE_IPSET > HAVE_LOOP > > *In the same config.h file is

Re: [Dnsmasq-discuss] segv using 2.75 with dnssec

2015-12-07 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I think the problem may be the code-path in get_new_frec() which frees old frecs. Warping the time will make all the records suddenly old, and they'll get freed by the loop. The problem is that some will be freed by the recursive calls to free_frec

Re: [Dnsmasq-discuss] dnsmasq exists with sigterm following bootp messages

2015-12-07 Thread Thomas Ballantyne
Hi, Any feedback here? Thanks, Thomas On Tue, Dec 1, 2015 at 12:16 PM, Thomas Ballantyne wrote: > Hi Simon, > > Seeing an issue where BOOTP messages are crashing dnsmasq. dnsmasq exits > with a SIGTERM. > > I tried adding > > dhcp-ignore=bootp > > > to

Re: [Dnsmasq-discuss] dnsmasq exists with sigterm following bootp messages

2015-12-07 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Why do you think that this is BOOTP related? I can't see any evidence that your clients are sending bootp requests. Background: BOOTP is an old protocol that pre-dates DHCP. DHCP packets are actually BOOTP packets with lots of extra options. From

[Dnsmasq-discuss] segv using 2.75 with dnssec

2015-12-07 Thread Andre Heider
Hi, I just noticed a crash on my mips based openwrt router. It looks like it's because of the initial time change on boot, this device doesn't have a RTC and the time is set using ntp. I dunno how reproducible this is, maybe it happend before and I just didn't notice. Mon Dec 7 17:05:27 2015