CVS commit: src/usr.bin/ftp

2021-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 6 09:26:47 UTC 2021 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Use raw write(2) instead of fwrite(3) to avoid stream corruption because of the progress bar interrupts. From RVP. To generate a diff of this c

CVS commit: src/usr.bin/ftp

2021-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jun 3 10:23:33 UTC 2021 Modified Files: src/usr.bin/ftp: Makefile ssl.c ssl.h version.h Log Message: use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds Adapt the SMALLPROG / -UWITH_SSL build to also use the fetch_*() met

CVS commit: src/usr.bin/ftp

2021-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jun 3 10:11:00 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.c Log Message: set SO_KEEPALIVE on control connection Attempt to prevent timeouts of the control connection by setting SO_KEEPALIVE. This matches the equivalent beh

CVS commit: src/usr.bin/ftp

2021-04-25 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Apr 25 09:09:55 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): consistently use FTP for protocol use. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/usr.bin/ftp/ftp.1 Please note th

CVS commit: src/usr.bin/ftp

2021-04-25 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Apr 25 08:46:19 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): consistent Ic (not Nm) for commands To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/usr.bin/ftp/ftp.1 Please note that

CVS commit: src/usr.bin/ftp

2021-04-25 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Apr 25 08:26:35 UTC 2021 Modified Files: src/usr.bin/ftp: util.c Log Message: better XXX comment for buggy ftp server To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/usr.bin/ftp/util.c Please note that di

CVS commit: src/usr.bin/ftp

2021-01-31 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jan 31 08:59:40 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): more $https_proxy documentation Document $https_proxy in ENVIRONMENT. (It was already documented elsewhere). Fixes PR bin/51883 To generat

CVS commit: src/usr.bin/ftp

2021-01-06 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jan 6 09:15:59 UTC 2021 Modified Files: src/usr.bin/ftp: cmds.c ftp.1 Log Message: ftp(1): fix description of "debug" "debug" command and documentation got accidentally renamed to "ftp_debug" 13 years ago, and was only partia

CVS commit: src/usr.bin/ftp

2021-01-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jan 6 04:43:14 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.c progressbar.c progressbar.h ssl.c version.h Log Message: ftp: don't use restartable signals Refactor to not rely upon restartable signals (SA_RESTART), possibly f

CVS commit: src/usr.bin/ftp

2020-07-17 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 18 03:00:38 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 main.c version.h Log Message: ftp: add -? for help. improve synopsis Add -? to display usage synopsis and help to stdout. This allows for "ftp -? | less", which i

CVS commit: src/usr.bin/ftp

2020-07-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 15 19:23:44 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: Try to improve markup for better PostScript output. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/usr.bin/ftp/ftp.1 Please note

CVS commit: src/usr.bin/ftp

2020-07-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 15 17:36:38 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: Do not use "[...]", just "..." is enough. Conventionally the ellipsis already expresses optional repetition, e.g. .Ar without arguments produces "file

CVS commit: src/usr.bin/ftp

2020-07-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jul 15 16:41:16 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: Remove now-extraneous Op since we already have Oo and Oc to enclose the Ar port. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/usr.bin/ftp

2020-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 15 08:56:06 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp.1: don't wrap "[[user@]host [port]]" To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/ftp/ftp.1 Please note that dif

CVS commit: src/usr.bin/ftp

2020-07-13 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jul 13 11:17:14 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): consistency tweaks To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/ftp/ftp.1 Please note that diffs are not pub

CVS commit: src/usr.bin/ftp

2020-07-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 11 02:19:32 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.c version.h Log Message: ftp.c: improve signal handler restoration Only invoke the old signal handler if it's a real signal handler and not SIG_IGN, SIG_DFL, SIG_HO

CVS commit: src/usr.bin/ftp

2020-07-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 11 00:29:38 UTC 2020 Modified Files: src/usr.bin/ftp: fetch.c Log Message: fetch_url: improve signal handler restoration Use SIG_ERR not NULL as the indicator that a signal handler hasn't been changed, so that SIG_DFL (equ

CVS commit: src/usr.bin/ftp

2020-06-07 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 8 01:33:27 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.c util.c version.h Log Message: ftp: exit if lostpeer invoked by a signal lostpeer() calls too many async-unsafe functions (both directly and indirectly) to close a

CVS commit: src/usr.bin/ftp

2020-02-25 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Feb 26 05:55:27 UTC 2020 Modified Files: src/usr.bin/ftp: version.h Log Message: update ftp version to 20190622 To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin/ftp/version.h Please note that diffs a

CVS commit: src/usr.bin/ftp

2019-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 00:44:54 UTC 2019 Modified Files: src/usr.bin/ftp: ssl.c Log Message: redo the connection waiting handling to make it more clear. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ftp/ssl.c Pl

CVS commit: src/usr.bin/ftp

2019-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 00:36:09 UTC 2019 Modified Files: src/usr.bin/ftp: fetch.c ssl.c ssl.h Log Message: Make fetch_read() return size_t like fread() does. It is bogus to have one backing implementation that returns different values and t

CVS commit: src/usr.bin/ftp

2019-02-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 6 07:56:42 UTC 2019 Modified Files: src/usr.bin/ftp: cmds.c Log Message: Try to avoid a (bogus) fatal warning from clang. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/usr.bin/ftp/cmds.c Please no

CVS commit: src/usr.bin/ftp

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 04:09:13 UTC 2019 Modified Files: src/usr.bin/ftp: cmds.c extern.h ftp.c main.c Log Message: - add justquit() that always exits. use it to avoid unreachable code. To generate a diff of this commit: cvs rdiff -u -r1.138

CVS commit: src/usr.bin/ftp

2019-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 28 12:04:16 UTC 2019 Modified Files: src/usr.bin/ftp: complete.c Log Message: PR/53916: Rob Gill: remove redundant assignment to matchlen. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/ftp/c

CVS commit: src/usr.bin/ftp

2018-03-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 4 19:57:41 UTC 2018 Modified Files: src/usr.bin/ftp: main.c Log Message: Don't use the local username as the default anonftp password. once upon a time doing this was part of the social glue that held the community tog

CVS commit: src/usr.bin/ftp

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 11 02:51:58 UTC 2018 Modified Files: src/usr.bin/ftp: fetch.c Log Message: more volatile to appease gcc. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/usr.bin/ftp/fetch.c Please note that diffs a

CVS commit: src/usr.bin/ftp

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:26:02 UTC 2018 Modified Files: src/usr.bin/ftp: ssl.c Log Message: explicitly include since OpenSSL-1.1 does not do it for us. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ftp/ssl.c P

CVS commit: src/usr.bin/ftp

2017-11-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 25 15:39:18 UTC 2017 Modified Files: src/usr.bin/ftp: fetch.c main.c Log Message: Make outfile always allocated, free it to set it to NULL, and don't move it around. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/ftp

2017-11-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 20 21:11:37 UTC 2017 Modified Files: src/usr.bin/ftp: cmds.c ftp_var.h util.c Log Message: Issue PWD commands to the server only when we actually need the results, not speculatively, just in case we might. Allows operation w

CVS commit: src/usr.bin/ftp

2017-02-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Feb 15 11:52:11 UTC 2017 Modified Files: src/usr.bin/ftp: fetch.c Log Message: ftp(1): split the auth processing function. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/usr.bin/ftp/fetch.c Please note

CVS commit: src/usr.bin/ftp

2017-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 31 21:05:35 UTC 2017 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Use the first name we requested the http/https URL for, not any name we ended up with after random redirects. To generate a diff of this commit

CVS commit: src/usr.bin/ftp

2016-12-14 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Dec 15 04:49:15 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: handle proxy authentication correctly. To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/usr.bin/ftp/fetch.c Please note that

CVS commit: src/usr.bin/ftp

2016-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 17 00:52:53 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash. Initialize variable so that we don't get random behavior on clean

CVS commit: src/usr.bin/ftp

2016-10-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 4 15:06:31 UTC 2016 Modified Files: src/usr.bin/ftp: ftp.c Log Message: When using data outside the signed char range, it is better to consistently use an unsigned char buffer. To generate a diff of this commit: cvs rdif

CVS commit: src/usr.bin/ftp

2016-08-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Aug 3 12:33:56 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Do globbing for FTP URLs of the form ftp://... too ok christos To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/usr.bin/ftp/fet

CVS commit: src/usr.bin/ftp

2016-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 4 23:59:41 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: PR/51043: Yorick Hardy: ftp(1) should use the port number for CONNECT To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/usr.b

CVS commit: src/usr.bin/ftp

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 18:42:25 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: sprinkle more volatile (distribution build with gcc-5.3) To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/usr.bin/ftp/fetch.

CVS commit: src/usr.bin/ftp

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:31:31 UTC 2016 Modified Files: src/usr.bin/ftp: cmds.c Log Message: CID 1354295: Array overrun. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/ftp/cmds.c Please note that diffs are n

CVS commit: src/usr.bin/ftp

2016-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 6 21:23:09 UTC 2016 Modified Files: src/usr.bin/ftp: cmds.c Log Message: use sizeof() and array notation. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/usr.bin/ftp/cmds.c Please note that diffs

CVS commit: src/usr.bin/ftp

2016-02-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Feb 5 03:41:05 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Initialize the token match pointer. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/usr.bin/ftp/fetch.c Please note that dif

CVS commit: src/usr.bin/ftp

2016-01-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 5 11:41:00 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Fix downloads of local files using file:// URLs Previously it would error out in copyurlinfo() when copying a NULL port. To generate a diff of this

CVS commit: src/usr.bin/ftp

2015-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 17 20:36:36 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: mark function as only needed with ssl. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/usr.bin/ftp/fetch.c Please note tha

CVS commit: src/usr.bin/ftp

2015-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 17 17:26:46 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Split the position/size parsing into a separate function. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/usr.bin/ftp/fetch

CVS commit: src/usr.bin/ftp

2015-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 17 17:08:45 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Simplify and factor out connect message To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/usr.bin/ftp/fetch.c Please note th

CVS commit: src/usr.bin/ftp

2015-12-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Dec 17 04:36:56 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: - Fix to connect https via proxy. - Fix ttyout message. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/usr.bin/ftp/fetch.c

CVS commit: src/usr.bin/ftp

2015-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 16 23:00:39 UTC 2015 Modified Files: src/usr.bin/ftp: ftp_var.h Log Message: make DPRINTF/DWARN always statements. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.bin/ftp/ftp_var.h Please note th

CVS commit: src/usr.bin/ftp

2015-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 16 21:11:47 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: PR/50438: NONAKA Kimihiro: ftp(1): CONNECT method support Please test! To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/usr.

CVS commit: src/usr.bin/ftp

2015-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 16 19:17:16 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: more refactoring: - introduce authinfo and urlinfo structures - split negotiation code out. To generate a diff of this commit:

CVS commit: src/usr.bin/ftp

2015-12-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Dec 16 01:20:06 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Fix compile failure without WITH_SSL. >/tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c: In > function 'fetch_url': >

CVS commit: src/usr.bin/ftp

2015-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 15 21:45:21 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Factor the proxy handling code out. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/usr.bin/ftp/fetch.c Please note that d

CVS commit: src/usr.bin/ftp

2015-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 15 21:01:27 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Separate no_proxy handling. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/usr.bin/ftp/fetch.c Please note that diffs are

CVS commit: src/usr.bin/ftp

2015-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 15 20:49:50 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Try to factor out some code, this is completely out of control. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/usr.bin/ftp

CVS commit: src/usr.bin/ftp

2015-12-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Dec 13 14:06:13 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ftp.c Log Message: (Hopefully) fix build without IPv6 support To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/usr.bin/ftp/fetch.c cvs rdiff

CVS commit: src/usr.bin/ftp

2015-12-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Dec 11 08:37:32 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ftp.c Log Message: Use the proper format "[IPv6 address]:port" when reporting connection attempts to IPv6 endpoints. To generate a diff of this commit: cvs rdif

CVS commit: src/usr.bin/ftp

2015-09-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 16 15:32:53 UTC 2015 Modified Files: src/usr.bin/ftp: ssl.c Log Message: Workaround const issues of SSL_set_tlsext_host_name. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ftp/ssl.c Please note

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 20:23:27 UTC 2015 Modified Files: src/usr.bin/ftp: ssl.c Log Message: servername cannot be NULL here. Noted by joerg@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ftp/ssl.c Please note that

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 20:18:52 UTC 2015 Modified Files: src/usr.bin/ftp: version.h Log Message: Bump version for SNI support. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/usr.bin/ftp/version.h Please note that diffs are

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 19:38:42 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ssl.c ssl.h Log Message: Add Server Name Indication (SNI) support for https. Needed for e.g. some github URLs. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/usr.bin/ftp

2015-04-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Apr 23 23:31:23 UTC 2015 Modified Files: src/usr.bin/ftp: ftp.1 main.c version.h Log Message: Add -x xferbufsize to set xferbuf size. Implement -x xferbufsize set the socket send and receive buffer size, as per 'xferbuf' i

CVS commit: src/usr.bin/ftp

2015-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 12 14:17:08 UTC 2015 Modified Files: src/usr.bin/ftp: ftp_var.h Log Message: Increase the buffer limit; otherwise files in: http://www.taxdetective.ca/Samples/sampledatafiles.html fail. To generate a diff of this

CVS commit: src/usr.bin/ftp

2014-10-30 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Oct 31 03:27:18 UTC 2014 Modified Files: src/usr.bin/ftp: version.h Log Message: Version 20141026 Ignore special characters unless they're from the command line. Fixes CVE-2014-8517 To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/ftp

2014-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 26 16:21:59 UTC 2014 Modified Files: src/usr.bin/ftp: fetch.c Log Message: don't pay attention to special characters if they don't come from the command line (from jmcneill) To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/ftp

2013-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 7 02:06:52 UTC 2013 Modified Files: src/usr.bin/ftp: fetch.c Log Message: more volatile for m68k To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/usr.bin/ftp/fetch.c Please note that diffs are not

CVS commit: src/usr.bin/ftp

2013-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 3 14:45:50 UTC 2013 Modified Files: src/usr.bin/ftp: fetch.c Log Message: let progressmeter deal with the timeout once we've started transferring. To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/us

CVS commit: src/usr.bin/ftp

2013-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 2 19:55:47 UTC 2013 Modified Files: src/usr.bin/ftp: fetch.c Log Message: PR/34796: Hauke Fath: ftp does not timeout on http fetches. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/ftp/fet

CVS commit: src/usr.bin/ftp

2013-05-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 5 10:40:19 UTC 2013 Modified Files: src/usr.bin/ftp: version.h Log Message: Version 20130220: restart fix, SYST response parsing improvement To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.bin/ftp/v

CVS commit: src/usr.bin/ftp

2013-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 23 13:47:36 UTC 2013 Modified Files: src/usr.bin/ftp: fetch.c Log Message: fix restart from anon ymous To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/usr.bin/ftp/fetch.c Please note that diffs are

CVS commit: src/usr.bin/ftp

2013-02-19 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 19 23:29:16 UTC 2013 Modified Files: src/usr.bin/ftp: util.c Log Message: When using the response to SYST to decide whether to default to 'binary' be a lot less specific. Kyocera printers report "230 Linux" but really don't

CVS commit: src/usr.bin/ftp

2013-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 16:37:20 UTC 2013 Modified Files: src/usr.bin/ftp: version.h Log Message: merry belated x-mas. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/ftp/version.h Please note that diffs are not

CVS commit: src/usr.bin/ftp

2012-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 24 22:12:29 UTC 2012 Modified Files: src/usr.bin/ftp: ssl.c Log Message: backwards compatible with netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/ftp/ssl.c Please note that diffs are

CVS commit: src/usr.bin/ftp

2012-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 22 16:58:51 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: compile without SSL To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/usr.bin/ftp/fetch.c Please note that diffs are not pub

CVS commit: src/usr.bin/ftp

2012-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 22 16:57:10 UTC 2012 Modified Files: src/usr.bin/ftp: cmds.c cmdtab.c fetch.c ftp.1 main.c Log Message: document https support, mentioning certificates are not validated, and obey https_proxy. To generate a diff of thi

CVS commit: src/usr.bin/ftp

2012-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 21 18:07:37 UTC 2012 Modified Files: src/usr.bin/ftp: Makefile fetch.c ftp_var.h main.c Added Files: src/usr.bin/ftp: ssl.c ssl.h Log Message: PR/47276: Add https support To generate a diff of this commit: cvs

CVS commit: src/usr.bin/ftp

2012-07-03 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Wed Jul 4 06:09:38 UTC 2012 Modified Files: src/usr.bin/ftp: extern.h fetch.c ftp.c util.c Log Message: As discussed on tech-net@: Don't display expected EHOSTUNREACH for all but the last connect attempts in terse mode. To generate

CVS commit: src/usr.bin/ftp

2012-02-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 24 19:53:31 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: subtracting two pointers yields ptrdiff_t, so cast it to int. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/ftp/fetch.

CVS commit: src/usr.bin/ftp

2012-02-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 24 19:40:49 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: When given an URL that contains "://" but is not recognised, print an error message. Now "ftp https://foo/bar"; prints ftp: Unsupported URL sche

CVS commit: src/usr.bin/ftp

2012-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 20:43:24 UTC 2012 Modified Files: src/usr.bin/ftp: cmds.c Log Message: fix previous; use append instead of write. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/usr.bin/ftp/cmds.c Please note t

CVS commit: src/usr.bin/ftp

2012-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 03:58:28 UTC 2012 Modified Files: src/usr.bin/ftp: cmds.c Log Message: make -R work the same in ftp:// like it does for http:// (i.e. work if there is no local file). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/ftp

2011-12-09 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Dec 10 05:53:59 UTC 2011 Modified Files: src/usr.bin/ftp: fetch.c ftp.c main.c util.c Log Message: Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET

CVS commit: src/usr.bin/ftp

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:58:16 UTC 2011 Modified Files: src/usr.bin/ftp: Makefile ftp.c main.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.160

CVS commit: src/usr.bin/ftp

2010-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 5 13:59:39 UTC 2010 Modified Files: src/usr.bin/ftp: util.c version.h Log Message: In ftpvis(), prevent incomplete escape sequences at end of dst, and ensure NUL-termination of dst. Also tweak for readibility. Fix from Uw