Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 1997 12:38:23 -0800 (PST)
From:      Paul Traina <pst@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c
Message-ID:  <199712132038.MAA23314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
pst         1997/12/13 12:38:23 PST

  Modified files:
    usr.bin/ftp          Makefile cmds.c cmdtab.c complete.c 
                         domacro.c extern.h fetch.c ftp.1 ftp.c 
                         ftp_var.h main.c pathnames.h ruserpass.c 
                         util.c 
  Log:
  Sync with NetBSD v1.3.
  
  Keep I8N1 and quarantine port code.  Replace our security fix with NetBSD's
  (their idea was better).
  
  Revision  Changes    Path
  1.8       +10 -4     src/usr.bin/ftp/Makefile
  1.12      +173 -85   src/usr.bin/ftp/cmds.c
  1.6       +7 -3      src/usr.bin/ftp/cmdtab.c
  1.4       +15 -9     src/usr.bin/ftp/complete.c
  1.5       +5 -3      src/usr.bin/ftp/domacro.c
  1.6       +4 -9      src/usr.bin/ftp/extern.h
  1.3       +74 -41    src/usr.bin/ftp/fetch.c
  1.7       +38 -5     src/usr.bin/ftp/ftp.1
  1.11      +84 -57    src/usr.bin/ftp/ftp.c
  1.6       +23 -11    src/usr.bin/ftp/ftp_var.h
  1.16      +53 -10    src/usr.bin/ftp/main.c
  1.3       +1 -1      src/usr.bin/ftp/pathnames.h
  1.7       +18 -14    src/usr.bin/ftp/ruserpass.c
  1.3       +108 -51   src/usr.bin/ftp/util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712132038.MAA23314>