OpenBSD CVS

CVS log for src/usr.sbin/faithd/Attic/ftp.c


[BACK] Up to [local] / src / usr.sbin / faithd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Thu Mar 14 11:08:20 2013 UTC (11 years, 2 months ago) by mpi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
FILE REMOVED

tedu faithd(8), suggested by todd@ some weeks ago after a submission by
dhill.

ok krw@, mikeb@, tedu@ (implicit)

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 20 04:00:32 2007 UTC (17 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

remove some bogus *p tests from charles longeau
ok deraadt millert

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 16 05:07:48 2005 UTC (19 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

plug memory leak.  Patrick Latifi

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 2 23:35:44 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

make sure to open TCP socket (in case getaddrinfo supports SCTP).  sync w/kame

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 2 22:55:26 2003 UTC (20 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +43 -58 lines
Diff to previous 1.11 (colored)

use poll since it is easier than fd_set overflows; itojun ok

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 19 22:23:51 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

fix tv_usec setting.  deraadt

Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 8 01:20:15 2002 UTC (21 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.9: +35 -20 lines
Diff to previous 1.9 (colored)

-ansi -pedantic (socklen_t).  from cloder@loder.us
die if FD_SET overruns.
sync w/kame

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 24 06:06:25 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.8: +13 -20 lines
Diff to previous 1.8 (colored)

correct ftp relay functionality.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 7 00:18:05 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.7: +1 -257 lines
Diff to previous 1.7 (colored)

nuke unmaintained code (#ifdef FAITH4).  sync w/kame

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 9 14:12:17 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

drop support for rlogin/rsh service (we shouldn't have support it as
they usually use IP address for authentication).  sync with kame

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 16 21:28:02 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 5 01:31:33 2001 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.4: +131 -58 lines
Diff to previous 1.4 (colored)

sync with latest kame
- fix select() size.  from deraadt
- constify, remove bogus ERRSTR macro, and others

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 16 10:33:45 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.3: +12 -7 lines
Diff to previous 1.3 (colored)

synchronize with latest kame.
- improve exit code and logging.
- repair multicast address rejection (IN_MULTICAST takes host endian value)
- repair ftp relaying, when the result of PASV does not have paren.
- repair ftp relaying, when EPSV is sent from client.

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 31 03:09:22 2000 UTC (24 years ago) by itojun
Branch: MAIN
Changes since 1.2: +9 -8 lines
Diff to previous 1.2 (colored)

sync with the latest kame code.  insufficient len in malloc() call is
corrected.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 20 16:32:53 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.1: +27 -25 lines
Diff to previous 1.1 (colored)

rcsid police.
pathname change (/usr/local/v6/libexec -> /usr/libexec)
bring in some of kame fixes (sprintf -> snprintf, proc title).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Dec 20 16:07:38 1999 UTC (24 years, 5 months ago) by itojun
Branch: KAME
CVS Tags: snap19991220
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

faith translator deamon, from KAME

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 20 16:07:38 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN

Initial revision

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.