RESOLV+
NAMEDESCRIPTION
CONFIGURATION
ENVIRONMENT VARIABLES
FILES
BUGS
AUTHOR
SEE ALSO
NAME
resolv+ − enhanced DNS resolver library
DESCRIPTION
Resolv+ is a modified version of the standard Berkeley BIND host resolver library. Enhancements include support for host lookups via the Internet Domain Name System (DNS), the /etc/hosts file, and Sun’s Network Information Service (NIS).
The programmer interface to the resolv+ routines is identical to that of the standard resolver library. For further information see the appropriate manual pages.
CONFIGURATION
As with the standard resolver library, the file /etc/resolv.conf must be set up before the resolver can function. In addition, the file /etc/host.conf contains configuration information specific to resolv+.
The host.conf file should contain one configuration keyword per line, followed by appropriate configuration information. The keywords recognized are order, trim, multi, nospoof, and reorder. Each keyword is described seperately below.
order |
This keyword specifies how host lookups are to be performed. It should be followed by one or more lookup methods, seperated by commas. Valid methods are bind, hosts and nis. | ||
trim |
This keyword may be listed more than once. Each time it should be followed by a single domain name, with the leading dot. When set, the resolv+ library will automatically trim the given domain name from the end of any hostname resolved via DNS. This is intended for use with local hosts and domains. (Related note: trim will not affect host- names gathered via NIS or the hosts file. Care should be taken to insure that the first hostname for each entry in the hosts file is fully qualified or non-qualified, as appropriate for the local installation.) | ||
multi |
Valid values are on and off. If set to "on," the resolv+ library will return all valid addresses for a host that appears in the /etc/hosts file, instead of only the first. This is off by default, as it may cause a substantial performance loss at sites with large hosts files. |
nospoof
Valid values are on and off. If set to "on," the resolv+ library will attempt to prevent hostname spoofing to enhance the security of rlogin and rsh. It works as follows: after performing a host address lookup, resolv+ will perform a hostname lookup for that address. If the two hostnames do not match, the query will fail.
alert |
If this option is set to "on" and the nospoof option is also set, resolv+ will log a warning of the error via the syslog facility. The default value is off. |
reorder
Valid values are on and off. If set to "on," resolv+ will attempt to reorder host addresses so that local addresses (i.e., on the same subnet) are listed first when a gethostbyname() is performed. Reordering is done for all lookup methods. The default value is off.
ENVIRONMENT VARIABLES
The following
environment variables may be set to override resolv+’s
configured behavior:
RESOLV_HOST_CONF
If set, it will override the default filename ("/etc/host.conf") for the resolv+ configuration file.
RESOLV_SERV_ORDER
If set, will override the "order" keyword in the host.conf file.
RESOLV_SPOOF_CHECK
If set, will override the spoof check flag. Valid values are "off" to disable checking, "warn" to enable checking and warning, and "warn off" to enable checking but not warning.
RESOLV_ADD_TRIM_DOMAINS
If set, contains a list of domains to trim that will augment, not supersede, the list in the host.conf file.
RESOLV_OVERRIDE_TRIM_DOMAINS
If set, contains a list of domains to trim that will override those in the host.conf file.
RESOLV_MULTI
If set, overrides the "multi" keyword in the host.conf file.
RESOLV_REORDER
If set, overrides the "reorder" keyword in the host.conf file.
FILES
/etc/host.conf, /etc/hosts
BUGS
Quite possibly.
AUTHOR
The original BIND resolver library comes from the University of California at Berkeley’s Computer Science Research Group. The original resolv+ modifications were made by Bill Wisner <wisner@uunet.UU.NET>. Bug fixes and enhancements were contributed by Patrick Gosling, Chris Metcalf, John DiMarco and J. Porter Clark, John P. Rouillard, Dan O’Neill and Tom Limoncelli.
SEE ALSO
resolver(3), resolver(3), hosts(5), hostname(1), named(8)
More Linux Commands
manpages/conjl.3.html
conjl(3) - calculate the complex conjugate - Linux man page
The conj() function returns the complex conjugate value of z. That is the value obtained by changing the sign of the imaginary part. One has: cabs(z) = csqrt(z
manpages/XkbGetIndicatorState.3.html
XkbGetIndicatorState(3) - Obtains the current state of the k
XkbGetIndicatorState.3 - Xkb allows applications to obtain information about indicators using two different methods. The first method, which is similar to the c
manpages/systemd-backlight.8.html
systemd-backlight(8) Load and save the display backlight bri
systemd-backlight@.service is a service that restores the display backlight brightness at early boot and saves it at shutdown. On disk, the backlight brightness
manpages/XChar2b.3.html
XChar2b(3) - load or unload fonts and font metric structures
The XLoadFont function loads the specified font and returns its associated font ID. If the font name is not in the Host Portable Character Encoding, the result
manpages/wgetparent.3ncurses.html
wgetparent(3ncurses) - curses window properties (Man Page)
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is
manpages/backtrace_symbols_fd.3.html
backtrace_symbols_fd(3) - support for application self-debug
backtrace() returns a backtrace for the calling program, in the array pointed to by buffer. A backtrace is the series of currently active function calls for the
manpages/SDL_WM_SetCaption.3.html
SDL_WM_SetCaption(3) - Sets the window tile and icon name...
Sets the window tile, title-bar and icon name of the display window. SEE ALSO SDL_WM_GetCaption, SDL_WM_SetIcon SDL_WM_SetCaption.3 (Library - Linux man page)
manpages/XML::XPath::Literal.3pm.html
XML::XPath::Literal(3pm) - Simple string values. (Man Page)
XML::XPath::Literal.3pm - In XPath terms a Literal is what we know as a string. API new($string) Create a new Literal object with the value in $string. Note tha
manpages/kjscmd.1.html
kjscmd(1) - KDE KJSEmbed interpreter - Linux manual page....
kjscmd is a tool for launching KJSEmbed scripts from the command line. It will run the scripts contained in the named file using KJSEmbed. It does not accept (s
manpages/mcview.1.html
mcview(1) - Internal file viewer of GNU Midnight Commander.
mcview is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal viewer and op
manpages/btrfstune.8.html
btrfstune(8) tune various btrfs filesystem parameters.......
btrfstune is used to tune various btrfs filesystem parameters,you can enable/disable some extended features for btrfs. OPTIONS -S <value> Updates the seeding va
manpages/pam_get_data.3.html
pam_get_data(3) - get module internal data - Linux man page
This function together with the pam_set_data(3) function is useful to manage module-specific data meaningful only to the calling PAM module. The pam_get_data fu
