RUNIDN



RUNIDN

NAME
SYNOPSIS
DESCRIPTION
OPTION
IMPLEMENTATION
NOTE
BUGS
SEE ALSO

NAME

runidn − A script to allow applications to use internationalized domain names.

SYNOPSIS

runidn [-e local-codeset] program-name [args..]

DESCRIPTION

runidn enables applications to use internationalized domain names without recompilation. Just add ‘‘runidn’’ before the application-name, and the application can handle non-ASCII domain names. For example, you can do:

% runidn telnet non-ASCII-hostname

Before using runidn, you should set up properties related to internationalized DNS by configuring idnkit’s configuration file idn.conf. See idn.conf(5) which describes the configuration.

OPTION

The following option is available:
−e
local-codeset

Specify the application’s local codeset. If the option is not specified, runidn guesses the codeset from the current locale. See the ‘‘NOTE’’ section for more details about local codeset.

IMPLEMENTATION

runidn is a small shell script that sets up an environment variable called ‘‘LD_PRELOAD’’, so that an application dynamically links a shared library ‘‘libidnkitres’’ before any other shared libraries.

The library ‘‘libidnkitres’’ provides a special version of resolver functions which implement features for handling internationalized domain names. runidn replaces the following functions with the special version:

gethostbyname
gethostbyname2
gethostbyaddr
gethostbyname_r
gethostbyname2_r
gethostbyaddr_r
getipnodebyname
getipnodebyaddr
freehostent
getaddrinfo
freeaddrinfo
getnameinfo

By overriding them in the standard libraries with the special version provided by ‘‘libidnkitres’’, runidn enables applications to use internationalized domain names.

These API functions accept non-ASCII domain names encoded in the local codeset that the application is using. Also the result from these APIs may contain non-ASCII domain names.

The normalization and codeset conversion between application’s local codeset and the codeset used in DNS protocol data are handled automatically, so users/applications need not worry about them.

Properties of internationalized DNS (such as the normalization or the codeset used on DNS protocol data) can be configured with the idnkit’s configuration file (idn.conf). See idn.conf(5) for details.

NOTE

Unless −e option is specified, runidn tries to guess the application’s local codeset from the application’s current locale. However, sometimes it cannot guess the codeset correctly, for example if the application does not set the locale appropriately by calling ‘setlocale()’. In that case, you can explicitly specify the local codeset by setting an environment variable ‘‘IDN_LOCAL_CODESET’’. See the section ‘‘LOCAL CODESET’’ in idn.conf(5) for details.

The idea of using ‘‘LD_PRELOAD’’ to replace some functions in the standard library was taken from ‘‘runsocks’’ script distributed as part of SOCKS5 reference implementation.

BUGS

There are many cases where runidn does not work.

Your system must support ‘‘LD_PRELOAD’’ mechanism in the first place.

Due to security reasons, ‘‘LD_PRELOAD’’ mechanism is disabled for setuid programs in any sane systems. So runidn does not work for setuid programs such as ping or rsh.

If your application uses a function other than the ones runidn supports for name resolution, you lose.

SEE ALSO

idn.conf(5), runsocks(1)







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.