aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-301-2/+2
* ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko2009-06-051-3/+7
* ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko2009-06-041-0/+5
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/Denis Vlasenko2009-04-041-1/+1
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-181-14/+51
* ftpd: add some commentsDenis Vlasenko2009-03-181-1/+15
* ftpd: trim messages (but make sure they still make sense)Denis Vlasenko2009-03-181-8/+8
* ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko2009-03-181-22/+57
* ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko2009-03-181-11/+69
* ftpd: document NLST formatDenis Vlasenko2009-03-171-0/+8
* ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko2009-03-171-15/+14
* ftpd: implement -vv verbosityDenis Vlasenko2009-03-171-9/+31
* ftpd: tweak timeout codeDenis Vlasenko2009-03-171-11/+15
* ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko2009-03-161-1/+1
* ftpd: dont use fdprintf for simple status messagesDenis Vlasenko2009-03-161-44/+65
* ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko2009-03-161-1/+27