CVS log for ports/ftp/wu-ftpd/files/Attic/patch-ai
Up to [FreeBSD] / ports / ftp / wu-ftpd / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11
Tue Feb 19 11:41:13 2002 UTC (9 years, 11 months ago) by ache
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +0 -0 lines
Switch to GNU configure PR: 34660 Submitted by: "James E. Housley" <jeh@thehousleys.net>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 2 19:13:35 2001 UTC (10 years, 4 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -2 lines
Use official patches set (fix wrong place of pasv-allow fix as result)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 29 21:01:57 2001 UTC (10 years, 6 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -10 lines
Switch to OPIE
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 21 01:23:12 2000 UTC (11 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -5 lines
Turn on RFC931 compiled-in support because it can be turned off (when needed) in ftpaccess config
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 9 13:54:45 1999 UTC (12 years, 11 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0, RELEASE_3_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +29 -15 lines
undefine loosing PASV race protection: it not protects well and not RFC compliant causing problems f.e. for SSH ftp port redirection enable NOOP
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 15 05:48:35 1997 UTC (14 years, 4 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7, RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Upgrade to beta-15, nlist hole fixed
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Sep 9 23:00:07 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Upgrade to beta-14
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 27 21:48:53 1997 UTC (14 years, 9 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -20 lines
Upgrade to beta-13
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:00:48 1997 UTC (15 years ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -2 lines
Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 17 09:09:18 1997 UTC (15 years ago) by max
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -54 lines
Rip off the patch to ftpd.c and one to access.c from patch-ai and merge ftpd.c patch to patch-ad and access.c patch to patch-af. (As clearly stated in the handbook, a file should be changed only by one patch.)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 9 05:27:19 1995 UTC (16 years, 4 months ago) by gibbs
Branches: MAIN
Tune wu-ftpd for high performance: - Link ftpd static - big win since it forks so often. - Turn off push flag to keep sender TCP from sending short packets at the boundaries of each write(). Should probably do a SO_SNDBUF to set the send buffer size as well, but that may not be desirable in heavy-load situations. - Double the send buffer size. - Add an option to config.h, LOG_TOOMANY, defined by default, that controls whether we bother to complain when a connection hits a user limit. Turning this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy system saving CPU and logspace. - Make SKEY portions truely optional by one knob in the src Makefile Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive
