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