Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options...
[oweals/busybox.git] / networking / ftpd.c
2018-04-07 Denys Vlasenkoftpd: allow -A if !FTPD_AUTHENTICATION as well
2018-04-07 Denys Vlasenkoftpd: added -A option to disable all authentication...
2018-04-07 Denys Vlasenkowget,ftpd: shorten and reuse strings
2018-02-05 Denys Vlasenkoftpd: handle restarts past 2147483647 bytes. closes...
2018-02-04 Denys Vlasenkoftpd: fix aliasing warning from gcc-6.1.1
2018-02-04 Denys Vlasenkoftpd: switch to mallced "globals"
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-27 Denys Vlasenkoconfig: trim/improve item names and help texts, take 2
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-25 Denys Vlasenkoftpd/ls: show directories first
2017-01-24 Andrey Mozzhuhinftpd: new option -a ANON_USER to allow anonymous logins
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoRename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION...
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-13 Denys Vlasenkoftpd: make DIR parameter work for non-root too: chdir...
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-03-31 Denys Vlasenkoftpd: change_identity() must be after chroot()
2015-01-26 Denys Vlasenkoftpd: prevent zombies. closes 7832
2014-09-15 Denys Vlasenkoftpd: make LIST command show dotfiles too
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-06-27 Denys Vlasenkoftpd: do not use root_fd if we are not in chroot
2014-06-27 Denys Vlasenkoftpd: for LIST, open current directory *in the child*
2014-06-27 Denys Vlasenkoftpd: escape chroot prior to re-executing ls helper
2014-06-26 Denys Vlasenkoftpd: optimize writes of LIST results a bit
2014-06-25 Denys Vlasenkoftpd: support deprecated XPWD command
2012-07-10 Denys Vlasenkoftpd: free allocated string on error path
2012-07-10 Denys Vlasenkoftpd: fix MDTM's month value. Closes 5336
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-03-08 Denys Vlasenkoftpd: better usage text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-04-21 Denys Vlasenkoftpd: work around LIST -aXYZ too, not only LIST -lXYZ
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-04-03 Denys Vlasenkoftpd: shrink by 33 bytes
2010-02-24 Denys Vlasenkotypo fixes
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-25 Denys Vlasenkowhitespace fixes
2010-01-18 Stefan Seyfriedftpd: conditional support for broken clients
2010-01-17 Denys Vlasenkoftpd: code shrink
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-06-05 Denys Vlasenkoftpd: allow multiple -S options to increase verbosity...
2009-06-04 Denys Vlasenkoftpd: fix a case when with -w unknown commands are...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-04 Denis Vlasenkoftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/
2009-03-18 Denis Vlasenkoftpd: fix command fetching to not do it in 1-byte reads;
2009-03-18 Denis Vlasenkoftpd: add some comments
2009-03-18 Denis Vlasenkoftpd: trim messages (but make sure they still make...
2009-03-18 Denis Vlasenkoftpd: do not use nasty tricks for re-execing if we...
2009-03-18 Denis Vlasenkoftpd: add support for MDTM, I see clients often use it,
2009-03-17 Denis Vlasenkoftpd: document NLST format
2009-03-17 Denis Vlasenkoftpd: instead of wordy HELP, implement useful, and...
2009-03-17 Denis Vlasenkoftpd: implement -vv verbosity
2009-03-17 Denis Vlasenkoftpd: tweak timeout code
2009-03-16 Denis Vlasenkoftpd: fix thinko: set_nport takes port in network order
2009-03-16 Denis Vlasenkoftpd: dont use fdprintf for simple status messages
2009-03-16 Denis Vlasenkoftpd: simplify PORT check by assuming IP = peer's IP.
2009-03-16 Denis Vlasenkoftpd: add idle and absolute timeouts. This is a securit...
2009-03-16 Denis Vlasenkoftpd: security tightened up:
2009-03-15 Denis Vlasenkoftpd: fix the bug where >2GB file ops report errors;
2009-03-11 Denis Vlasenkoftpd: stop unconditional logging to syslog. This was...
2009-03-09 Denis Vlasenkoftpd: add LOG_NDELAY to openlog
2009-03-09 Denis Vlasenkoftpd: reuse ls applet for LIST/NLST/STAT generation
2009-03-09 Denis Vlasenkoftpd: EPSV and SIZE support. Tested to work on IPv6...
2009-03-09 Denis Vlasenkoftp: reduce amount of realloc's done in cmdio_write
2009-03-09 Denis Vlasenkoftpd: code shrink
2009-03-09 Denis Vlasenkoftpd: code shrink
2009-03-09 Denis Vlasenkoftp: code shrink
2009-03-09 Denis Vlasenkoftpd: code shuffled a bit, added comments
2009-03-09 Denis Vlasenkoftpd: add comment
2009-03-09 Denis Vlasenkoftpd: further code shrink
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-03-08 Denis Vlasenkoftpd: code chrink, fixed some minor bugs
2009-03-08 Denis Vlasenkoadding forgotten new file