summaryrefslogtreecommitdiffstats
path: root/package/vsftpd
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* vsftpd:Wade Berrier2008-10-063-7/+59
| | | | | | | | | | | -Patch to build against newer kernel headers ( vsftpd-2.0.7-uclibc.patch , based on idea from http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch ) -new basic init script (no config yet) -Update version (2.0.7) -openssl fixes -cleanup makefile deps so it doesn't get built when things don't change
* package: global largefile CFLAGS handlingPeter Korsgaard2008-08-041-4/+1
|
* vsftp: enable and fix linkingPeter Korsgaard2008-07-221-1/+5
| | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-4/+4
|
* Replace space by tabsUlf Samuelsson2007-07-281-4/+4
|
* - Add skeleton for vsftpd, an FTP daemon.Bernhard Reutner-Fischer2006-12-143-0/+95
sysdeputil needs treatment, perhaps it get's Claudio Leonel started