dnsmasq hosts its code at git://thekelleys.org.uk/dnsmasq.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:dnsmasq

See all merge proposals.

dnsmasq has 5 active branches owned by 3 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:dnsmasq
Series: trunk
1 Development 2017-10-13 21:26:40 UTC
1127. Fix logic on EDNS0 headers. The logi...

Author: Simon Kelley
Revision Date: 2017-10-13 21:26:40 UTC

Fix logic on EDNS0 headers.

The logic to determine is an EDNS0 header was added was wrong. It compared
the packet length before and after the operations on the EDNS0 header,
but these can include adding options to an existing EDNS0 header. So
a query may have an existing EDNS0 header, which is extended, and logic
thinks that it had a header added de-novo.

Replace this with a simpler system. Check if the packet has an EDSN0 header,
do the updates/additions, and then check again. If it didn't have one
initially, but it has one laterly, that's the correct condition
to strip the header from a reply, and to assume that the client
cannot handle packets larger than 512 bytes.

lp:~schowdh/dnsmasq/trunk 1 Development 2016-04-15 04:28:26 UTC This branch has not been imported yet.
lp:~philip-g-potter/dnsmasq/conditionally-update-resolvconf bug 1 Development 2014-01-07 15:06:11 UTC
25. Update resolvconf if necessary in pos...

Author: Philip Potter
Revision Date: 2014-01-07 15:05:18 UTC

Update resolvconf if necessary in postinst

lp:~philip-g-potter/dnsmasq/update-resolvconf bug 1 Development 2013-11-09 19:01:33 UTC
25. Update resolvconf in postinst

Author: Philip Potter
Revision Date: 2013-11-09 18:57:43 UTC

Update resolvconf in postinst

lp:~cyphermox/dnsmasq/2.63-0ubuntu1 1 Development 2012-08-17 21:38:46 UTC
1. import, start 2.63-0ubuntu1.

Author: Mathieu Trudel-Lapierre
Revision Date: 2012-08-17 18:40:15 UTC

 import, start 2.63-0ubuntu1.

15 of 5 results
You can't create new branches for dnsmasq.