📄 changelog
字号:
2005-09-22 Alfred M. Szmidt <ams@gnu.org> * autogen.sh: Don't pass `-s' to autoreconf.2005-09-08 Sergey Poznyakoff <gray@gnu.org.ua> * ftp/main.c (getcmd,help): Moved to cmdtab.c * ftp/cmdtab.c (getcmd,help): Moved from main.c * ftp/extern.h (cmdtab): Remove declaration2005-08-27 Alfred M. Szmidt <ams@gnu.org> * ftp/ftp_var.h: #include "extern.h" at the end.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h, telnetd/term.c, telnetd/utility.c: Updated FSF postal mail address. 2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * talkd/acl.c, talkd/announce.c, talkd/intalkd.h, talkd/print.c, talkd/process.c, talkd/table.c, talkd/talkd.c: Updated FSF postal mail address. 2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * rlogind/rlogind.c: Updated FSF postal mail address.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * ping/ping.c, ping/ping6.c, ping/ping6.h, ping/ping_address.c, ping/ping_common.c, ping/ping_common.h, ping/ping_echo.c, ping/ping_router.c, ping/ping_timestamp.c: Updated FSF postal mail address.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * libtelnet/kerberos5.c: Updated FSF postal mail address.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * libinetutils/xalloc_die.c: Updated FSF postal mail address.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * libicmp/icmp.h, libicmp/icmp_address.c, libicmp/icmp_cksum.c, libicmp/icmp_echo.c, libicmp/icmp_timestamp.c, libicmp/libping.c, libicmp/ping.h: Updated FSF postal mail address. * libicmp/Makefile.am: Remove ansi2knr. Add copyleft header. Update INCLUDES.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * ftpd/logwtmp.c: Updated FSF postal mail address.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * COPYING: Updated FSF postal mail address. * lib/Makefile.am: Removed unused argp * lib/getcwd.c,lib/getcwd.h,lib/regex.c,lib/regex.h m4/getcwd-path-max.m4,m4/getcwd.m4,m4/getopt.m4,m4/gnulib.m4 m4/poll.m4,m4/regex.m4,m4/size_max.m4: Updated from gnulib * lib/dup-safer.c,lib/fd-safer.c,lib/fopen-safer.c, lib/regcomp.c,lib/regex_internal.c,lib/regex_internal.h, lib/regexec.c,lib/size_max.h,lib/stdio-safer.h, lib/unistd-safer.h,m4/glibc2.m4,m4/minmax.m4, m4/stdio-safer.m4,m4/unistd-safer.m4: Likewise * lib/argp-ba.c,lib/argp-eexst.c,lib/argp-fmtstream.c, lib/argp-fmtstream.h,lib/argp-fs-xinl.c,lib/argp-help.c, lib/argp-namefrob.h,lib/argp-parse.c,lib/argp-pv.c, lib/argp-pvh.c,lib/argp-xinl.c,lib/argp.h: Removed unused files.2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua> * COPYING: Updated FSF postal mail address. * lib/Makefile.am: Removed unused argp * lib/getcwd.c,lib/getcwd.h,lib/regex.c,lib/regex.h m4/getcwd-path-max.m4,m4/getcwd.m4,m4/getopt.m4,m4/gnulib.m4 m4/poll.m4,m4/regex.m4,m4/size_max.m4: Updated from gnulib * lib/dup-safer.c,lib/fd-safer.c,lib/fopen-safer.c, lib/regcomp.c,lib/regex_internal.c,lib/regex_internal.h, lib/regexec.c,lib/size_max.h,lib/stdio-safer.h, lib/unistd-safer.h,m4/glibc2.m4,m4/minmax.m4, m4/stdio-safer.m4,m4/unistd-safer.m4: Likewise * lib/argp-ba.c,lib/argp-eexst.c,lib/argp-fmtstream.c, lib/argp-fmtstream.h,lib/argp-fs-xinl.c,lib/argp-help.c, lib/argp-namefrob.h,lib/argp-parse.c,lib/argp-pv.c, lib/argp-pvh.c,lib/argp-xinl.c,lib/argp.h: Removed unused files.2005-07-30 Sergey Poznyakoff <gray@gnu.org.ua> * ping/ping.c (main,ping_run): Handle ping intervals with millisecond precision. 2005-07-30 Sergey Poznyakoff <gray@gnu.org.ua> * libicmp/libping.c (ping_init): Use PING_DEFAULT_INTERVAL * libicmp/ping.h (PING_INTERVAL): Renamed to to PING_DEFAULT_INTERVAL (PING_PRECISION,PING_SET_INTERVAL): New defines2005-07-29 Alfred M. Szmidt <ams@gnu.org> * ping/ping_common.h (ping_cvt_number): Prototype restored (but with updated types). * ping/ping_common.c (ping_cvt_number): Changed return type to size_t, changed type of argument maxval to size_t. * ping/ping.c (ping_cvt_number): Removed (once again).2005-07-29 Sergey Poznyakoff <gray@gnu.org.ua> * ping/ping.c (main): Changed types of count and interval (ping_cvt_number): Restored function. atoi should not be used to convert to size_t. According to POSIX "The atoi() function is subsumed by strtol() but is retained because it is used extensively in existing code. If the number is not known to be in range, strtol() should be used because atoi() is not required to perform any error checking. * ping/ping_common.h (ping_cvt_number): Remove prototype2005-07-29 Sergey Poznyakoff <gray@gnu.org.ua> * libicmp/libicmp/libping.c (ping_set_count,ping_set_interval) (ping_set_packetsize): Second argument is size_t * libicmp/libicmp/ping.h: Likewise2005-07-29 Sergey Poznyakoff <gray@gnu.org.ua> * ftp/extern.h: Reverted changes made 2005-05-01. Initializing a scalar type (struct cmd *cmdtab) with a vector is an error, which leads to coredump when trying to access cmdtab. * ftp/cmdtab.c: Likewise 2005-07-29 Sergey Poznyakoff <gray@gnu.org.ua> * configure.ac: Remove AC_AIX, AC_MINIX, these are called by gl_USE_SYSTEM_EXTENSIONS, invoked by gl_EARLY * lib/Makefile.am: Updated * lib/alloca_.h,lib/allocsa.c,lib/allocsa.h,lib/argp-ba.c, lib/argp-eexst.c,lib/argp-fmtstream.c,lib/argp-fmtstream.h, lib/argp-fs-xinl.c,lib/argp-help.c,lib/argp-namefrob.h, lib/argp-parse.c,lib/argp-pv.c,lib/argp-pvh.c,lib/argp-xinl.c, lib/argp.h,lib/asnprintf.c,lib/error.c,lib/error.h,lib/exit.h, lib/exitfail.c,lib/exitfail.h,lib/getcwd.c,lib/getcwd.h,lib/getline.c, lib/getline.h,lib/getndelim2.c,lib/getndelim2.h,lib/getopt.c, lib/getopt1.c,lib/getopt_.h,lib/getopt_int.h,lib/getpass.c, lib/getpass.h,lib/gettext.h,lib/getusershell.c,lib/malloc.c, lib/memcmp.c,lib/memcpy.c,lib/mempcpy.c,lib/mempcpy.h,lib/memset.c, lib/minmax.h,lib/obstack.c,lib/obstack.h,lib/poll.c,lib/poll_.h, lib/printf-args.c,lib/printf-args.h,lib/printf-parse.c, lib/printf-parse.h,lib/readutmp.c,lib/readutmp.h,lib/realloc.c, lib/regex.c,lib/regex.h,lib/setenv.c,lib/setenv.h,lib/snprintf.c, lib/snprintf.h,lib/stdbool_.h,lib/strcase.h,lib/strcasecmp.c, lib/strchrnul.c,lib/strchrnul.h,lib/strdup.c,lib/strdup.h, lib/strerror.c,lib/strndup.clib/strndup.h,lib/strnlen.c, lib/sysexit_.h,lib/unlocked-io.h,lib/unsetenv.c,lib/vasnprintf.c, lib/vasnprintf.h,lib/vsnprintf.c,lib/vsnprintf.h,lib/xalloc.h, lib/xgetcwd.c,lib/xgetcwd.h,lib/xmalloc.c,lib/xsize.h: Updated from the recent gnulib * m4/alloca.m4,m4/argp.m4,m4/d-ino.m4,m4/error.m4,m4/exitfail.m4, m4/extensions.m4,m4/getcwd-path-max.m4,m4/getcwd.m4,m4/getline.m4, m4/getndelim2.m4,m4/getopt.m4,m4/getpass.m4,m4/gettext.m4, m4/getusershell.m4,m4/gnulib.m4,m4/intdiv0.m4,m4/intmax.m4, m4/inttypes-pri.m4,m4/inttypes.m4,m4/isc-posix.m4,m4/lcmessage.m4, m4/lib-link.m4,m4/lib-prefix.m4,m4/memcmp.m4,m4/memcpy.m4, m4/memmove.m4,m4/memset.m4,m4/nls.m4,m4/obstack.m4,m4/po.m4, m4/poll.m4,m4/printf-posix.m4,m4/progtest.m4,m4/readutmp.m4, m4/regex.m4,m4/restrict.m4,m4/snprintf.m4,m4/strchrnul.m4, m4/strdup.m4,m4/strerror.m4,m4/strerror_r.m4,m4/strndup.m4, m4/strnlen.m4,m4/sysexits.m4,m4/unlocked-io.m4,m4/vsnprintf.m4, m4/xalloc.m4,m4/xgetcwd.m4: Updated from the recent gnulib2005-07-29 Sergey Poznyakoff <gray@gnu.org.ua> * configure.ac: Remove AC_AIX, AC_MINIX, these are called by gl_USE_SYSTEM_EXTENSIONS, invoked by gl_EARLY * lib/Makefile.am: Updated * lib/alloca_.h,lib/allocsa.c,lib/allocsa.h,lib/argp-ba.c, lib/argp-eexst.c,lib/argp-fmtstream.c,lib/argp-fmtstream.h, lib/argp-fs-xinl.c,lib/argp-help.c,lib/argp-namefrob.h, lib/argp-parse.c,lib/argp-pv.c,lib/argp-pvh.c,lib/argp-xinl.c, lib/argp.h,lib/asnprintf.c,lib/error.c,lib/error.h,lib/exit.h, lib/exitfail.c,lib/exitfail.h,lib/getcwd.c,lib/getcwd.h,lib/getline.c, lib/getline.h,lib/getndelim2.c,lib/getndelim2.h,lib/getopt.c, lib/getopt1.c,lib/getopt_.h,lib/getopt_int.h,lib/getpass.c, lib/getpass.h,lib/gettext.h,lib/getusershell.c,lib/malloc.c, lib/memcmp.c,lib/memcpy.c,lib/mempcpy.c,lib/mempcpy.h,lib/memset.c, lib/minmax.h,lib/obstack.c,lib/obstack.h,lib/poll.c,lib/poll_.h, lib/printf-args.c,lib/printf-args.h,lib/printf-parse.c, lib/printf-parse.h,lib/readutmp.c,lib/readutmp.h,lib/realloc.c, lib/regex.c,lib/regex.h,lib/setenv.c,lib/setenv.h,lib/snprintf.c, lib/snprintf.h,lib/stdbool_.h,lib/strcase.h,lib/strcasecmp.c, lib/strchrnul.c,lib/strchrnul.h,lib/strdup.c,lib/strdup.h, lib/strerror.c,lib/strndup.clib/strndup.h,lib/strnlen.c, lib/sysexit_.h,lib/unlocked-io.h,lib/unsetenv.c,lib/vasnprintf.c, lib/vasnprintf.h,lib/vsnprintf.c,lib/vsnprintf.h,lib/xalloc.h, lib/xgetcwd.c,lib/xgetcwd.h,lib/xmalloc.c,lib/xsize.h: Updated from the recent gnulib * m4/alloca.m4,m4/argp.m4,m4/d-ino.m4,m4/error.m4,m4/exitfail.m4, m4/extensions.m4,m4/getcwd-path-max.m4,m4/getcwd.m4,m4/getline.m4, m4/getndelim2.m4,m4/getopt.m4,m4/getpass.m4,m4/gettext.m4, m4/getusershell.m4,m4/gnulib.m4,m4/intdiv0.m4,m4/intmax.m4, m4/inttypes-pri.m4,m4/inttypes.m4,m4/isc-posix.m4,m4/lcmessage.m4, m4/lib-link.m4,m4/lib-prefix.m4,m4/memcmp.m4,m4/memcpy.m4, m4/memmove.m4,m4/memset.m4,m4/nls.m4,m4/obstack.m4,m4/po.m4, m4/poll.m4,m4/printf-posix.m4,m4/progtest.m4,m4/readutmp.m4, m4/regex.m4,m4/restrict.m4,m4/snprintf.m4,m4/strchrnul.m4, m4/strdup.m4,m4/strerror.m4,m4/strerror_r.m4,m4/strndup.m4, m4/strnlen.m4,m4/sysexits.m4,m4/unlocked-io.m4,m4/vsnprintf.m4, m4/xalloc.m4,m4/xgetcwd.m4: Updated from the recent gnulib2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * telnetd/telnetd.c (telnetd_setup): Add support for IPv6.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * telnet/commands.c: Include <arpa/telnet.h>. Remove variable tos and _hostname. (tn): Rewritten. Removed support for source routing and added support for IPv6. (sourceroute): Function removed. * telnet/main.c (help): Add "-4" and "-6", remove "-S". (long_options): Add "ipv4" and "ipv6", remove "tos". (main): New variable family. Implement "-4" and "-6" options and remove "-S" option.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * ping/Makefile.am: Add ping6. (ping_SOURCES): Add ping_common.c and ping_common.h. * ping/ping6.c: New file. * ping/ping6.h: Likewise. * ping/ping_common.c: Likewise. * ping/ping_common.h: Likewise. * ping/ping.c: Include "ping_common.h". Remove __P macro in prototypes. (ping_cvt_number, init_data_buffer, decode_pattern, show_license): Move to ... * ping/ping_common.c: ... here. * ping/ping_echo.c: Include "ping_common.h". (tvsub, nabs, nsqrt): Move to ... * ping/ping_common.c: ... here.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * inetd/inetd.c: Move global variable sp to... (nextconfig): Here. Only use the getservbyname code when [!IPV6]. Remove unused variable i. (struct servtab): Change type of to pid_t. Add se_family. [IPV6] Add se_v4mapped. Change se_ctrladdr to struct sockaddr_storage. (setup): Add support for IPv6. (INETD_FIELDS_MIN): Define to 6. (getconfigent): Add support for IPv6. Remove unused variable arg. (set_proc_title): Add support for IPv6. (echo_dg): Likewise. (chargen_dg): Likewise. (machtime_dg): Likewise. (daytime_dg): Likewise.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * doc/inetd.texi (inetd): Document IPv6 configuration options.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * acinclude.m4 (IU_ENABLE_FOO): Use AS_HELP_STRING. * configure.ac: Add checks for IPv6.2005-06-19 Jeroen Dekkers <jeroen@dekkers.cx> * acinclude.m4 (IU_ENABLE_FOO): Use AS_HELP_STRING. * configure.ac: Add checks for IPv6.2005-05-01 Alfred M. Szmidt <ams@gnu.org> * ftp/cmdtab.c (cmdtab): Changed type to pointer. * ftp/extern.h (cmdtab): Updated extern declaration.2005-01-31 Alfred M. Szmidt <ams@gnu.org> * Makefile.am (AUTOMAKE_OPTIONS): Require automake 1.9.2005-01-31 Alfred M. Szmidt <ams@gnu.org> * Makefile.am (AUTOMAKE_OPTIONS): Require automake 1.9.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * tftpd/tftpd.c (TIMEOUT) [!HAVE_DECL_STRERROR]: Removed extern declaration for strerror. * tftpd/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * tftp/tftp.c: [!HAVE_DECL_ERRNO]: Removed extern declaration for errno. [!HAVE_DECL_STRERROR]: Removed extern declaration for strerror.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * telnetd/utility.c (terminaltypeok): Just do tgetent if HAVE_LIBREADLINE is defined.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * telnet/telnet.c (init_term): New variable err. Only do tgetent if we HAVE_LIBREADLINE is defined. (termbuf) [!TERMCAP]: Removede termbuf and ttytype. * telnet/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * talkd/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * syslogd/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rshd/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rsh/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rlogind/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rlogin/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rexecd/Makefile.am (LDADD): Added `-L../lib -lgnu'.2005-01-22 Alfred M. Szmidt <ams@gnu.org> * rcp/rcp.c [!HAVE_DECL_STRERROR]: Removed extern declaration for strerror.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -