summaryrefslogtreecommitdiff
path: root/networking/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* *: more --help tweaksDenys Vlasenko2021-06-161-1/+1
* telnetd: give inetd.conf example in --helpDenys Vlasenko2021-06-161-1/+1
* ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko2018-04-071-12/+13
* ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko2018-04-071-29/+40
* wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-071-2/+2
* ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko2018-02-051-1/+1
* ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko2018-02-041-2/+2
* ftpd: switch to mallced "globals"Denys Vlasenko2018-02-041-2/+6
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-7/+10
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-3/+10
* config: deindent all help textsDenys Vlasenko2017-07-211-8/+8
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* ftpd/ls: show directories firstDenys Vlasenko2017-01-251-10/+5
* ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin2017-01-241-11/+29
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko2016-11-231-13/+13
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+34
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-3/+3
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko2015-10-131-1/+16
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-4/+4
* ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
* ftpd: prevent zombies. closes 7832Denys Vlasenko2015-01-261-2/+7
* ftpd: make LIST command show dotfiles tooDenys Vlasenko2014-09-151-8/+8
* ftpd: add optional support for authenticationMorten Kvistgaard2014-08-051-23/+24
* ftpd: do not use root_fd if we are not in chrootDenys Vlasenko2014-06-271-2/+5
* ftpd: for LIST, open current directory *in the child*Denys Vlasenko2014-06-271-3/+5
* ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko2014-06-271-32/+21
* ftpd: optimize writes of LIST results a bitDenys Vlasenko2014-06-261-5/+10
* ftpd: support deprecated XPWD commandDenys Vlasenko2014-06-251-1/+3
* ftpd: free allocated string on error pathDenys Vlasenko2012-07-111-0/+1
* ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko2012-07-111-1/+1
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-2/+2
* ftpd: better usage textDenys Vlasenko2011-03-081-1/+18
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+1
* ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2010-04-211-2/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-15/+0
* ftpd: shrink by 33 bytesDenys Vlasenko2010-04-031-5/+11
* typo fixesDenys Vlasenko2010-02-241-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* whitespace fixesDenys Vlasenko2010-01-251-2/+2
* ftpd: conditional support for broken clientsStefan Seyfried2010-01-181-0/+12
* ftpd: code shrinkDenys Vlasenko2010-01-171-21/+30
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-3/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1