Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/cddfd5e1a248
branches:  netbsd-1-5
changeset: 491220:cddfd5e1a248
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 02:04:13 2001 +0000

description:
Today's set:
 o if_ex_cardbus.c: fix fallout from 3Com MiniPCI commit
 o route.c: remove use of uninitialized route
 o raidframe: supply more suibable tracks/cylinder for the benefit of FFS
 o next68k bus_dma fixes
 o next68k ethernet fix
 o route / netstat / sys/net/route.c:
   - support RTF_BLACKHOLE
   - mark cloned routes with RTF_CLONED, present in netstat with ``c''
   - let static routes overwrite cloned routes
 o IPF: fix hangs related to ftp proxying and NAT
 o Update Heimdal (Kerberos) to version 0.3e.
 o Kill the i386 ie(4) manual page
 o whois.c merge error fixed
 o nfs/isofs/ufs/ext2fs: fix locking problem
 o dhclient(8) documentation fix
 o fixes for IPsec to cooperate with NAT/IPF.
 o readjust NFS operation size to 8K except on i386 where it remains at 32K
 o inetd.conf: fix INET6 and Kerberos entries
 o release notes update
 o bump version number to 1.5.1_BETA

diffstat:

 CHANGES-1.5.1 |  1170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 1163 insertions(+), 7 deletions(-)

diffs (truncated from 1188 to 300 lines):

diff -r b8058b6d8c9e -r cddfd5e1a248 CHANGES-1.5.1
--- a/CHANGES-1.5.1     Fri Apr 06 01:57:40 2001 +0000
+++ b/CHANGES-1.5.1     Fri Apr 06 02:04:13 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.1,v 1.1.2.44 2001/04/05 09:48:43 jhawk Exp $
+#      $NetBSD: CHANGES-1.5.1,v 1.1.2.45 2001/04/06 02:04:13 he Exp $
 
 A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
 
@@ -1949,6 +1949,7 @@
 sys/dev/pci/pcidevs                            1.260 via patch
 sys/dev/pci/pcidevs.h                          regenerate
 sys/dev/pci/pcidevs_data.h                     regenerate
+sys/dev/cardbus/if_ex_cardbus.c                        1.18 via patch
 
   Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
   cards.
@@ -2478,9 +2479,1164 @@
 
 dist/ntp/ntpd/ntp_control.c                    1.2
 
-  Fix a DoS attack (and possibly, but not confirmed, a root exploit) in
-  ntpd.
-  Fix from Poul-Henning Kamp and Dima Ruban from the FreeBSD tree,
-  with changes from Jason Thorpe to not overrun the end of the static
-  buffer and with syslog()ing the bad packets disabled so as not to
-  DoS syslog.
+  Fix a DoS attack (and possibly, but not confirmed, a root exploit)
+  in ntpd.
+
+sbin/route/route.c                             1.40
+
+  Remove use of uninitialized route (struct ortentry).
+
+sys/dev/raidframe/rf_netbsdkintf.c             1.105
+
+  In order to improve FFS layout, use a value of "4 * number_of_columns"
+  instead of "1" for the number of tracks/cylinder in the disklabel.
+
+sys/arch/next68k/dev/bus_dma.c                 1.17,1.19
+
+  Purge/flush by pages when possible instead of just cache lines.
+  Purge cache on BUS_DMASYNC_PREREAD instead of BUS_DMASYNC_POSTREAD.
+
+sys/arch/next68k/dev/dev/mb8795.c              patch
+
+  Truncate oversize packets caused by ethernet dma overruns.
+
+sbin/route/route.c                             1.41
+sbin/route/show.c                              1.16
+
+  Support RTF_BLACKHOLE routes.
+
+sbin/route/route.c                             1.42
+sbin/route/show.c                              1.17
+usr.bin/netstat/netstat.1                      1.28
+usr.bin/netstat/route.c                                1.52
+share/man/man4/route.4                         1.9
+sys/net/route.c                                1.40 via patch
+sys/net/route.h                                1.25 via patch
+
+  Mark cloned routes with RTF_CLONED.  Present it in ``netstat -r''
+  output by ``c''.
+
+  Let static routes overwrite cloned routes, as cloned routes can
+  come back again if necessary.  Should fix PR#11916 and maybe some
+  other PRs with ARP behavior.
+
+sys/net/route.c                                1.41 via patch
+sys/net/route.h                                        1.26 via patch
+
+  Cleanup cloned route when parent route (RTF_CLONING) goes away.
+  Adds rt_parent to link parent from child (like NRL did, ours do
+  refcnt rt_refcnt properly).
+
+sys/netinet/ip_ftp_pxy.c                       patch
+
+  Fix machine hangs with FTP from behind a NetBSD box configured
+  to do NAT and FTP proxying.  Fixes PR#12443.
+
+crypto/dist/heimdal/ChangeLog                  1.1.1.2-1.1.1.3
+crypto/dist/heimdal/ChangeLog.1998             1.1 (new)
+crypto/dist/heimdal/ChangeLog.1999             1.1 (new)
+crypto/dist/heimdal/ChangeLog.2000             1.1 (new)
+crypto/dist/heimdal/Makefile.am                        1.1.1.2-1.1.1.3
+crypto/dist/heimdal/Makefile.am.common         1.1.1.2
+crypto/dist/heimdal/Makefile.in                        1.1.1.2-1.1.1.3
+crypto/dist/heimdal/NEWS                       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/README                     1.1 (new)
+crypto/dist/heimdal/TODO                       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/acconfig.h                 1.1.1.2
+crypto/dist/heimdal/acinclude.m4               1.1.1.2
+crypto/dist/heimdal/aclocal.m4                 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/Makefile.am          1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/Makefile.in          1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/add.c                        1.1.1.2
+crypto/dist/heimdal/admin/change.c             1.1.1.2
+crypto/dist/heimdal/admin/copy.c               1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/get.c                        1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/ktutil.8             1.1.1.2-1.1.1.3
+crypto/dist/heimdal/admin/ktutil.c             1.2-1.3
+crypto/dist/heimdal/admin/ktutil_locl.h                1.1.1.2
+crypto/dist/heimdal/admin/list.c               1.1.1.2
+crypto/dist/heimdal/admin/purge.c              1.1.1.2
+crypto/dist/heimdal/admin/remove.c             1.1.1.2
+crypto/dist/heimdal/admin/srvconvert.c         deleted
+crypto/dist/heimdal/admin/srvcreate.c          deleted
+crypto/dist/heimdal/appl/Makefile.am           1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/Makefile.in           1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/afsutil/ChangeLog     1.1.1.2
+crypto/dist/heimdal/appl/afsutil/Makefile.am   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/afsutil/Makefile.in   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/afsutil/afslog.c      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/afsutil/pagsh.c       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/dceutils/ChangeLog    1.1.1.1-1.1.1.2 (new)
+crypto/dist/heimdal/appl/dceutils/Makefile.am  1.1.1.1-1.1.1.2 (new)
+crypto/dist/heimdal/appl/dceutils/Makefile.in  1.1.1.1-1.1.1.2 (new)
+crypto/dist/heimdal/appl/dceutils/README.dcedfs        1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/README.original 1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/compile      1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/dfspag.exp   1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/dpagaix.c    1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/k5dce.h      1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/k5dcecon.c   1.1.1.1 (new)
+crypto/dist/heimdal/appl/dceutils/testpag.c    1.1.1.1-1.1.1.2 (new)
+crypto/dist/heimdal/appl/ftp/ChangeLog         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/Makefile.am       1.1.1.2
+crypto/dist/heimdal/appl/ftp/Makefile.in       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/common/Makefile.am        1.1.1.2
+crypto/dist/heimdal/appl/ftp/common/Makefile.in        1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/common/buffer.c   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/common/common.h   1.1.1.2
+crypto/dist/heimdal/appl/ftp/common/sockbuf.c  1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/Makefile.am   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/Makefile.in   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/cmds.c                1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/domacro.c     1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/extern.h      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/ftp.1         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/ftp.c         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/ftp_locl.h    1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/ftp_var.h     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/globals.c     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/gssapi.c      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/kauth.c       1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/krb4.c                1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/main.c                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/ruserpass.c   1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftp/security.c    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftp/security.h    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am  1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in  1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/extern.h     1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h  1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/ftpusers.5   1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/kauth.c      1.1.1.2
+crypto/dist/heimdal/appl/ftp/ftpd/logwtmp.c    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/ls.c         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/ftp/ftpd/popen.c      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kf/Makefile.am                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kf/Makefile.in                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kf/kf.c               1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kf/kf_locl.h          1.1.1.2
+crypto/dist/heimdal/appl/kf/kfd.c              1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/ChangeLog          1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/Makefile.am                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/Makefile.in                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/common.c           1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/context.c          1.1.1.2
+crypto/dist/heimdal/appl/kx/krb4.c             1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/krb5.c             1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/kx.1               1.1.1.2
+crypto/dist/heimdal/appl/kx/kx.c               1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/kx.h               1.1.1.2
+crypto/dist/heimdal/appl/kx/kxd.8              1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/kxd.c              1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/rxtelnet.1         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/kx/rxtelnet.in                1.1.1.2
+crypto/dist/heimdal/appl/kx/rxterm.1           1.1.1.2
+crypto/dist/heimdal/appl/kx/rxterm.in          1.1.1.2
+crypto/dist/heimdal/appl/kx/tenletxr.1         1.1.1.2
+crypto/dist/heimdal/appl/kx/tenletxr.in                1.1.1.2
+crypto/dist/heimdal/appl/kx/writeauth.c                1.1.1.2
+crypto/dist/heimdal/appl/login/ChangeLog       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/login/Makefile.am     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/login/Makefile.in     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/login/conf.c          1.1.1.2
+crypto/dist/heimdal/appl/login/env.c           1.1 (new)
+crypto/dist/heimdal/appl/login/login.c         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/login/login_access.c  1.1.1.2
+crypto/dist/heimdal/appl/login/login_locl.h    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/login/login_protos.h  1.1.1.2
+crypto/dist/heimdal/appl/login/osfc2.c         1.1.1.2
+crypto/dist/heimdal/appl/login/read_string.c   1.1.1.2
+crypto/dist/heimdal/appl/login/shadow.c                1.1.1.2
+crypto/dist/heimdal/appl/login/stty_default.c  1.1.1.2
+crypto/dist/heimdal/appl/login/tty.c           1.1.1.2
+crypto/dist/heimdal/appl/login/utmp_login.c    1.1.1.2
+crypto/dist/heimdal/appl/login/utmpx_login.c   1.1.1.2
+crypto/dist/heimdal/appl/otp/ChangeLog         1.1.1.2
+crypto/dist/heimdal/appl/otp/Makefile.am       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/otp/Makefile.in       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/otp/otp.1             1.1 (new)
+crypto/dist/heimdal/appl/otp/otp.c             1.1.1.2
+crypto/dist/heimdal/appl/otp/otp_locl.h                1.1.1.2
+crypto/dist/heimdal/appl/otp/otpprint.1                1.1 (new)
+crypto/dist/heimdal/appl/otp/otpprint.c                1.1.1.2
+crypto/dist/heimdal/appl/popper/ChangeLog      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/popper/Makefile.am    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/popper/Makefile.in    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/popper/maildir.c      1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_auth.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_debug.c    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/popper/pop_dele.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_dropcopy.c 1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_dropinfo.c 1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_get_command.c 1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_init.c     1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/popper/pop_last.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_list.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_log.c      1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_msg.c      1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_parse.c    1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_pass.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_quit.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_rset.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_send.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_stat.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_uidl.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_updt.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_user.c     1.1.1.2
+crypto/dist/heimdal/appl/popper/pop_xover.c    1.1.1.2
+crypto/dist/heimdal/appl/popper/popper.c       1.1.1.2
+crypto/dist/heimdal/appl/popper/popper.h       1.1.1.2
+crypto/dist/heimdal/appl/popper/version.h      1.1.1.2
+crypto/dist/heimdal/appl/push/ChangeLog                1.1.1.2
+crypto/dist/heimdal/appl/push/Makefile.am      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/push/Makefile.in      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/push/pfrom.1          1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/push/pfrom.in         1.1.1.2
+crypto/dist/heimdal/appl/push/push.8           1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/push/push.c           1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/push/push_locl.h      1.1.1.2
+crypto/dist/heimdal/appl/rcp/ChangeLog         1.1 (new)
+crypto/dist/heimdal/appl/rcp/Makefile.am       1.1 (new)
+crypto/dist/heimdal/appl/rcp/Makefile.in       1.1 (new)
+crypto/dist/heimdal/appl/rcp/extern.h          1.1 (new)
+crypto/dist/heimdal/appl/rcp/rcp.c             1.1 (new)
+crypto/dist/heimdal/appl/rcp/rcp_locl.h                1.1 (new)
+crypto/dist/heimdal/appl/rcp/util.c            1.1 (new)
+crypto/dist/heimdal/appl/rsh/ChangeLog         1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/rsh/Makefile.am       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/rsh/Makefile.in       1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/rsh/common.c          1.1.1.2
+crypto/dist/heimdal/appl/rsh/rsh.c             1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/rsh/rsh_locl.h                1.1.1.2
+crypto/dist/heimdal/appl/rsh/rshd.c            1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/su/ChangeLog          1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/su/Makefile.am                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/su/Makefile.in                1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/su/su.c               1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/ChangeLog      1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/Makefile.am    1.1.1.2
+crypto/dist/heimdal/appl/telnet/Makefile.in    1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.am 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/libtelnet/auth-proto.h 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/auth.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/auth.h 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/enc-proto.h 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/enc_des.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.h 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/genget.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/libtelnet/krb4encpwd.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/misc-proto.h 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/libtelnet/misc.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/rsaencpwd.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/libtelnet/spx.c        1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/Makefile.am 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/Makefile.in 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/authenc.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/commands.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/externs.h 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/main.c  1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/network.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/ring.c  1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/ring.h  1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c 1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/telnet.1        1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/telnet.c        1.1.1.2-1.1.1.3
+crypto/dist/heimdal/appl/telnet/telnet/telnet_locl.h 1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/terminal.c 1.1.1.2
+crypto/dist/heimdal/appl/telnet/telnet/utilities.c 1.1.1.2-1.1.1.3



Home | Main Index | Thread Index | Old Index