summaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd+ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.6.1, which fixes some security issues (actually, we alreadywill2000-07-094-39/+11
| | | | | | had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks in internal ls, and merges in the virtual passwd/shadow features of BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR.
* Fix %-holeache2000-06-241-2/+50
| | | | Submitted by: Koga Youichirou <y-koga@jp.FreeBSD.org>
* Use snprintf to prevent non-exploitable in real life overflowache2000-06-141-4/+14
| | | | Submitted by: Jun Kuriyama <kuriyama@FreeBSD.org>
* PORTNAME/PORTVERSION stuffmharo2000-04-121-4/+4
|
* Turn on RFC931 compiled-in support because it can be turned off (when needed)ache2000-02-211-5/+14
| | | | in ftpaccess config
* restore historical NLIST behaviourache2000-01-241-0/+20
| | | | | PR: 16183 Submitted by: Dag-Erling Smørgrav <des@yes.no>
* Fix 'dir .' (works as dir *)ache1999-10-241-0/+11
| | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* upgrade to 2.6.0ache1999-10-2410-103/+102
| | | | Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* add more official patchesache1999-09-032-1/+10
|
* Add a PATCH_FILE to close a security hole in wu-ftpd.cpiazza1999-08-302-0/+4
| | | | | | | | | | | | | | Quoted from wu-ftpd group's accouncement: Due to insufficient bounds checking on directory name lengths which can be supplied by users, it is possible to overwrite the static memory space of the wu-ftpd daemon while it is executing under certain configurations. By having the ability to create directories and supplying carefully designed directory names to the wu-ftpd, users may gain privileged access. PR: 13475 Submitted by: jack@germanium.xtalwind.net
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change "net" -> "ftp".asami1999-08-021-2/+2
|
* Update Y2K URLmharo1999-06-291-2/+2
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* upgrade to 2.5.0ache1999-06-072-6/+5
|
* Remove ftpckconfig which is not installed.kuriyama1999-05-031-1/+0
| | | | Found by: bento
* upgrade to vr17ache1999-04-074-92/+65
|
* undefine loosing PASV race protection: it not protects well andache1999-03-091-15/+29
| | | | | | not RFC compliant causing problems f.e. for SSH ftp port redirection enable NOOP
* upgrade to vr16ache1999-03-093-29/+9
| | | | PR: 10505
* Update to 2.4.2-beta-18-vr14flathill1999-02-212-4/+4
|
* Portlint.asami1999-02-101-4/+4
|
* upgrade to vr13 to close security hole and lots of enhancementsache1999-02-104-40/+30
|
* Add a couple more Y2K links...scrappy1999-01-131-1/+3
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-181-8/+0
|
* Correct paths in man page.obrien1998-08-101-0/+20
|
* Upgrade to beta-18ache1998-07-222-4/+4
|
* Remove "always UTC" patchache1998-05-181-29/+0
|
* Run /bin/ls always with TZ=ache1998-05-151-0/+29
|
* Upgrade to beta-17ache1998-05-122-5/+5
|
* Upgrade to beta-16ache1997-12-245-51/+65
|
* Upgrade to beta-15, nlist hole fixedache1997-09-153-8/+8
|
* Upgrade to beta-14ache1997-09-094-17/+17
|
* Add PKGNAME to change "-beta-" to "b" in version string.asami1997-04-291-1/+2
|
* Upgrade to beta-13ache1997-04-277-125/+19
|
* Build ftpd dynamic, if variable PACKAGE_BUILDING is definedache1997-02-071-10/+7
|
* Restore static linking of ftpdache1997-02-051-1/+18
|
* Add reminder about -a option required now to use ftpaccessache1997-02-012-0/+7
| | | | Fix ftpcount/ftpwho by using malloc prototype
* Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT securityache1997-01-3010-657/+262
| | | | | | | advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes.
* Rip off the patch to ftpd.c and one to access.c from patch-ai andmax1997-01-172-82/+65
| | | | | | 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.)
* This patch has been integrated in the original source.max1997-01-171-18/+0
|
* The original distribution is file has been changed.max1997-01-171-1/+1
| | | | | Pointed-out by: Mark Huizer xaa@stack.nl (Closing PR #2472.)
* Prevent dologout goes to mainloopache1997-01-021-0/+18
| | | | Use system default CFLAGS
* Mode for non-executables is 644, not 755.obrien1996-12-011-71/+51
| | | | | | 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).
* Things in pre-install target are already handled by mtree.obrien1996-12-011-7/+4
| | | | | | 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).
* General Makefile cleanupobrien1996-12-011-6/+8
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Implement alternative strategy: if it impossible to confirm password, ask forache1996-10-181-49/+39
| | | | | | | 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
* Copy s/key changes from our ftpd (don't even ask for passwordache1996-10-171-39/+49
| | | | if it is impossible to confirm it)
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | 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!
* Extract sufx changed on master siteache1996-09-052-3/+5
| | | | Add yet one master site (http), because ftp is always busy
OpenPOWER on IntegriCloud