summaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - install ftpwhoMichael Haro1999-10-113-5/+7
| | | | | | | | | - install xferlog.5 manpage - create /var/run/proftpd in the rc.d startup script so that it will be recreated during the next boot. Notes: svn path=/head/; revision=22343
* - add a startup script for use with standalone modeMichael Haro1999-10-103-3/+26
| | | | | | | | - don't install config files as scripts - strip binary on install Notes: svn path=/head/; revision=22295
* update to 1.2.0pre8Michael Haro1999-10-102-4/+4
| | | | Notes: svn path=/head/; revision=22294
* Update to pre7Michael Haro1999-09-283-5/+5
| | | | Notes: svn path=/head/; revision=22040
* Update to pre6 which increases security.Michael Haro1999-09-183-13/+14
| | | | Notes: svn path=/head/; revision=21710
* Mark port as forbidden due to security problems. With any luckMichael Haro1999-09-101-0/+2
| | | | | | | the new release will come out today. Notes: svn path=/head/; revision=21575
* swap #include order so things work wellMichael Haro1999-08-291-5/+5
| | | | Notes: svn path=/head/; revision=21071
* addMichael Haro1999-08-281-0/+10
| | | | | | | | | | | #include <krb.h> to the auth stuff. Submitted by: Alex Demidov <alexd@vinf.ru> PR Number: 13444 Notes: svn path=/head/; revision=21070
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* update to 1.2.0pre3aMichael Haro1999-08-233-3/+12
| | | | | | | | Submitted by: Jeremy Chadwick yoshi@parodius.com PR: 13230 Notes: svn path=/head/; revision=20899
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-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 Notes: svn path=/head/; revision=19803
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18431
* Change MAINTAINER email address to mharo@FreeBSD.org and addMichael Haro1999-04-221-3/+4
| | | | | | | an additional MASTER_SITE Notes: svn path=/head/; revision=18086
* Found a maintainier.David E. O'Brien1999-04-091-2/+2
| | | | Notes: svn path=/head/; revision=17747
* Maintainer asked to be removed.Steve Price1999-04-031-2/+2
| | | | | | | PR: 9989 Notes: svn path=/head/; revision=17567
* Update to version 1.2.0pre3.Steve Price1999-04-023-19/+17
| | | | | | | | PR: 10830 Submitted by: Micahel Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17533
* Update to version 1.2.0pre2.Steve Price1999-03-153-14/+9
| | | | | | | | PR: 10186 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17216
* add buffer overflow vulnerability reduction patchDavid E. O'Brien1999-02-122-1/+6
| | | | | | | Submitted by: Michael <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=16698
* No need to use += for variable defined only once.Satoshi Asami1998-12-171-2/+2
| | | | Notes: svn path=/head/; revision=15396
* Upgrade to 1.2.0, and associated changes.Bill Fumerola1998-12-144-42/+53
| | | | Notes: svn path=/head/; revision=15354
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-4/+0
| | | | Notes: svn path=/head/; revision=12624
* Enabling anonymous ftp in proftpd can be confusing with the average setupVanilla I. Shu1998-07-022-5/+11
| | | | | | | | PR: ports/6982 Submitted by: Bill Fumerola <billf@chc-chimes.com> Notes: svn path=/head/; revision=11670
* Upgrade to version 1.0.3pl1.Steve Price1998-06-144-15/+15
| | | | | | | | PR: 6884 Submitted by: maintainer Notes: svn path=/head/; revision=11423
* Make this thing syslog(3) like the stock ftpd(8).David E. O'Brien1998-02-202-0/+48
| | | | | | | | | We now use facility FTP vs. DAEMON, and many LOG_NOTICEs were down graded to LOG_INFO. Out of the box, this thing will fill your `messages' file so full, you'd never see anything else in it again, on a busy ftp server. Notes: svn path=/head/; revision=9855
* Make manpages reflect reality as far as files' paths go.David E. O'Brien1998-02-201-14/+32
| | | | | | | Put control file `shutmsg' in /var/run, not /etc Notes: svn path=/head/; revision=9851
* proftpd is a highly configurable ftp daemon.Vanilla I. Shu1998-02-136-0/+132
PR: ports/5588 Submitted by: Stephane Legrand <stephane@lituus.fr> Notes: svn path=/head/; revision=9700