mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
08307d8dace63dafa8e8f7f985a1c483fbe7ee37
* cfg.mk (local-checks-to-skip): Removed sc_prohibit_have_config_h from list. * ftp/cmdtab.c: Include <config.h> uncondtionally. * ftp/domacro.c: Likewise. * ftp/ftp.c: Likewise. * ftp/main.c: Likewise. * ftp/ruserpass.c: Likewise. * ftpd/auth.c: Likewise. * ftpd/conf.c: Likewise. * ftpd/ftpcmd.y: Likewise. * ftpd/ftpd.c: Likewise. * ftpd/logwtmp.c: Likewise. * ftpd/pam.c: Likewise. * ftpd/popen.c: Likewise. * ftpd/server_mode.c: Likewise. * ifconfig/changeif.c: Likewise. * ifconfig/flags.c: Likewise. * ifconfig/if_index.c: Likewise. * ifconfig/ifconfig.c: Likewise. * ifconfig/options.c: Likewise. * ifconfig/printif.c: Likewise. * ifconfig/system/generic.c: Likewise. * ifconfig/system/hpux.c: Likewise. * ifconfig/system/linux.c: Likewise. * ifconfig/system/osf.c: Likewise. * ifconfig/system/qnx.c: Likewise. * ifconfig/system/solaris.c: Likewise. * libicmp/icmp_address.c: Likewise. * libicmp/icmp_cksum.c: Likewise. * libicmp/icmp_echo.c: Likewise. * libicmp/icmp_timestamp.c: Likewise. * libinetutils/cleansess.c: Likewise. * libinetutils/des_rw.c: Likewise. * libinetutils/kcmd.c: Likewise. * libinetutils/krcmd.c: Likewise. * libinetutils/localhost.c: Likewise. * libinetutils/logwtmp.c: Likewise. * libinetutils/setsig.c: Likewise. * libinetutils/shishi.c: Likewise. * libinetutils/tftpsubs.c: Likewise. * libinetutils/ttymsg.c: Likewise. * libinetutils/utmp_init.c: Likewise. * libinetutils/utmp_logout.c: Likewise. * libls/cmp.c: Likewise. * libls/fts.c: Likewise. * libls/ls.c: Likewise. * libls/print.c: Likewise. * libls/stat_flags.c: Likewise. * libls/util.c: Likewise. * libtelnet/auth.c: Likewise. * libtelnet/enc_des.c: Likewise. * libtelnet/encrypt.c: Likewise. * libtelnet/genget.c: Likewise. * libtelnet/getent.c: Likewise. * libtelnet/kerberos.c: Likewise. * libtelnet/kerberos5.c: Likewise. * libtelnet/misc.c: Likewise. * libtelnet/read_passwd.c: Likewise. * libtelnet/shishi.c: Likewise. * ping/libping.c: Likewise. * ping/ping.c: Likewise. * ping/ping6.c: Likewise. * ping/ping_address.c: Likewise. * ping/ping_common.c: Likewise. * ping/ping_echo.c: Likewise. * ping/ping_router.c: Likewise. * ping/ping_timestamp.c: Likewise. * src/inetd.c: Likewise. * src/logger.c: Likewise. * src/rcp.c: Likewise. * src/rexec.c: Likewise. * src/rexecd.c: Likewise. * src/rlogin.c: Likewise. * src/rlogind.c: Likewise. * src/rsh.c: Likewise. * src/rshd.c: Likewise. * src/syslogd.c: Likewise. * src/tftp.c: Likewise. * src/tftpd.c: Likewise. * src/traceroute.c: Likewise. * src/uucpd.c: Likewise. * talk/ctl.c: Likewise. * talk/ctl_transact.c: Likewise. * talk/display.c: Likewise. * talk/get_addrs.c: Likewise. * talk/get_names.c: Likewise. * talk/invite.c: Likewise. * talk/io.c: Likewise. * talk/look_up.c: Likewise. * talk/msgs.c: Likewise. * talk/talk.c: Likewise. * talkd/talkd.c: Likewise. * telnet/authenc.c: Likewise. * telnet/commands.c: Likewise. * telnet/main.c: Likewise. * telnet/network.c: Likewise. * telnet/sys_bsd.c: Likewise. * telnet/telnet.c: Likewise. * telnet/terminal.c: Likewise. * telnet/tn3270.c: Likewise. * telnet/utilities.c: Likewise. * telnetd/telnetd.h: Likewise. * whois/whois.c: Likewise. * ftp/cmds.c: Likewise.
GNU Inetutils This is a distribution of common networking utilities and servers. They are currently mostly from the 4.4BSD-Lite2 distribution, with some changes to make them compatible with the GNU Hurd (in particular, the Hurd does not define some arbitrary limits, such as MAXPATHLEN), and to make them more portable, using autoconf. A GNU build environment has also been added. The GNU whois client reads a whois-servers file to figure out which whois server to use. It won't always pick the best server; whois.internic.net seems to know something about nic.ddn.mil, but the GNU whois client will use nic.ddn.mil to look up nic.ddn.mil if you use the configuration file we supply. Our configuration file probably also does not have a complete list of whois servers; feel free to send information about additional whois servers to the bug reporting address. There are probably many BSD dependencies remaining, but inetutils is believed to work on the following system types (and others may work): i486-pc-gnu i486-pc-linux-gnu m68k-hp-netbsd1.2 sparc-sun-netbsd1.2 The file `paths' contains a list of all paths used by programs in this distribution, and rules to find values for them. To change a path PATH_FOO, you may either tell configure, by using `--with-path-foo=VALUE' (where VALUE may contain references to make variables such as `$(bindir)'), or edit the `paths' file. If you wish to build only the clients or only the servers, you may wish to use the --disable-servers or --disable-clients options when invoking `configure'. You can also use --enable-<program> or --disable-<program> to control whether to build individual programs; if you explicitly specify whether to build a program, that will override the values specified by --disable-clients or --disable-servers. Notes: 1) All of the r* commands clients, rcp, rlogin, rsh, need to be install setuid root to work correctly they use privileged ports for communication. Some known deficiencies: - GNU Inetutils does not work on Solaris. Patches to make GNU inetutils work on Solaris are happily accepted. See the file INSTALL for installation instructions. Please send all bug reports to <bug-inetutils@gnu.org>. ======================================================================== Copyright (C) 1997-2010 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Description
Languages
C
66%
Roff
22.5%
Shell
6.3%
M4
2.3%
Yacc
1.6%
Other
1.3%