summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp
Commit message (Collapse)AuthorAgeFilesLines
* Removed rubbish that stopped usr.bin/ncftp from going away.bde1996-06-231-5/+0
|
* Nuke this thing.jkh1996-06-1928-12428/+0
|
* Another round of man page cleanups.mpp1996-02-121-3/+3
| | | | Down to only about 100 items left to cleanup! :-)
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-302-322/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Add support for high-range FTP data portspst1995-12-108-16/+79
|
* Don't #define NO_CONST. Defining it caused type mismatches forbde1995-12-071-1/+0
| | | | | qsort()'s compare arg and the problem fixed by defining it has apparently gone away.
* Merge with current. Back out all trailing spaces changes, theyache1995-11-2313-143/+152
| | | | hits again and again.
* This commit was generated by cvs2svn to compensate for changes in r12461,ache1995-11-231-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of 1.9.5, one my fix included to mainstreamache1995-11-236-7/+27
| |
* | Add setlocale LC_TIMEache1995-10-261-0/+7
| |
* | Fix up warning about qsort parameterspst1995-08-231-1/+0
| |
* | Add missing ospeed initialization.ache1995-08-042-3/+15
| |
* | Remove trailing whitespace.rgrimes1995-05-3011-134/+134
| |
* | Fix manpage lies about -Pache1995-05-131-1/+1
| |
* | Merge.ache1995-04-164-38/+45
| |
* | This commit was generated by cvs2svn to compensate for changes in r7889,ache1995-04-162-70/+8
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade.ache1995-04-165-100/+50
| |
* | Finally restore my original MAIL fix after all junk patches.ache1995-04-021-2/+0
| |
* | Delete a second getenv("MAILPATH") that happens immediately after a firstats1995-04-011-2/+0
| | | | | | | | try. Doesn't make sense.
* | Back out the previous commit.jkh1995-03-311-0/+2
| |
* | I noticed that the current version of ncftp dos not do the very usefuljkh1995-03-311-0/+2
| | | | | | | | | | | | job af warning me about mail as my work version does. This patch will will fix this for bash(1) if MAILPATH is exported: Submitted by: Mark Murray <mark@grondar.za>
* | Fix default mailpathache1995-03-301-0/+5
| |
* | Merge.ache1995-03-095-9/+46
| |
* | This commit was generated by cvs2svn to compensate for changes in r6962,ache1995-03-092-2/+7
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade.ache1995-03-096-8/+50
| |
* | Merge.ache1995-01-244-8/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r5825,ache1995-01-241-0/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade. My recent fix applied by author.ache1995-01-244-8/+18
| |
* | Not go to interactive mode, if login failed for URLs, justache1995-01-212-5/+10
| | | | | | | | exit(1). Dedicated to Jordan.
* | Upgradeache1995-01-031-3/+3
| |
* | Mergeache1995-01-032-1/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r5360,ache1995-01-032-7/+4
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgradeache1995-01-034-8/+9
| |
* | Merging.ache1994-12-247-48/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.9.0 - December 22, 1994. The program won't exit from the interactive shell if it's working from a tty. For example, it won't exit if you do an mget on a pattern that won't match anything. Added padding around jmp_buf's for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support sigjmp_buf's yet. Fixed the tips to reflect the new archive site. v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use passive command to toggle PASV/PORT ftp. Debug mode now prints remote responses. Can now get around buggy FTP servers like boombox.micro.umn.edu, that give back invalid port numbers to PASV. v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails.
* | This commit was generated by cvs2svn to compensate for changes in r5216,ache1994-12-243-7/+20
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Updateache1994-12-249-52/+72
| |
* | Merge...ache1994-12-136-22/+21
| |
* | This commit was generated by cvs2svn to compensate for changes in r5093,ache1994-12-131-0/+4
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade...ache1994-12-1311-39/+80
| |
* | Changed a nslookup(1) to nslookup(8).ats1994-12-121-1/+1
| |
* | Better tuning for FreeBSD 2.0ache1994-11-041-0/+3
| |
* | Merge changes with new versionache1994-11-044-7/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r4135,ache1994-11-041-1/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import 1.8.6ache1994-11-045-8/+10
| |
* | Prepare for 1.8.6 importache1994-11-041-4/+4
| |
* | Simplify __FreeBSD__ block since __386BSD_ eliminatedache1994-11-041-5/+3
| |
* | __386BSD__ -> __FreeBSD__jkh1994-11-041-2/+2
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | P was missing from getopt stringadam1994-10-191-1/+1
| |
* | Back out the fluff, leave the meatpst1994-10-076-2/+30
| |
* | (a) there's no reason for PASSIVEMODE to be conditionally compiled since it'spst1994-10-067-28/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controlled by a runtime switch. (b) add '-P' to toggle passive mode from the command line (c) turn on passive mode by default - passive mode ftp works on all but a few servers out there - it's easy to disable - no, standard ftp should not run with passive enabled by default, but that doesn't matter because I've already fixed standard mode ftp to take a switch This really should have been implemented as a ncftp "set" command instead of carrying over the same hack that was done to ftp. I will go back and fix it some day.
OpenPOWER on IntegriCloud