📄 changelog
字号:
inital program checks. Removed all usage of AC_LIBOBJ. Don't check for herror, strcasecmp, strsignal, waitpid, and revoke. Removed all references to LINK_POLL_H and LINK_SYSLOG_INIT_H. Removed checks for verrx, __progname, login, logout, logwtmp, openpty, forkpty, ruserok, iruserok, and login_tty. Removed check for libutil. * configure.ac: Use <confpaths.h> instead of <include/confpaths.h>. (AC_CONFIG_FILES): Added lib/Makefile. Changed `include/confpaths.h:headers/confpaths.h.in' to `confpaths.h:confpaths.h.in'. * acinclude.m4 (IU_CONFIG_LINKS): Function removed. * configure.ac: Removed all references to IU_CONFIG_LINKS.2005-01-20 Alfred M. Szmidt <ams@gnu.org> * ping/ping.c: Comply with GCS. (init_data_buffer): Use xmalloc(). (show_usage): Print the "report bugs" string as all other GNU programs do.2005-01-20 Alfred M. Szmidt <ams@gnu.org> * ping/ping.c: Include <stdbool.h> (ping_cvt_number): Function removed. (main): Store the values for -c, -i and -t in variables, and don't use `ping_cvt_number' to check if the arguments to an option are valid, do it manually. Set them accordingly after ping_init() is done. * ping/ping.c (main): Changed type of `is_root' to `bool'. Update all usage accordingly. * ping/ping.c (main): Moved ping startup code to after the parsing of the command line. (and no, this should not be done before any command line parsing!)2005-01-20 Alfred M. Szmidt <ams@gnu.org> * libicmp/libping.c: Comply with GCS. (_ping_packetsize): Rewritten.2005-01-13 Alfred M. Szmidt <ams@gnu.org> * ftp/cmds.c (setpeer): Changed type of PORT to `int'. Check that the port number isn't strictly greater than 65535.2004-12-28 Simon Josefsson <jas@extundo.com> * inetd/Makefile.am (INCLUDES): Fix typo.2004-12-28 Alfred M. Szmidt <ams@gnu.org> * ftpd/ftpd.c (off_to_str): Don't write out of bounds. From <uchiyama@s-lab.com>.2004-12-28 Alfred M. Szmidt <ams@gnu.org> * NEWS: Added news entries for 1.4.3. Based on suggestions from Jeff Bailey and Simon Josefsson.2004-12-28 Alfred M. Szmidt <ams@gnu.org> * NEWS: Added news entries for 1.4.3. Based on suggestions from Jeff Bailey and Simon Josefsson.2004-09-29 Alfred M. Szmidt <ams@kemisten.nu> * tftp/Makefile.am (LDADD): Use `$(top_srcdir)' instead of relative path. (INCLUDES): Search for headers in `$(top_srcdir)/libinetutils' instead of `$(top_builddir)/libinetutils'.2004-09-23 Sergey Poznyakoff <gray@Mirddin.farlep.net> * tftp/Makefile.am (INCLUDES): Add libinetutils * tftp/main.c: Fixed possible memory overruns. (setpeer): Fixed coredump on hitting return after '(to)' prompt. Fixed indentation. * tftp/tftp.c: Fixed indentation. 2004-08-13 Jeff Bailey <jbailey@raspberryginger.com> * syslogd/syslogd.c: Fix disable forwarding option. Patch by Anthony Awtrey.2004-07-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> * rshd/rshd.c (doit): Use cached copy of hp->h_name, since it may be overwritten by local_domain(). Fix proposed by Andrew Klossner <andrew@cesa.opbu.xerox.com> and Martin J. Evans <martin@easysoft.com>.2004-07-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> * rexecd/rexecd.c (doit): Added support for shadow suite. Proposed by Andrew Klossner <andrew@cesa.opbu.xerox.com>2004-07-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> * rcp/Makefile.am: Conditional install-exec-hook2004-06-16 Sergey Poznyakoff <gray@Mirddin.farlep.net> * rsh/rsh.c (short_options): Prefix with '+' to disable reordering by getopt_long. Proposed by Todd R. Eigenschink <todd@tekinteractive.com> * rsh/Makefile.am: Conditional install-exec-hook2004-06-16 Sergey Poznyakoff <gray@Mirddin.farlep.net> * rlogin/rlogin.c: Handle ^S/^Q without using -8: (ixon_state): New variable (mode): Save and restore ixon state. Patch by Todd R. Eigenschink <todd@tekinteractive.com> * rlogin/Makefile.am: Conditional install-exec-hook2004-03-03 Sergey Poznyakoff <gray@Mirddin.farlep.net> * ping/ping.c (ping_cvt_number): Take an additional parameter indicating whether zero value is allowed. * ping/Makefile.am: Conditional install-exec-hook2003-11-10 Sergey Poznyakoff <gray@Mirddin.farlep.net> * ping/ping.c (ping_cvt_number): New function. (main): Check numeric options for validity. * ping/ping_echo.c: Rewritten diagnostic output. Use original returned IP header. * ping/ping_impl.h (PING_MAX_DATALEN): New define.2003-11-10 Sergey Poznyakoff <gray@Mirddin.farlep.net> * libicmp/libping.c (ping_recv): Check icmp ID only for replies. Use more detailed check for other packet types.2003-11-01 Jeff Bailey <jbailey@raspberryginger.com> * ftp/ftp_var.h (MAXLINE): New define. Define line and argbuf in terms of MAXLINE. * ftp/main.c: Make sure line from readline isn't larger than MAXLINE. Patch from John Hasler.2003-10-24 Marcus Brinkmann <marcus@gnu.org> * ifconfig/options.c (PARSE_OPT_SET_ADDR): Fix macro for gcc 3.3. (PARSE_OPT_SET_INT): Likewise.2003-09-02 Marcus Brinkmann <marcus@gnu.org> * syslogd/syslogd.c (init): Fix long line support. Submitted by Julian Gilbey <jdg@debian.org>.2003-08-29 Marcus Brinkmann <marcus@gnu.org> * syslogd/syslogd.c (init): Use strchr instead memchr. Skip whitespace at the beginning of the next part of a continued line.2003-08-29 Jeff Bailey <jbailey@raspberryginger.com> * inetd/inetd.c: Create a PID file. (Patch thanks to Robert Millan) * inetd/Makefile.am (INCLUDES): Use PATHDEF_INETDPID2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net> * inetd/inetd.c: Signal handling rewritten. 2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net> * inetd/inetd.c: Use argcv_get to parse configuration files. Improved config error diagnostics. Removed obvious bsdisms.2003-08-29 Jeff Bailey <jbailey@raspberryginger.com> * paths: Support PATH_INETDPID. (Patch from Robert Millan)2004-09-29 Alfred M. Szmidt <ams@kemisten.nu> * acinclude.m4 (IU_LIB_NCURSES): Set LIBNCURSES to "" if we didn't find any headers for ncurses.2004-06-16 Sergey Poznyakoff <gray@Mirddin.farlep.net> * configure.ac: Check for termcap before checking for readline, since the latter might depend on the former. Patch by Todd R. Eigenschink <todd@tekinteractive.com> * acinclude.m4 (IU_ENABLE_FOO): Define $1_INSTALL_HOOK (IU_CHECK_KRB5): Quote the definition * THANKS: Added Todd R. Eigenschink2004-01-30 Sergey Poznyakoff <gray@Mirddin.farlep.net> * acinclude.m4 (IU_CONFIG_LINKS): New macro * configure.ac: Use IU_CONFIG_LINKS. Raised autoconf requirement to 2.59 * Makefile.am: Require automake 1.8 * headers/Makefile.am: Fixed disthook * headers/arpa/DISTFILES: Added to the repository * headers/protocols/DISTFILES: Likewise 2003-09-28 Alfred M. Szmidt <ams@kemisten.nu> * acinclude.m4 (IU_CONFIG_PATHS): New variables `IU_UCASE' and `iu_lcase'.2003-08-29 Jeff Bailey <jbailey@raspberryginger.com> * paths: Support PATH_INETDPID. (Patch from Robert Millan)2003-05-24 Alain Magloire * libinetutils/snprintf.c: Change to be under LGPL not GPL. (vsnprintf): implement "%lld", "%qd", "%Lg" * libinetutils/snprintf.h: New macro LONG_LONG, LONG_DOUBLE default to long long, long double.2003-05-24 Alain Magloire * configure.ac: New check AC_CHECK_TYPES(long long, long dougle).2003-05-24 Alain Magloire * configure.ac: New check AC_CHECK_TYPES(long long, long dougle).2003-05-21 Sergey Poznyakoff * syslogd/syslogd.c (main): Call init before opening the sockets. (Thanks Peter Rehley <peter@rehley.net> for the patch) (logmsg,cfline): Fixed handling of INTERNAL_NOPRI.2003-05-21 Sergey Poznyakoff <gray@Mirddin.farlep.net> * libinetutils/libinetutils/ttymsg.c (ttymsg): Bugfix: typecast is not a valid lvalue2003-04-21 Sergey Poznyakoff <gray@Mirddin.farlep.net> * ping/ping.c (ping_run): Bugfix. Thanks Jim Balter <Jim.Balter@cw.com> for the patch.2003-04-21 Sergey Poznyakoff <gray@Mirddin.farlep.net> * libinetutils/setenv.c: Provide an extern declaration of environ if necessary * libinetutils/xmalloc.c: Use err() instead of error().2003-04-21 Sergey Poznyakoff <gray@Mirddin.farlep.net> * libicmp/libping.c (ping_recv): Placed checksum and id test before the switch.2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * telnetd/telnetd.c (telnetd_setup): Use socklen_t.2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * talk/display.c (display): Allow use of 8-bit ascii.2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * rshd/Makefile.am: Added AUTHLIBS to LDADD2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * rsh/rsh.c (dst_realm_buf): Typo. * rsh/Makefile.am: Added AUTHLIBS to LDADD2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * rlogind/Makefile.am: Added AUTHLIBS to LDADD * rlogind/rlogind.c: Use KRB5 instead of KERBEROS_V2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * rlogin/rlogin.c (dst_realm_buf): Typo. * rlogin/Makefile.am: Added AUTHLIBS to LDADD2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * rcp/Makefile.am: Added AUTHLIBS to LDADD * rcp/rcp.c (dst_realm_buf): Typo.2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * ping/ping.c: Bugfix: ping.ping_count means the maximum number of packets to send. * ping/ping_echo.c (nabs): New function.2003-04-05 Sergey Poznyakoff <gray@Noldor.runasimi.org> * libinetutils/Makefile.am: Added malloc.c and realloc.c * libinetutils/xmalloc.c: Removed checks for HAVE_MALLOC and HAVE_REALLOC: configure takes care that malloc and realloc be always POSIX-compliant.2003-04-05 Sergey Poznyakoff <gray@gnu.org> * acinclude.m4 (IU_CHECK_KRB5): Check for libresolv. Minor bugfix: LIBS and LDFLAGS were not properly restored. * configure.ac: Removed KERBEROS_IV and KERBEROS_V defines. Added check for socklen_t. 2003-04-05 Sergey Poznyakoff <gray@gnu.org> * acinclude.m4 (IU_CHECK_KRB5): Check for libresolv. Minor bugfix: LIBS and LDFLAGS were not properly restored. * configure.ac: Removed KERBEROS_IV and KERBEROS_V defines. Added check for socklen_t. 2003-02-08 Simon Josefsson <jas@extundo.com> * telnet/commands.c (tn): Don't set hostname to DNS canonicalized value. Attackers may control DNS and fool the Kerberos authentication code to use the wrong realm for the server, and consequently the wrong KDC for the server, which the attackers could also control. Ultimately the attacker can fool the server authentication check in the client.2003-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> * ping/Makefile.am: Removed libm dependency. * ping/ping_echo.c: Removed call to sqrt.2002-12-22 Jeff Bailey <jbailey@gnu.org> * libinetutils/Makefile.am: Include new files in dist rules.2002-12-22 Jeff Bailey <jbailey@gnu.org> * configure.ac: Bump version to 1.4.2 * NEWS: Update for inetutils 1.4.22002-12-22 Jeff Bailey <jbailey@gnu.org> * configure.ac: Bump version to 1.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -