📄 changelog
字号:
2002-07-31 Jeff Bailey <jbailey@outpost.dnsalias.org> * configure.ac: Update version to 1.4 * ROADMAP: New file2002-07-27 Marcus Brinkmann <marcus@gnu.org> * NEWS: Update to reflect the recent changes, and change its format to match current GNU practice. Add a copyright statement, and some emacs local variables to support editing it.2002-06-26 Alfred M. Szmidt <ams@kemisten.nu> * .cvsignore (config.h.in): Removed. (config.hin, autom4te.cache): Added. * configure.ac: Removed erroneous #ifdef's in the checks for __P and syslog internal macros.2002-05-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> * configure.ac: AC_CHECK_MEMBERS (as of version 2.53 ) fails to recognize the presense of a structure member which is itself of an aggregate type. Thus, tests for struct ifreq.ifr_netmask and struct ifreq.ifr_broadaddr always fail. To work around the bug, first check for a non-aggregate sub-member of the member in question and then create an appropriate HAVE_ define. Use AC_CHECK_DECLS on crypt and errno, as AC_CHECK_DECL does not generate HAVE_DECL_ define. (AH_BOTTOMs): Checks for HAVE_DECL variables must read #if !HAVE_DECL_something, since AC_CHECK_DECLS always declares HAVE_DECL, either to 0 or to 1. The only exception is HAVE_DECL_HSTRERROR, whose AC_CHECK_DECLS is under a conditional expression, so we have to check for !defined(HAVE_DECL_HSTRERROR) first.2002-04-29 Alfred M. Szmidt <ams@kemisten.nu> * configure.ac (VERSION): Variable removed. (AC_OUTPUT): Removed headers/version.h and headers/version.h.in from the list.2002-04-28 Alfred M. Szmidt <ams@kemisten.nu> * configure.ac: Removed form feeds.2002-04-21 Alfred M. Szmidt <ams@kemisten.nu> * Makefile.am (AUTOMAKE_OPTIONS): Require GNU Automake 1.6. * acinclude.m4 (IU_UCASE, iu_lcase): Variables removed. (IU_RESULT_ACTIONS, IU_CHECK_WEAK_REFS): Use the new AC_DEFINE syntax. (IU_CHECK_DECL, IU_CHECK_TYPE, IU_CHECK_STRUCT_FIELD): Functions removed. (IU_ENABLE_FOO): Use name_BUILD instead of BUILD_NAME. (IU_INCLUDED_REGEX): Replaced with.. (jm_INCLUDED_REGEX): this. * acconfig.h: Removed. * configure.ac: Rewrite.2002-04-08 Sergey Poznyakoff <gray@Mirddin.farlep.net> * acconfig.h: #undef's for KERBEROS_IV and KERBEROS_V * acinclude.m4 (IU_CHECK_KRB5): New macro: check for the presense of kerberos v.5 * configure.ac: New options: --with-krb4[=PATH], --with-krb5[=PATH] 2002-04-05 Sergey Poznyakoff <gray@Mirddin.farlep.net> * acconfig.h: Removed extra HAVE_UTMPX_H. Added HAVE_CC_T and HAVE_LIBREADLINE. * configure.ac: Check for obstack functions. Modified readline check: assign -lreadline to the separate AC_SUBST variable, instead of appending it to LIBS. Check for cc_t type. Raised patchlevel. 2002-03-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> * configure.ac: Added AC_CANONICAL_SYSTEM to set $host properly. Additional AC_DEFINEs for Solaris. 2002-02-12 Jeff Bailey <jbailey@outpost.dnsalias.org> * TODO: Remove ping * THANKS: Update * README-alpha: *Wow* this file was really inaccurate. * NEWS: Mention talkd, and ping * AUTHORS: Update2002-02-10 Jeff Bailey <jbailey@outpost.dnsalias.org> * configure.in: Reworked for autoconf 2.52 and renamed to * configure.ac: this. * autogen.sh: Don't point autoheader to headers/ * headers/acconfig.h: Move to ... * acconfig.h: Here * Makefile.am: Require Automake 1.5. Add doc and doc/rfc to build tree. Don't tell autoheader to look in headers/ I moved config.h to the top_builddir to overcome a bug in autoconf that requires the config.h to be in the same directory as aclocal.m4 This meant that I also had to add INCLUDES=-I$(top_builddir)/include. The upshot is that make distcheck now passes, even for $(srcdir)!=$(builddir) * .cvsignore: Add files relating moving config.h to $(top_builddir)2001-12-25 Alain Magloire * configure.in: Add check for mkstemp (). Check for getpass(). Note from Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>.2001-11-21 Sergey Poznyakoff * configure.in: Removed poll.h, sys/poll.h from AC_CHECK_HEADERS. Added individual check for poll.h, since syslogd uses it unconditionally.2001-11-03 Alain Magloire * configure.in: Added doc/rfc/Makefile.2001-11-02 Marcus Brinkmann <marcus@gnu.org> * configure.in: When checking for utmp structure fields, always include sys/types.h [HAVE_SYS_TYPES_H] before utmp.h (for time_t) to get it working on FreeBSD. Add checks for fields pid, id and user.2001-11-02 Marcus Brinkmann <marcus@gnu.org> * configure.in: Add doc/Makefile as output file.2001-10-28 Alain Magloire Certain programs __MUST__ be install root to work properly. There is a hook in the installation to warn the user. But maybe in the future we should try to install as root and failed the installation if it does not work? * ping/Makefile.am: Rules to try install setuid root. * rcp/Makefile.am: Rules to try install setuid root. * rlogin/Makefile.am: Rules to try install setuid root. * rsh/Makefile.am: Rules to try install setuid root.2001-10-25 Alain Magloire * configure.in: Version to 1.3.2g.2001-10-25 Sergey Poznyakoff * acinclude.m4: IU_INCLUDED_REGEX: Check for working regex, provide replacement, if necessary. * configure.in: Check for regex.2001-09-06 Alain Magloire * configure.in: Check for strsignal(). * libinetutils/strsignal.c: New file.2001-08-29 Marcus Brinkmann <marcus@gnu.org> * Makefile.am (SUBDIRS): Remove `ifconfig' for now (see ifconfig/TODO for a list of items that need to be resolved).2001-08-26 Alain Magloire Marco D'Itri whois is much more complete then the original one provided by Joel N. Weber II (devnull). So it is enable. * configure.in: use gwhois instead whois * Makefile.am: SUBDIRS have gwhois instead of whois.2001-08-25 Alain Magloire * configure.in: AC_ARG_ENABLE(libls ..) libls will not work on all platforms, make it possible to disable it. LIBLS, BUILD_LIBLS, WITH_LIBLS, new variable.s * header/acconfig.h: WITH_LIBLS new.2001-07-14 Sergey Poznyakoff <gray@farlep.net> * configure.in: Check for setpgid(), vhangup(). * ping/ChangeLog: (new) * libicmp/ChangeLog: (new) * libinetutils: See libinetutils/ChangeLog. * rlogind: See rlogind/ChangeLog. * ping: See ping/ChangeLog.2001-06-20 Sergey Poznyakoff <gray@farlep.net> Patches by Alain: * libicmp(icmp_cksum.c,icmp_echo.c,icmp_timestamp.c,libping.c): use <signal.h> instead of <sys/signal.h>, truncate pid_t before using as ping_ident. * libicmp/ping.h: changed type of ping_datalen to size_t. * libicmp/icmp_address.c: icmp was used unitialized. * ping(ping_address.c,ping_echo.c,ping_router.c,ping_timestamp.c): <signal.h> -> <sys/signal.h>2001-06-19 Sergey Poznyakoff <gray@farlep.net> * configure.in, Makefile.am: added libicmp and ping to build. * ping/Makefile.am: use @BUILD_PING@ instead of directly assigning bin_PROGRAMS. * libicmp/icmp_timestamp.c: forgotten to commit yesterday :^) * libicmp/ping.h: changed counters in struct PING from int to longs. * libicmp/icmp.h,libicmp/libping.c, ping/ping.c,ping/ping_address.c,ping/ping_echo.c, ping/ping_impl.h,ping/ping_router.c,ping/ping_timestamp.c: Fixed a bunch of inconsistencies (thanks to Alain). Changes to make gcc -Wall less verbose.2001-06-18 Sergey Poznyakoff <gray@farlep.net> * libicmp/Makefile.am: added icmp_address.c * libicmp/icmp_address.c: added. * libicmp/icmp.h: added new protos * libicmp/icmp_echo.c: eliminated unused variable * libicmp/icmp_timestamp.c: implemented * libicmp/libping.c: changes too numerous to mention. * libicmp/ping.h: reflect changes to libping.c * ping/Makefile.am: added OMIT_DEPENDENCIES * ping/(ping.c,ping_address.c,ping_echo.c,ping_impl.h,ping_timestamp.c) Implemented ICMP_TIMESTAMP and ICMP_ADDRESSMASK requests. None of existing routers answers the latter, though.2001-06-13 Sergey Poznyakoff <gray@farlep.net> * libicmp(Makefile.am, icmp.h, icmp_cksum.c, icmp_echo.c, icmp_timestamp.c,libping.c,ping.h): added to repository. Currently it is more libping than libicmp, I will be adding required functionality latter. * ping/ping.c: implemented
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -