aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c
AgeCommit message (Expand)Author
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
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-04ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/Denis Vlasenko
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko
2009-03-18ftpd: add some commentsDenis Vlasenko
2009-03-18ftpd: trim messages (but make sure they still make sense)Denis Vlasenko
2009-03-18ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko
2009-03-18ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko
2009-03-17ftpd: document NLST formatDenis Vlasenko
2009-03-17ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko
2009-03-17ftpd: implement -vv verbosityDenis Vlasenko
2009-03-17ftpd: tweak timeout codeDenis Vlasenko
2009-03-16ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko
2009-03-16ftpd: dont use fdprintf for simple status messagesDenis Vlasenko
2009-03-16ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko
2009-03-16ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko
2009-03-16ftpd: security tightened up:Denis Vlasenko
2009-03-15ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko
2009-03-11ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko
2009-03-09ftpd: add LOG_NDELAY to openlogDenis Vlasenko
2009-03-09ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko
2009-03-09ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko
2009-03-09ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko
2009-03-09ftpd: code shrinkDenis Vlasenko
2009-03-09ftpd: code shrinkDenis Vlasenko
2009-03-09ftp: code shrinkDenis Vlasenko
2009-03-09ftpd: code shuffled a bit, added commentsDenis Vlasenko
2009-03-09ftpd: add commentDenis Vlasenko
2009-03-09ftpd: further code shrinkDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko
2009-03-08adding forgotten new fileDenis Vlasenko