search for: punycode

Displaying 12 results from an estimated 12 matches for "punycode".

Did you mean: gunicode
2013 Apr 12
0
Wine release 1.5.28
...when container path can't be converted to CP_ACP. wininet: Fixed buffer size check in urlcache_create_file_pathA. wininet: Correctly set SYSTEMTIME year in HTTP_HttpQueryInfoW. cryptnet: Handle SystemTimeToFileTime failure in HTTP_RetrieveEncodedObjectW. wininet: Support Punycode in GetUrlCacheEntryInfoExW. wininet: Support Punycode in SetUrlCacheEntryInfoW. wininet: Support Punycode in RetrieveUrlCacheEntryFileW. wininet: Support Punycode in UnlockUrlCacheEntryFileW. wininet: Support Punycode in DeleteUrlCacheEntryW. wininet: Support Punycode...
2012 Feb 21
1
Managesieve AUTHENTICATE with IDN using UTF-8 or encode into ACE?
Hey dovecot-users, clients that speak telnet based protocols like http, smtp usually encode IDN (International Domain Names) containing UTF-8 characters into ACE (ASCII Compatible Encoding) punycode. I am wondering what the case was with managesieve (RFC 5804). For example if I was using a username like "user@???.example.com" with the AUTHENTICATE command. Would that need to be encoded into ACE or be left in UTF-8? Reading section "2.1. AUTHENTICATE Command" or "4. Fo...
2013 Sep 23
1
Test server.
Does somebody have, or is aware of, a server somewhere that is hosted on an internationalized domain name? I need a server to bang on for a little bit to test the implementation of Nameprep and Punycode encoding. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130923/403d7697/attachment.htm
2017 Apr 07
0
[Bug 1762] Improve the documentation w.r.t. "the user's shell"
...can execute an arbitrary command: ``` Host * ProxyCommand connect_to %r %h ``` What happened: `id>/tmp/whoami` was executed. What should have happened instead: 1) SSH passes %r/%h as an argument to the ProxyCommand without shell interpolation 2) %h should be validated to adhere to valid punycode 3) Introduce a SafeProxyCommand that only allows safe characters in %r/%h/etc... -- You are receiving this mail because: You are watching the assignee of the bug.
2017 Apr 07
2
[Bug 2706] New: remote code execution via ProxyCommand+browser exploit
...can execute an arbitrary command: ``` Host * ProxyCommand connect_to %r %h ``` What happened: `id>/tmp/whoami` was executed. What should have happened instead: 1) SSH passes %r/%h as an argument to the ProxyCommand without shell interpolation 2) %h should be validated to adhere to valid punycode 3) Introduce a SafeProxyCommand that only allows safe characters in %r/%h/etc... -- You are receiving this mail because: You are watching the assignee of the bug.
2016 May 06
0
[off-topic] Validating e-mail address with php
...P address as the host part, but that can be enabled. When enabled, it will reject private and reserved range. Well, reject what is hard-coded into PHP filter_var - I haven't tested that. International domain names will only validate if the php-intl functions are installed (to turn them into punycode) -=- For the username validation, that's where any bugs are most likely to exist. But I think I did it right. It's very unfortunate that the built-in php filter doesn't do it right. Anyway free for anyone, I'm tired of e-mail address filters that don't properly work with c...
2014 Sep 19
0
Support of unicode in then recipient names
...ssages through postfix to dovecot. During testing we have found that dovecot does not understand recipient email address if it is composed from national symbols : e.g. ???????@???????.??????? Question is are there any plans to either add native support for such email addresses or to translate it to punycode and then try to find such a recipient? -- ????????? ?????? (Alexander Yegorov)
2013 Aug 26
1
Fwd: Re: opusfile 0.4 release
I don't know. Derf? -r -------- Original Message -------- Subject: Re: [opus] opusfile 0.4 release Date: Sat, 24 Aug 2013 14:20:35 -0700 From: alpha thinktink With my old streaming thread I am able to retrieve a unicode file from a web server by converting the resource name to UTF-8 MBCS then uri encoding it before sending it to the server with "GET /[resourcename]
2010 Nov 18
2
i18n_routes
Hello i have an domain in .рф (РФ is the first TLD, where domain names are put in Cyrillic script only.) (see also http://teimos.ru/x/punycode/) i''m trying to get working routes in cyrillic like http://теймос.рф/привет (XN--E1AIJIPB.XN--P1AI/XN--B1AGH1AFP) to welcome#index (for example) i tryed different ways but no luck with them all... in Gemfile ---------------\ gem ''i18n_routing'' -----------------...
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada, this is from ast cvs head latest on Fedora Core 3. /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [subdirs] Error 1 [root@zoot asterisk]# uname -a Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2013 Jul 18
0
Wine release 1.6
...n interface-bound sockets, which is needed for some networked multi-player games. - The Server Name Indication TLS extension is supported. - Persistent cookies are supported, and URL cache files are managed better. The Internet control panel allows clearing saved cookies and cache files. - Punycode encoding for Internationalized Domain Names is supported. - JavaScript performance is improved. The built-in JavaScript engine is preferred over the Gecko one in most cases. - Many more built-in functions of VBScript are implemented. Regular expressions are also supported. - The Gecko engine...
2018 Nov 02
2
[PATCH REPOST] Introduce a wrapper around xmlParseURI.
Previously posted: https://www.redhat.com/archives/libguestfs/2017-December/msg00046.html Rich.