Jeremy Rand
Jeremy Rand
We should integrate ncdumpzone's Firefox mode into ncdns, so that it's automated. See https://github.com/namecoin/namecoin.org/pull/245
ncdumpzone's functionality (exporting a zonefile) would be useful to have in a library rather than only a standalone executable.
It would be useful to add Windows Enterprise Certificate Pinning (ECP) XML as an output format for ncdumpzone. This would give us negative overrides on Windows 10 for any CryptoAPI...
It would be useful to add Windows EMET Certificate Trust XML as an output format for ncdumpzone. This would give us negative overrides on Windows for any CryptoAPI application that...
# Steps to reproduce ~~~ ./q @127.0.0.1 www.radio.bit ./q @127.0.0.1 www.biteater.dtdns.net ~~~ # Expected results Both queries should return the same results, since `radio.bit` `DNAME`s to `biteater.dtdns.net`. # Observed results...
The code at https://github.com/namecoin/ncdns/blob/09a88dc989df29910e368d9e7385bdaaeb82049f/server/web.go#L93 doesn't seem to be escaping HTML. Or at least, I can't convince myself by looking at the code that it's properly escaping HTML, and the `gas`...
`stub-prime` and `stub-first` should be documented in the README, similar to https://github.com/namecoin/ncdns-nsis/blob/master/ncdns-inst.conf.in
The error check at https://github.com/namecoin/ncdns/blob/0688b3ea9551169e412202d00106f42fb1772604/ncdomain/convert.go#L339 is commented out. Is there a reason for this? It's causing static analysis to complain.
Not yet tested. Feel free to review/test but don't merge yet.
I realize that this could be argued to be a PEBKAC error, but there's no documentation for how to test whether ncdns is working on Windows. nslookup is (I assume)...