aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c
AgeCommit message (Expand)Author
2018-04-07ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko
2018-04-07ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko
2018-04-07wget,ftpd: shorten and reuse stringsDenys Vlasenko
2018-02-05ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko
2018-02-04ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko
2018-02-04ftpd: switch to mallced "globals"Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-25ftpd/ls: show directories firstDenys Vlasenko
2017-01-24ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-13ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-03-31ftpd: change_identity() must be after chroot()Denys Vlasenko
2015-01-26ftpd: prevent zombies. closes 7832Denys Vlasenko
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-06-27ftpd: do not use root_fd if we are not in chrootDenys Vlasenko
2014-06-27ftpd: for LIST, open current directory *in the child*Denys Vlasenko
2014-06-27ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko
2014-06-26ftpd: optimize writes of LIST results a bitDenys Vlasenko
2014-06-25ftpd: support deprecated XPWD commandDenys Vlasenko
2012-07-11ftpd: free allocated string on error pathDenys Vlasenko
2012-07-11ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-04-21ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-03ftpd: shrink by 33 bytesDenys Vlasenko
2010-02-24typo fixesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-18ftpd: conditional support for broken clientsStefan Seyfried
2010-01-17ftpd: code shrinkDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko