#
b071c689 |
| 23-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Add basic login.conf (sans authentication) support.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
9e522f7a |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
9aca17cb |
| 09-Aug-1996 |
Mark Murray <markm@FreeBSD.org> |
Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.
|
#
a5a4544e |
| 05-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
Convert STATS and PARANOID to run-time options. Document the new -R (relax paranoia) option.
From NetBSD/Lite2: code and man page cleanups, Kerberos IV hooks (relax, we're still exportable), and /et
Convert STATS and PARANOID to run-time options. Document the new -R (relax paranoia) option.
From NetBSD/Lite2: code and man page cleanups, Kerberos IV hooks (relax, we're still exportable), and /etc/ftpchroot feature for semi-anonymous accounts
show more ...
|
#
61f891a6 |
| 05-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
If PARANOID is set, do not allow PORT commands to remote ports less than 1024 or addresses other than the requestor's address. This violates the FTP protocol (hmm...as I write this, I'm going to cha
If PARANOID is set, do not allow PORT commands to remote ports less than 1024 or addresses other than the requestor's address. This violates the FTP protocol (hmm...as I write this, I'm going to change this to a run-time var.)
Require login before PASV and RNTO commands.
Close unused PASV ports so they don't hang around forever.
Do not allow file overwrites via rename or STOR when anonymous (suspenders).
Clean up buffer utilization.
My code, but heavily inspired by Hobbit's changes to wu-ftpd as pointed out by Mike Prettejohn and Kit Knox.
show more ...
|
#
6b513974 |
| 02-Jun-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
backout yacc changes
|
#
40e9d39e |
| 31-May-1996 |
Peter Wemm <peter@FreeBSD.org> |
Use the sysctl settable data port ranges rather than the statically compiled values. see sysctl net.inet.ip.portrange.* and the IP_PORTRANGE discussion in <netinet/in.h>
|
#
9ad70fa0 |
| 30-May-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Fix yacc rule usage.
|
Revision tags: release/2.1.0_cvs |
|
#
b63e1fe2 |
| 01-Jan-1996 |
Peter Wemm <peter@FreeBSD.org> |
Make ftpd use setproctitle() from libutil
I've left the old code in there under #ifdef OLD_SETPROCTITLE in case somebody wants to try to compile out ftpd on some other machine.
|
#
4c450ad7 |
| 05-Aug-1995 |
Paul Traina <pst@FreeBSD.org> |
Use data ports in the range 40000..44999 by default to enhance FTP usability in a firewall environment. Original idea by Mark Tracy (?).
Reviewed by: wollman Submitted by: pst
|
Revision tags: release/2.0.5_cvs |
|
#
6c06b4e2 |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
79f5f586 |
| 18-Mar-1995 |
Nate Williams <nate@FreeBSD.org> |
Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs
Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
show more ...
|
#
3eb568f2 |
| 26-Feb-1995 |
Guido van Rooij <guido@FreeBSD.org> |
Add some functionality to ftpd so it logs all anonymous file transfers. It only does this when -S is set. Reviewed by: Submitted by: Obtained from: logdaemon package
|
Revision tags: release/2.0 |
|
#
2ddadf84 |
| 19-Oct-1994 |
Paul Traina <pst@FreeBSD.org> |
Include most of the logdaemon v4.4 S/key changes
|
#
28dc1977 |
| 30-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Clean up makefile
|
#
726040de |
| 21-Aug-1994 |
Guido van Rooij <guido@FreeBSD.org> |
Put skey support in ftpd. Reviewed by: Submitted by: guido
|
#
4714bb15 |
| 20-Aug-1994 |
Geoff Rehmet <csgr@FreeBSD.org> |
LDADD= -lcrypt Submitted by: Geoff
|
#
2a3c26c8 |
| 05-Aug-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Update to new make macros and disable Kerberos because we haven't got it set up right yet.
|
Revision tags: release/1.1.5.1_cvs |
|
#
ea022d16 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Libexec Sources
|