[Bug 590104] Re: ace domain format not allowed for .de whois servers

2013-10-11 Thread Manuel Domke
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/590104

Title:
  ace domain format not allowed for .de whois servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/590104/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-08-09 Thread Manuel Domke
Hi,
I don't know how much ace-conversion other whois servers do, but I'd guess most 
of the registries which support special characters in their domain names may 
also support the conversion. 

I'd just recommend to keep this whois client as simple as possible, so I'd 
remove any conversions and leave that to whois servers.
But surely it would change the behaviour for non .de domains with special 
characters.

If you like, you can also add an exception that the conversion won't be
done for .de domains.

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-08-09 Thread Manuel Domke
I'm complaining about the fact, that i'm requesting information about
müller.de, I get information about xn--mller-kva.de, which is not the
object I requested.

My already given example: 
whois -h whois.test.denic.de müller.de
This should be asking for müller.de, but actually it asks the whois server 
for xn--mller-kva.de, which is an invalid domain name.
If I really wanted to make a request for xn--mller-kva.de, I would have done..

whois -h whois.test.denic.de -T dn,ace müller.de
Asks for The domain müller.de providing the ace flag returns the correct 
output.

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-07-07 Thread Manuel Domke
** Summary changed:

- ace domain format not allowed for .de nameservers
+ ace domain format not allowed for .de whois servers

-- 
ace domain format not allowed for .de whois servers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de nameservers

2010-06-06 Thread Manuel Domke
** Description changed:

  Binary package hint: whois
  
  Hi,
- The whois client has a new feature(partially bug) (since Ubuntu 10.04), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)
+ since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)
  
  The DENIC whois servers only accept domain ace's when the parameter -T
  ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
  1010,1011 and 1026,1027 in whois.c
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

** Description changed:

  Binary package hint: whois
  
  Hi,
- since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)
+ since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de) (ascii compatible). 
  
  The DENIC whois servers only accept domain ace's when the parameter -T
  ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
  1010,1011 and 1026,1027 in whois.c
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

** Description changed:

  Binary package hint: whois
  
  Hi,
- since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de) (ascii compatible). 
+ since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de) (ascii compatible).
  
- The DENIC whois servers only accept domain ace's when the parameter -T
- ace (only in combination: -T dn,ace or -T dn,st).
+ This only happens, when you specify any parameters. Doing normal whois 
querys ( whois müller.de ) are working fine for the actual .de whois servers. 
For the next generation whois servers this does not seem to work ( whois -h 
whois.test.denic.de ) 
+  
+ The DENIC whois servers only accept domain ace's when the parameter -T ace 
(only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
  1010,1011 and 1026,1027 in whois.c
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

-- 
ace domain format not allowed for .de nameservers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de nameservers

2010-06-06 Thread Manuel Domke
** Description changed:

  Binary package hint: whois
  
  Hi,
  since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de) (ascii compatible).
  
- This only happens, when you specify any parameters. Doing normal whois 
querys ( whois müller.de ) are working fine for the actual .de whois servers. 
For the next generation whois servers this does not seem to work ( whois -h 
whois.test.denic.de ) 
-  
- The DENIC whois servers only accept domain ace's when the parameter -T ace 
(only in combination: -T dn,ace or -T dn,st).
+ This only happens, when you specify any parameters. Doing normal whois
+ querys ( whois müller.de ) are working fine for the actual .de whois
+ servers. For the next generation whois servers this does not seem to
+ work ( whois -h whois.test.denic.de müller.de )
+ 
+ The DENIC whois servers only accept domain ace's when the parameter -T
+ ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
- 1010,1011 and 1026,1027 in whois.c
+ 1010,1011 and 1026,1027 in whois.c and for me it worked fine!
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

-- 
ace domain format not allowed for .de nameservers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de nameservers

2010-06-06 Thread Manuel Domke
** Description changed:

  Binary package hint: whois
  
  Hi,
  since Ubuntu 10.04, the whois client has a new feature (or bug), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de) (ascii compatible).
  
  This only happens, when you specify any parameters. Doing normal whois
  querys ( whois müller.de ) are working fine for the actual .de whois
  servers. For the next generation whois servers this does not seem to
  work ( whois -h whois.test.denic.de müller.de )
+ 
+ http://www.denic.de/en/background/whois-service/changes-within-public-
+ whois.html
  
  The DENIC whois servers only accept domain ace's when the parameter -T
  ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
  1010,1011 and 1026,1027 in whois.c and for me it worked fine!
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

-- 
ace domain format not allowed for .de nameservers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] [NEW] ace domain format not allowed for .de nameservers

2010-06-05 Thread Manuel Domke
Public bug reported:

Binary package hint: whois

Hi,
The whois client has a new feature(partially bug) (since Ubuntu 10.04), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)

The DENIC whois servers only accept domain ace's when the parameter -T
ace (only in combination: -T dn,ace or -T dn,st).

So, now when asking for the domain name müller.de you get the message
that that domain name is valid, even if its registered.

As I could figure out, this problem is part of the whois since version
4.7. I'd recommend turning off that idn2ace conversion to solve the
problem..

whois:
  Installiert: 5.0.0ubuntu3
  Kandidat: 5.0.0ubuntu3
  Versions-Tabelle:
 *** 5.0.0ubuntu3 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

** Affects: whois (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ace domain format not allowed for .de nameservers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590104] Re: ace domain format not allowed for .de nameservers

2010-06-05 Thread Manuel Domke
** Description changed:

  Binary package hint: whois
  
  Hi,
  The whois client has a new feature(partially bug) (since Ubuntu 10.04), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)
  
  The DENIC whois servers only accept domain ace's when the parameter -T
  ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
+ I've already tested to disable the conversion by commenting out line
+ 1010,1011 and 1026,1027
+ 
+ 1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
+ 1011:return ret;
+ 
+ 1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
+ 1027:return ret;
+ 
  whois:
-   Installiert: 5.0.0ubuntu3
-   Kandidat: 5.0.0ubuntu3
-   Versions-Tabelle:
-  *** 5.0.0ubuntu3 0
- 500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
- 100 /var/lib/dpkg/status
+   Installiert: 5.0.0ubuntu3
+   Kandidat: 5.0.0ubuntu3
+   Versions-Tabelle:
+  *** 5.0.0ubuntu3 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
+ 100 /var/lib/dpkg/status

** Description changed:

  Binary package hint: whois
  
  Hi,
  The whois client has a new feature(partially bug) (since Ubuntu 10.04), which 
converts domain names with special characters to the so called ace format 
(müller.de -- xn--mller-kva.de)
  
  The DENIC whois servers only accept domain ace's when the parameter -T
  ace (only in combination: -T dn,ace or -T dn,st).
  
  So, now when asking for the domain name müller.de you get the message
  that that domain name is valid, even if its registered.
  
  As I could figure out, this problem is part of the whois since version
  4.7. I'd recommend turning off that idn2ace conversion to solve the
  problem..
  
  I've already tested to disable the conversion by commenting out line
- 1010,1011 and 1026,1027
+ 1010,1011 and 1026,1027 in whois.c
  
  1010: if (idna_to_ascii_lz(domain_start, q, 0) != IDNA_SUCCESS)
  1011:return ret;
  
  1026: if (idna_to_ascii_lz(ret, q, 0) != IDNA_SUCCESS)
  1027:return ret;
  
  whois:
    Installiert: 5.0.0ubuntu3
    Kandidat: 5.0.0ubuntu3
    Versions-Tabelle:
   *** 5.0.0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

-- 
ace domain format not allowed for .de nameservers
https://bugs.launchpad.net/bugs/590104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs