aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Connect lukemftp to the build as the default ftp client. LukemftpMike Heffner2001-12-131-2214/+0
| | | | | | | | supports most of the previous features of FreeBSD ftp, but has been better maintained and includes new features. Notes: svn path=/head/; revision=87824
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
| | | | Notes: svn path=/head/; revision=81586
* - Reflect `gateport' variable type change.Ruslan Ermilov2000-06-241-5/+7
| | | | | | | | | | | - Make it compile with -Wall. PR: 18619 Submitted by: David Malone <dwmalone@maths.tcd.ie> Reviewed by: ru Notes: svn path=/head/; revision=62035
* Get rid of segfault in a `site %s' case.Ruslan Ermilov2000-06-231-1/+1
| | | | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=62009
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50477
* retreived -> retrievedKris Kennaway1999-06-301-3/+3
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=48373
* Cleanup code so that long lines to be quoted don't get truncated.Steve Price1998-02-141-13/+11
| | | | | | | | PR: 5679 Reviewed by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=33345
* Revert to previous behaviour, only generate NLST for explicit "nlist"Mike Smith1998-01-091-3/+3
| | | | | | | | command. Submitted by: wollman Notes: svn path=/head/; revision=32368
* Sync with NetBSD v1.3.Paul Traina1997-12-131-85/+173
| | | | | | | | Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better). Notes: svn path=/head/; revision=31706
* Style fix.Guido van Rooij1997-11-191-5/+7
| | | | | | | Complaint by: Bruce Notes: svn path=/head/; revision=31299
* Make sure you do not get unexpected surprises whena remote file starts with '|'.Guido van Rooij1997-11-171-2/+13
| | | | | | | Reviewed by: Joerg Wunsch Notes: svn path=/head/; revision=31202
* Replace hand-made tolower conversions with real tolower from ctypeAndrey A. Chernov1997-06-271-8/+6
| | | | Notes: svn path=/head/; revision=26980
* Localize it (ctype)Andrey A. Chernov1997-06-271-10/+10
| | | | | | | | 8bit ctype clean fixes (I can't input 8bit chars otherwise in this new ftp, it beeps) Notes: svn path=/head/; revision=26977
* Import substantial improvements to ftp(1) from NetBSD, largely theMike Smith1997-06-251-552/+437
| | | | | | | | | | | | | | | | | | | work of Luke Mewburn. This includes, but is not limited to : - commandline editing and history. - local and remote filename completion. - a new progress display. - the ability to access files using either the ftp or http protocols, and use http proxies for ftp transfers. The FreeeBSD "restricted ports" functionality was preserved. Obtained from: NetBSD Notes: svn path=/head/; revision=26931
* Fix problem in ftp and case mapping mode where the converted string wasn'tWarner Losh1996-12-171-0/+1
| | | | | | | | | | | | terminated properly. Fix is from the PR and works for the test cases I threw at it. Should be safe and desirable for back porting to 2.2 or earlier if there are people still comitting to -stable. Submitted by: Marc Slemko <marcs@znep.com> Closes PR: 1864 Notes: svn path=/head/; revision=20598
* Use data ports in the range 40000..44999 by default to enhance FTP usabilityPaul Traina1995-08-051-0/+12
| | | | | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst Notes: svn path=/head/; revision=9933
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
| | | | Notes: svn path=/head/; revision=8874
* Declare fuction setpassive in file cmds.c void and update correspondingSteven Wallace1994-09-181-0/+1
| | | | | | | prototype declaration in extern.h. Notes: svn path=/head/; revision=2846
* Add support for passive mode FTP (default off) to base FTP client to supportPaul Traina1994-09-151-0/+11
| | | | | | | | users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com> Notes: svn path=/head/; revision=2805
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+2206
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590