summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PKGNAME to change "-beta-" to "b" in version string.Satoshi Asami1997-04-292-2/+4
| | | | Notes: svn path=/head/; revision=6358
* Upgrade to beta-13Andrey A. Chernov1997-04-2714-250/+38
| | | | Notes: svn path=/head/; revision=6339
* Upgrade to 1.4.4.Thomas Gellekum1997-02-246-8/+10
| | | | Notes: svn path=/head/; revision=5727
* Upgrade from 19961208 snapshot to version 1.0.Thomas Gellekum1997-02-193-94/+135
| | | | | | | Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no> Notes: svn path=/head/; revision=5699
* Use ANSI escape sequences for TERM == xterm*, rather than just xterm.David E. O'Brien1997-02-192-0/+22
| | | | Notes: svn path=/head/; revision=5686
* Style police.David E. O'Brien1997-02-181-3/+3
| | | | | | | Bug fixes. Notes: svn path=/head/; revision=5681
* Import of ftpsearch, a system for indexing contents of ftp servers.Thomas Gellekum1997-02-175-0/+218
| | | | | | | | | Closes PR #2171. Submitted by: Tor Egge <tegge@idt.ntnu.no> Notes: svn path=/head/; revision=5669
* Build ftpd dynamic, if variable PACKAGE_BUILDING is definedAndrey A. Chernov1997-02-072-20/+14
| | | | Notes: svn path=/head/; revision=5556
* Restore static linking of ftpdAndrey A. Chernov1997-02-052-2/+36
| | | | Notes: svn path=/head/; revision=5538
* Add reminder about -a option required now to use ftpaccessAndrey A. Chernov1997-02-014-0/+14
| | | | | | | Fix ftpcount/ftpwho by using malloc prototype Notes: svn path=/head/; revision=5487
* Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT securityAndrey A. Chernov1997-01-3020-1314/+524
| | | | | | | | | | advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes. Notes: svn path=/head/; revision=5473
* Rip off the patch to ftpd.c and one to access.c from patch-ai andMasafumi Max NAKANE1997-01-174-164/+130
| | | | | | | | | 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.) Notes: svn path=/head/; revision=5373
* This patch has been integrated in the original source.Masafumi Max NAKANE1997-01-172-36/+0
| | | | Notes: svn path=/head/; revision=5372
* The original distribution is file has been changed.Masafumi Max NAKANE1997-01-172-2/+2
| | | | | | | | Pointed-out by: Mark Huizer xaa@stack.nl (Closing PR #2472.) Notes: svn path=/head/; revision=5371
* Ncftp v1.x is important to me -- so I'll take maintance of it.David E. O'Brien1997-01-122-2/+6
| | | | Notes: svn path=/head/; revision=5319
* Localize itAndrey A. Chernov1997-01-091-0/+42
| | | | Notes: svn path=/head/; revision=5286
* Activate local filename completionAndrey A. Chernov1997-01-092-4/+4
| | | | | | | Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=5284
* Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard1997-01-062-6/+2
| | | | | | | | have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235
* Prevent dologout goes to mainloopAndrey A. Chernov1997-01-022-0/+36
| | | | | | | Use system default CFLAGS Notes: svn path=/head/; revision=5169
* Import of wget, a tool similar to our fetch(1), but it is ableThomas Gellekum1997-01-0210-0/+70
| | | | | | | to fetch complete trees. Notes: svn path=/head/; revision=5160
* Mode for non-executables is 644, not 755.David E. O'Brien1996-12-012-142/+102
| | | | | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4740
* Things in pre-install target are already handled by mtree.David E. O'Brien1996-12-012-14/+8
| | | | | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4739
* General Makefile cleanupDavid E. O'Brien1996-12-018-31/+35
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-183-4/+4
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-188-28/+22
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-182-8/+8
| | | | Notes: svn path=/head/; revision=4570
* Add readline support to ncftp.Jordan K. Hubbard1996-11-152-0/+72
| | | | | | | Submitted-By: Dave Cornejo <dave@dogwood.com> Notes: svn path=/head/; revision=4467
* Update ncftp2.4.1 -> 2.4.2Peter Wemm1996-11-105-38/+8
| | | | | | | | | Removed my patch for the extra characters in the passwd prompt caused by the long-standing (but now fixed in development sources) ncurses problem now that the author has an equivalent fix. Notes: svn path=/head/; revision=4367
* Better ports configurationAndrey A. Chernov1996-10-214-8/+14
| | | | | | | Submitted by: max Notes: svn path=/head/; revision=4063
* Implement alternative strategy: if it impossible to confirm password, ask forAndrey A. Chernov1996-10-182-98/+78
| | | | | | | | | | it anycase, but not tell that S/key password required It looks like non-s/key system from outside Additionly tell that s/key required if it is so for normal case Notes: svn path=/head/; revision=4039
* Upgrade to 2.4.1Andrey A. Chernov1996-10-184-8/+8
| | | | Notes: svn path=/head/; revision=4035
* Upgrade to 2.4.0Andrey A. Chernov1996-10-175-16/+16
| | | | Notes: svn path=/head/; revision=4019
* Copy s/key changes from our ftpd (don't even ask for passwordAndrey A. Chernov1996-10-172-78/+98
| | | | | | | if it is impossible to confirm it) Notes: svn path=/head/; revision=4018
* put back the commented out dependancy for Xaw3d.Eric L. Hernes1996-10-151-2/+4
| | | | | | | Noticed by: Satoshi Notes: svn path=/head/; revision=3984
* use Motif widgets if HAVE_MOTIF=yes.Eric L. Hernes1996-10-114-32/+58
| | | | Notes: svn path=/head/; revision=3961
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-106-6/+6
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Extract sufx changed on master siteAndrey A. Chernov1996-09-054-6/+10
| | | | | | | Add yet one master site (http), because ftp is always busy Notes: svn path=/head/; revision=3744
* Work around what appears to be a ncurses bug. The command line at thePeter Wemm1996-08-181-0/+28
| | | | | | | | | | | | bottom of the screen can sometimes have stray characters left behind from the previous command. This seems to be because ncurses is ignoreing a ``wprintw(window, "%s", " ")'' when it's in the last column of a window. I dont know who is right, ncurses or ncftp. This workaround also makes the code a little cleaner as a side effect. :-) Notes: svn path=/head/; revision=3639
* Security patch for weird pathnamesPaul Traina1996-08-111-0/+212
| | | | Notes: svn path=/head/; revision=3580
* Take off program name from beginning of COMMENT, it's part of PKGNAMESatoshi Asami1996-07-054-4/+4
| | | | | | | anyway. Notes: svn path=/head/; revision=3305
* Add suffix to "man/man1/ncftp". Wake up Jordan! :>Satoshi Asami1996-07-052-2/+2
| | | | Notes: svn path=/head/; revision=3304
* Compress man page (conditionalized on NOMANCOMPRESS).Satoshi Asami1996-07-052-2/+8
| | | | Notes: svn path=/head/; revision=3303
* Fix some very small nits I noticed in here while I was cloning the portJordan K. Hubbard1996-06-204-4/+2
| | | | | | | for ncftp1. Notes: svn path=/head/; revision=3261
* Resurrect ncftp 1.x in ports now that it's gone from /usr/src.Jordan K. Hubbard1996-06-2010-0/+58
| | | | Notes: svn path=/head/; revision=3260
* Add ".example" to the end of three etc files, as that's what the portSatoshi Asami1996-06-144-6/+18
| | | | | | | installs. ;) Notes: svn path=/head/; revision=3215
* Fix a typo which prevents mirro from running properly (division by zero error)Torsten Blum1996-04-261-1/+1
| | | | | | | Submitted by: Mike Peck <mike@binghamton.edu> Notes: svn path=/head/; revision=3033
* Switch to .tar.gz variant, it occupes less space in distfilesAndrey A. Chernov1996-03-304-6/+4
| | | | Notes: svn path=/head/; revision=2913
* An xview-based graphical ftp interface.Satoshi Asami1996-03-258-0/+714
| | | | | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> Notes: svn path=/head/; revision=2886
* Checksum changed at master site.Satoshi Asami1996-03-212-2/+2
| | | | Notes: svn path=/head/; revision=2866
* upgrade to V2.8Torsten Blum1996-03-166-106/+108
| | | | Notes: svn path=/head/; revision=2843