[Bug 175316] Re: no IDN in nslookup and host

2018-08-18 Thread Bug Watch Updater
** Changed in: bind9 (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage notifications about this bug go

[Bug 175316] Re: no IDN in nslookup and host

2018-08-02 Thread Vasya Pupkin
Any chances the fix will arrive in xenial? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage notifications about this bug go to:

[Bug 175316] Re: no IDN in nslookup and host

2018-08-02 Thread Andreas Hasenack
This is fixed in cosmic: https://launchpad.net/ubuntu/+source/bind9/1:9.11.4+dfsg-3ubuntu1 ** Changed in: bind9 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 175316] Re: no IDN in nslookup and host

2018-08-02 Thread Andreas Hasenack
This is fixed in cosmic: https://launchpad.net/ubuntu/+source/bind9/1:9.11.4+dfsg-3ubuntu1 ** Changed in: bind9 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report.

[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/351764 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/175316 Title: no IDN in

[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/351764 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and

[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
This will be fixed in cosmic in the next upload: root@cosmic-bind9-merge-9114:~# dig @127.0.0.1 +idnout räksmörgås.se ; <<>> DiG 9.11.4-3ubuntu1~ppa2-Ubuntu <<>> @127.0.0.1 +idnout räksmörgås.se ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status:

[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
This will be fixed in cosmic in the next upload: root@cosmic-bind9-merge-9114:~# dig @127.0.0.1 +idnout räksmörgås.se ; <<>> DiG 9.11.4-3ubuntu1~ppa2-Ubuntu <<>> @127.0.0.1 +idnout räksmörgås.se ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status:

[Bug 175316] Re: no IDN in nslookup and host

2018-07-27 Thread Andreas Hasenack
Debian enabled building with libidn2: https://salsa.debian.org/dns- team/bind9/commit/3e72f1a0c5cd695b7bcdefa458869cf5566198bd -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/175316 Title:

[Bug 175316] Re: no IDN in nslookup and host

2018-07-27 Thread Andreas Hasenack
Debian enabled building with libidn2: https://salsa.debian.org/dns- team/bind9/commit/3e72f1a0c5cd695b7bcdefa458869cf5566198bd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
The bionic task is fix released in the sense that the fix is published in the official archive and available to users. The one issue I can see wrt a fix for xenial or any other stable release is the introduction of a new dependency via the update, that is, libidn. But I've seen that done in the

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
The bionic task is fix released in the sense that the fix is published in the official archive and available to users. The one issue I can see wrt a fix for xenial or any other stable release is the introduction of a new dependency via the update, that is, libidn. But I've seen that done in the

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Pavel
But Bionic are not released yet: https://wiki.ubuntu.com/Releases And Artful are not LTS release type. Effectively meaning Xenial are latest LTS release up-to-date and still supported until April 2021. Does by any chance this can be fixed in currently active LTS release, i.e. Xenial? I don't

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Vasya Pupkin
By the way, for all who need a workaround, here's a simple script that uses idn tool (apt install idn) to translate any non-ascii parameters to punycode and pass them to supplied executable. Example: $ type host host is aliased to `idnwrapper.sh host' $ host почта.рф xn--80a1acny.xn--p1ai has

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Vasya Pupkin
And what about other tools like dig and host? How many more years will they lack IDN support? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
When the bug task does not mention a specific ubuntu release, it means "whatever is devel at the time". Now that means bionic, where it's fixed and available, that's why the task was marked as fix released. To have it fixed in Xenial and other stable releases, the procedure outlined in

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
When the bug task does not mention a specific ubuntu release, it means "whatever is devel at the time". Now that means bionic, where it's fixed and available, that's why the task was marked as fix released. To have it fixed in Xenial and other stable releases, the procedure outlined in

[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Pavel
Why it is "fix released" while it's still affects Xenial? Xenial are LTS and supported until 04-2021 and it should be fixed in Xenial. Every other major distro has support for IDN for years. But for some reason Ubuntu maintainers are ignoring this issue. -- You received this bug notification

[Bug 175316] Re: no IDN in nslookup and host

2018-03-28 Thread Andreas Hasenack
iputils-ping in bionic and artful is linked with libidn: andreas@nsnx:~$ dpkg -S /bin/ping iputils-ping: /bin/ping andreas@nsnx:~$ ldd /bin/ping|grep idn libidn.so.11 => /lib/x86_64-linux-gnu/libidn.so.11 (0x7f21be77) andreas@nsnx:~$ ping -c 1 räksmörgås.se PING räksmörgås.se

[Bug 175316] Re: no IDN in nslookup and host

2018-03-28 Thread Andreas Hasenack
iputils-ping in bionic and artful is linked with libidn: andreas@nsnx:~$ dpkg -S /bin/ping iputils-ping: /bin/ping andreas@nsnx:~$ ldd /bin/ping|grep idn libidn.so.11 => /lib/x86_64-linux-gnu/libidn.so.11 (0x7f21be77) andreas@nsnx:~$ ping -c 1 räksmörgås.se PING räksmörgås.se

[Bug 175316] Re: no IDN in nslookup and host

2017-09-27 Thread Vasya Pupkin
Seriously, what's the problem? IDN support was added long time ago to BIND9 and it's tools. Whether someone likes it or not, IDN is a standard (bad one, but still) and should be supported. Right now I have to use wrapper to make these tools IDN-aware. -- You received this bug notification

[Bug 175316] Re: no IDN in nslookup and host

2017-06-07 Thread atimonin
I also vote for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage notifications about this bug go to:

[Bug 175316] Re: no IDN in nslookup and host

2016-11-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: iputils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no

[Bug 175316] Re: no IDN in nslookup and host

2016-11-27 Thread Pavel
This should be changed to support for IDN in bind9 packages and iputils packages, especially dnsutils and iputils-ping packages. The IDN support nowadays are mandatory. Almost every major GNU/Linux distro currently supports IDN in ping/dig/nslookup/etc from the box. -- You received this bug

[Bug 175316] Re: no IDN in nslookup and host

2016-11-27 Thread Pavel
** Also affects: bind Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage notifications about this bug go

[Bug 175316] Re: no IDN in nslookup and host

2016-05-12 Thread Thomas Dreibholz
Interestingly, Ubuntu 16.04's traceroute supports IDN, but neither tracepath nor traceroute6/tracepath6: nornetpp@experiment:~$ traceroute bjørvika.uio.nornet traceroute to bjørvika.uio.nornet (10.1.2.100), 30 hops max, 60 byte packets 1 fornebu.uninett.simula.nornet (10.1.1.1) 0.947 ms 0.945

[Bug 175316] Re: no IDN in nslookup and host

2016-05-12 Thread Thomas Dreibholz
IDN support would be really nice to have. Unfortunately, not even Ubuntu 16.04 has it yet: Ubuntu 16.04 (Xenial Xerus): nornetpp@experiment:~$ host bjørvika.uio.nornet Host bjørvika.uio.nornet not found: 3(NXDOMAIN) nornetpp@experiment:~$ nslookup bjørvika.uio.nornet Server:

[Bug 175316] Re: no IDN in nslookup and host

2016-03-25 Thread Alexander Zubkov
8 years passed for such an issue. :( May be somebody will fix it at last? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage

[Bug 175316] Re: no IDN in nslookup and host

2016-03-25 Thread Alexander Zubkov
8 years passed for such an issue. :( May be somebody will fix it at last? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175316 Title: no IDN in nslookup and host To manage notifications about this

[Bug 175316] Re: no IDN in nslookup and host

2013-12-23 Thread Jonathan Stewart
Hi, IDN is not optional on the internet today. The IANA is publishing several IDN top level domains: http://www.iana.org/domains/root/db As it currently stands, I am having a difficult time using Ubuntu as a professional internet operator at an ISP, because my only choice is hacks like this:

[Bug 175316] Re: no IDN in nslookup and host

2013-12-23 Thread Jonathan Stewart
Hi, IDN is not optional on the internet today. The IANA is publishing several IDN top level domains: http://www.iana.org/domains/root/db As it currently stands, I am having a difficult time using Ubuntu as a professional internet operator at an ISP, because my only choice is hacks like this:

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
!ping :) - dnsutils 1:9.7.3.dfsg-1ubuntu4.1 From the man page in ubuntu 11.10 oneiric: IDN SUPPORT If dig has been built with IDN (internationalized domain name) support, it can accept and display non-ASCII domain names. dig appropriately converts character encoding of domain

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
Hm, perhaps I'm wrong, should dig tool be used with idn? Or should it be able to translate utf-8 characters to punycode directly? It works with punycode entered through idn command line tool, e.g. dig `idn њњњ.срб` -- You received this bug notification because you are a member of Ubuntu Server

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
ah.. I assume idnkit (which is not packaged) is required: dighost.c:41:24: fatal error: idn/result.h: No such file or directory compilation terminated.41:24: fatal error: idn/result.h: No such file or directory compilation terminated. -- You received this bug notification because you are a

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
!ping :) - dnsutils 1:9.7.3.dfsg-1ubuntu4.1 From the man page in ubuntu 11.10 oneiric: IDN SUPPORT If dig has been built with IDN (internationalized domain name) support, it can accept and display non-ASCII domain names. dig appropriately converts character encoding of domain

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
Hm, perhaps I'm wrong, should dig tool be used with idn? Or should it be able to translate utf-8 characters to punycode directly? It works with punycode entered through idn command line tool, e.g. dig `idn њњњ.срб` -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
ah.. I assume idnkit (which is not packaged) is required: dighost.c:41:24: fatal error: idn/result.h: No such file or directory compilation terminated.41:24: fatal error: idn/result.h: No such file or directory compilation terminated. -- You received this bug notification because you are a

[Bug 175316] Re: no IDN in nslookup and host

2009-11-16 Thread LaMont Jones
** Changed in: bind9 (Ubuntu) Importance: Undecided = Wishlist -- no IDN in nslookup and host https://bugs.launchpad.net/bugs/175316 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 175316] Re: no IDN in nslookup and host

2009-11-16 Thread LaMont Jones
** Changed in: bind9 (Ubuntu) Importance: Undecided = Wishlist -- no IDN in nslookup and host https://bugs.launchpad.net/bugs/175316 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 175316] Re: no IDN in nslookup and host

2008-01-13 Thread Bug Watch Updater
** Changed in: bind9 (Debian) Status: Unknown = New -- no IDN in nslookup and host https://bugs.launchpad.net/bugs/175316 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 175316] Re: no IDN in nslookup and host

2008-01-12 Thread LaMont Jones
The plan is to include idn support in bind 9.5, as part of a separate binary. ** Bug watch added: Debian Bug tracker #459010 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459010 ** Also affects: bind9 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459010 Importance:

[Bug 175316] Re: no IDN in nslookup and host

2007-12-14 Thread emil.s
Yes, this would be really good. Ping is also affected: [EMAIL PROTECTED]: /etc/ssh # ping räksmörgås.se ping: unknown host räksmörgås.se -- no IDN in nslookup and host https://bugs.launchpad.net/bugs/175316 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 175316] Re: no IDN in nslookup and host

2007-12-10 Thread Tommy Johnsson
I'm no expert on the security issue with IDN but it is used on the Internet today and both nslookup and host is very good tools to diagnose problems in some cases. There ought to be some way to implement IDN into the tools without compromising security. -- no IDN in nslookup and host