summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko1-13/+13
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-13ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko1-1/+16
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-03-31ftpd: change_identity() must be after chroot()Denys Vlasenko1-20/+21
2015-01-26ftpd: prevent zombies. closes 7832Denys Vlasenko1-2/+7
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko1-8/+8
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard5-52/+100
2014-06-27ftpd: do not use root_fd if we are not in chrootDenys Vlasenko1-2/+5
2014-06-27ftpd: for LIST, open current directory *in the child*Denys Vlasenko1-3/+5
2014-06-27ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko1-32/+21
2014-06-26ftpd: optimize writes of LIST results a bitDenys Vlasenko1-5/+10
2014-06-25ftpd: support deprecated XPWD commandDenys Vlasenko1-1/+3
2012-07-10ftpd: free allocated string on error pathDenys Vlasenko1-0/+1
2012-07-10ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko1-1/+1
2012-03-07libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2011-03-08ftpd: better usage textDenys Vlasenko2-18/+18
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-04-21ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2-4/+4
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko4-24/+30
2010-04-03ftpd: shrink by 33 bytesDenys Vlasenko1-5/+11
2010-02-24typo fixesDenys Vlasenko1-2/+2
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2010-01-18ftpd: conditional support for broken clientsStefan Seyfried2-0/+23
2010-01-17ftpd: code shrinkDenys Vlasenko1-21/+30
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko5-14/+17
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko1-3/+7
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko1-0/+5
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-04ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/Denis Vlasenko1-1/+1
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko4-22/+81
2009-03-18ftpd: add some commentsDenis Vlasenko1-1/+15
2009-03-18ftpd: trim messages (but make sure they still make sense)Denis Vlasenko1-8/+8
2009-03-18ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko1-22/+57
2009-03-18ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko1-11/+69
2009-03-17ftpd: document NLST formatDenis Vlasenko1-0/+8
2009-03-17ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko1-15/+14
2009-03-17ftpd: implement -vv verbosityDenis Vlasenko1-9/+31
2009-03-17ftpd: tweak timeout codeDenis Vlasenko1-11/+15
2009-03-16ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko1-1/+1
[next]