OpenBSD CVS

CVS log for src/usr.bin/ftp/Attic/http.c


[BACK] Up to [local] / src / usr.bin / ftp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10, Thu May 16 12:44:18 2019 UTC (5 years ago) by florian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
FILE REMOVED

Revert suni'ls ftp rewrite for now.
We are juggling too many things at the moment and we can't deal with
the differences in behaviour right now.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 14 18:51:07 2019 UTC (5 years ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

do not intermingle direct io (write), and potentially buffered io (stdio)
against the same outputs
ok kmos florian

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 14 05:58:36 2019 UTC (5 years ago) by jca
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

Enable TLSv1.0 and TLSv1.1

Like the old ftp.  Discussed with at least with tedu@ "We should match
existing behavior at least for now"

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 14 02:30:00 2019 UTC (5 years ago) by sunil
Branch: MAIN
Changes since 1.6: +12 -6 lines
Diff to previous 1.6 (colored)

tls_write(3): Handle short writes.

Ok jca@

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 12 22:48:03 2019 UTC (5 years ago) by tb
Branch: MAIN
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

Fix double free by nulling out pointers after free.

from florian, ok jca

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 12 20:58:19 2019 UTC (5 years ago) by jasper
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4 (colored)

add rcs ids

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 12 20:44:39 2019 UTC (5 years ago) by kmos
Branch: MAIN
Changes since 1.3: +755 -136 lines
Diff to previous 1.3 (colored)

Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications
have been made to make it behave. Any new misbehaviors can be fixed in tree.

OK florian@ deraadt@ "Have you committed ftp yet?"

Revision 1.3, Mon Feb 3 06:08:07 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.2: +1 -1 lines
FILE REMOVED

subsumed by fetch.c

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 29 22:21:32 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Break out of infinite loop ftp://home.host/som/path mode if host
does not exist.  Also, use herror, not perror if gethostbynam() fails.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 3 18:00:06 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0

http:// support for the command line fetches; useful for the ports subsystem
and other scripts. written by brian@saturn.net (and then i clawed at it for
a bit..)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.