]> git.ipfire.org Git - people/ms/dnsmasq.git/shortlog
people/ms/dnsmasq.git
2013-08-20  Giovanni BajoAdd rdata canonicalization functions.
2013-08-20  Giovanni BajoFix a bug in rdlen update while decompressing a name
2013-08-20  Giovanni BajoFix the macro names.
2013-08-20  Giovanni BajoFix rrset_canonical_order() to correct handle canonical...
2013-08-20  Giovanni BajoStart refactoring for correct handling of domain wire...
2013-08-20  Giovanni Bajoverifyalg_add_data_domain: fix for root domain ("").
2013-08-20  Giovanni BajoImplement RSASHA256.
2013-08-20  Giovanni BajoCanonicalize NS records.
2013-08-20  Giovanni BajoProcess RRSIGs also in authority and additional sections.
2013-08-20  Giovanni BajoRSASHA1-NSEC3-SHA1 is equivalent to RSASHA1 for the...
2013-08-20  Giovanni BajoReformat some code (no semantic difference).
2013-08-20  Giovanni BajoStart implementing canonicalization of RDATA wire formats.
2013-08-20  Giovanni BajoSilence a few warnings.
2013-08-20  Giovanni BajoConvert to C-style comments.
2013-08-20  Giovanni BajoRemove unused variable.
2013-08-20  Giovanni BajoFix a validation bug when owner != signer.
2013-08-20  Giovanni BajoImprove logging message.
2013-08-20  Giovanni BajoFix a bug in extract_name_no_compression.
2013-08-20  Giovanni BajoExport skip_name function.
2013-08-20  Giovanni BajoDebug function.
2013-08-20  Giovanni BajoBugfix: domain names must go through hash function...
2013-08-20  Giovanni BajoBugfix: rdata flags must go through hash function in...
2013-08-20  Giovanni BajoImplement RSA verification.
2013-08-20  Giovanni Bajoverify() function must take a keydata chained buffer...
2013-08-20  Giovanni BajoMove helper functions to common header file.
2013-08-20  Giovanni BajoHelper function to walk through keydata chained blocks.
2013-08-20  Giovanni BajoAdd a FIXME for missing logic.
2013-08-20  Giovanni BajoAdd cast to silence warning.
2013-08-20  Giovanni BajoRework the loop a little (no functionality changes)
2013-08-20  Giovanni BajoCall valg verify functions (unimplemented for now)
2013-08-20  Giovanni BajoInsert all DNSKEY/DS records into cache in one transaction.
2013-08-20  Giovanni BajoChange some logging messages.
2013-08-20  Giovanni BajoSkip non-signing keys
2013-08-20  Giovanni BajoPostpone RRSIG processing after all DNSKEY/DS have...
2013-08-20  Giovanni BajoBefore using a key for validation, also verify that...
2013-08-20  Giovanni BajoFix argument in dnssec_parsekey() call.
2013-08-20  Giovanni BajoAdd function to extract algorithm number from context.
2013-08-20  Giovanni BajoStart parsing DNSKEY records and insert them into cache.
2013-08-20  Giovanni Bajoextract_name_no_compression: strip trailing dot.
2013-08-20  Giovanni BajoMacros to simplify tentative parsing.
2013-08-20  Giovanni BajoRefactor to use new VerifyAlg context, and start implem...
2013-08-20  Giovanni BajoExplicitize the context of verification algorithm.
2013-08-20  Giovanni BajoMove general macros in dnsmasq.h
2013-08-20  Giovanni BajoRename key cache field.
2013-08-20  Giovanni BajoFix bug in keydata_alloc()
2013-08-20  Giovanni BajoFix rrset qsort comparison function.
2013-08-20  Giovanni BajoAdd skeleton for RSASHA256.
2013-08-20  Giovanni BajoRemove useless endian-conversion after GETLONG().
2013-08-20  Giovanni BajoFix off-by-one in iteration.
2013-08-20  Giovanni BajoSpecify the correct place where to canonicalize RR...
2013-08-20  Giovanni BajoInitial openssl RSASHA1 implementation (only SHA1 for...
2013-08-20  Giovanni BajoAdd openssl support to build machinery.
2013-08-20  Giovanni BajoFurther abstract API of verify crypto.
2013-08-20  Giovanni BajoFilter out invalid characters in domain names.
2013-08-20  Giovanni BajoSkip trailing \0 in domain name.
2013-08-20  Giovanni BajoAugment verify algorithm table.
2013-08-20  Giovanni BajoInitial dnssec structure.
2013-08-20  Giovanni BajoDNSSEC validation require EDNS0, force larger packet...
2013-08-20  Giovanni BajoExternalize dns parsing functions.
2013-08-20  Giovanni BajoAdd run-time options to activate dnssec validation.
2013-08-20  Giovanni BajoAdd dnssec RR types
2013-08-20  Giovanni BajoRename existing DNSSEC macros into DNSSEC_PROXY.
2013-08-20  Giovanni BajoAdd compile-time macro for DNSSEC support.
2013-08-20  Simon KelleyFix dhcp-range sanity checking.
2013-08-20  Simon KelleyUse tags from pxe-proxy dhcp-range statements.
2013-08-19  Vladislav GrishenkoAllow prefix :: in constructed dhcp-range.
2013-08-19  Vladislav GrishenkoIFACE_PERMANENT interface flag in enumeration.
2013-08-19  Simon KelleySilence compiler warning.
2013-08-19  Vladislav GrishenkoAdd code to get IPv6 address lifetimes and flags for...
2013-08-14  Simon KelleySet SOREUSEADDR as well as SOREUSEPORT on DHCP sockets...
2013-08-14  Simon KelleyDebian package change: update resolvconf script.
2013-08-05  Simon KelleyFix DHCPv6 lease time calculation when client sends...
2013-08-01  Simon KelleySanity check for dhcp-range template.
2013-07-29  Simon KelleyProvide independent control over which interfaces get...
2013-07-29  Simon KelleyMake --listen-address higher priority than --except...
2013-07-29  Simon KelleyAdd --force-fast-ra option.
2013-07-28  Simon KelleyApply ceiling of configured dhcp-range leasetime to...
2013-07-28  Simon KelleySupport RFC-4242 information-refresh-time.
2013-07-27  Simon KelleyRemove dead code.
2013-07-27  Simon KelleyBetter job with domain for DHCPv6 information-request.
2013-07-27  Simon KelleyTweak when old prefix returns.
2013-07-27  Simon KelleyMerge branch 'master' of ssh://thekelleys.org.uk/var...
2013-07-26  Simon KelleyFix MAC address enumeration on *BSD.
2013-07-26  Simon KelleyAdvertise lost prefixes with pref_time == 0 for 2 hours.
2013-07-25  Simon KelleyMake --clear-on-reload apply to DBus API too.
2013-07-25  Roy MarplesDHCP FQDN option tweaks.
2013-07-25  Simon KelleyTweak parameter lifetimes in Router advertisements.
2013-07-24  Kyle MesteryAllow hostnames to start with a number.
2013-07-03  Simon KelleyTypo in name in CHANGELOG.
2013-07-02  Simon KelleyFix crash with empty DHCP string options.
2013-06-19  Simon KelleyIncrease timeout/number of retries in TFTP.
2013-05-31  Simon KelleyDon't BIND DHCP socket if more interfaces may come...
2013-05-31  Simon KelleyAdd constructor-noauth: keyword
2013-05-31  Simon KelleyAllow constructed ranges from interface address at...
2013-05-31  Marcelo Salhab... Log forwarding table overflows.
2013-05-29  Simon KelleyRemove limit in prefix length in --auth-zone.
2013-05-29  Simon KelleyFix option parsing for --dhcp-host.
2013-05-28  Simon KelleyUpdate Debian resolvconf script for dnscrypt-proxy...
2013-05-23  Simon KelleyFix hang from new interface-name code, when using TCP.
2013-05-20  Simon KelleyDebian changelog update.
next