Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 04:33:37 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ftp Makefile fetch.c ftp.1 ftp.c ftp_var.h main.c util.c
Message-ID:  <199907011133.EAA64244@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          1999/07/01 04:33:37 PDT

  Modified files:        (Branch: RELENG_3)
    usr.bin/ftp          Makefile fetch.c ftp.1 ftp.c ftp_var.h 
                         main.c util.c 
  Log:
  MFC:
  
  - separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again
    PR:		bin/12070
  
  - specifically check that FTP_PASSIVE_MODE is set to YES, rather than
    just checking if it is defined
  
  - add "-s src_addr" option to allow setting of the source IP address
  
  - fix two minor bugs
  
  - slightly cleanup manpage
  
  Revision  Changes    Path
  1.8.2.1   +1 -2      src/usr.bin/ftp/Makefile
  1.5.4.1   +7 -1      src/usr.bin/ftp/fetch.c
  1.8.2.1   +26 -29    src/usr.bin/ftp/ftp.1
  1.15.2.1  +25 -24    src/usr.bin/ftp/ftp.c
  1.6.2.1   +5 -1      src/usr.bin/ftp/ftp_var.h
  1.16.2.1  +46 -17    src/usr.bin/ftp/main.c
  1.6.2.1   +3 -3      src/usr.bin/ftp/util.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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