aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-161-20/+50
* ftpd: security tightened up:Denis Vlasenko2009-03-161-89/+107
* ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko2009-03-151-65/+119
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-6/+9
* ftpd: add LOG_NDELAY to openlogDenis Vlasenko2009-03-091-1/+2
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-246/+154
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-091-96/+97
* ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko2009-03-091-26/+20
* ftpd: code shrinkDenis Vlasenko2009-03-091-1/+1
* ftpd: code shrinkDenis Vlasenko2009-03-091-4/+4
* ftp: code shrinkDenis Vlasenko2009-03-091-132/+119
* ftpd: code shuffled a bit, added commentsDenis Vlasenko2009-03-091-7/+15
* ftpd: add commentDenis Vlasenko2009-03-091-1/+2
* ftpd: further code shrinkDenis Vlasenko2009-03-091-192/+185
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-22/+0
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-372/+388
* adding forgotten new fileDenis Vlasenko2009-03-081-0/+1130