Commit History

Author SHA1 Message Date
  Denys Vlasenko e0afe0a9fd ftpd: allow -A if !FTPD_AUTHENTICATION as well 6 years ago
  Denys Vlasenko 8edaaced16 ftpd: added -A option to disable all authentication, closes 10921 6 years ago
  Denys Vlasenko 32c3e3a44c wget,ftpd: shorten and reuse strings 6 years ago
  Denys Vlasenko 5740e15de5 ftpd: handle restarts past 2147483647 bytes. closes 10741 6 years ago
  Denys Vlasenko f75a7c0439 ftpd: fix aliasing warning from gcc-6.1.1 6 years ago
  Denys Vlasenko 565af23222 ftpd: switch to mallced "globals" 6 years ago
  Denys Vlasenko 22542eca18 getopt32: remove opt_complementary 7 years ago
  Denys Vlasenko 68b653b66b config: trim/improve item names and help texts, take 2 7 years ago
  Denys Vlasenko 72089cf6b4 config: deindent all help texts 7 years ago
  Denys Vlasenko 4eed2c6c50 Update menuconfig items with approximate applet sizes 7 years ago
  Denys Vlasenko b13b618335 ftpd/ls: show directories first 7 years ago
  Andrey Mozzhuhin 2181fb4af8 ftpd: new option -a ANON_USER to allow anonymous logins 7 years ago
  Denys Vlasenko f560422fa0 Big cleanup in config help and description 7 years ago
  Denys Vlasenko 3148e0c05b Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* 7 years ago
  Denys Vlasenko 47367e1d50 Convert all networking/* applets to "new style" applet definitions 7 years ago
  Denys Vlasenko 237bedd499 getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST 8 years ago
  Denys Vlasenko 47cfbf32fd *: add most of the required setup_common_bufsiz() calls 8 years ago
  Denys Vlasenko e6a2f4cc5a libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it 8 years ago
  Denys Vlasenko f7ad927c20 ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot 9 years ago
  Denys Vlasenko c52cbea2bb libbb: add setsockopt_foo helpers 9 years ago
  Denys Vlasenko 9472e8a86f ftpd: change_identity() must be after chroot() 9 years ago
  Denys Vlasenko 64b744997e ftpd: prevent zombies. closes 7832 9 years ago
  Denys Vlasenko 7666fa1d02 ftpd: make LIST command show dotfiles too 10 years ago
  Morten Kvistgaard feac9b607d ftpd: add optional support for authentication 10 years ago
  Denys Vlasenko 9d7cbdeee3 ftpd: do not use root_fd if we are not in chroot 10 years ago
  Denys Vlasenko 27c290f7f2 ftpd: for LIST, open current directory *in the child* 10 years ago
  Denys Vlasenko a6ae999b3b ftpd: escape chroot prior to re-executing ls helper 10 years ago
  Denys Vlasenko 0b0ccd4570 ftpd: optimize writes of LIST results a bit 10 years ago
  Denys Vlasenko de3cae1348 ftpd: support deprecated XPWD command 10 years ago
  Denys Vlasenko e1db338a51 ftpd: free allocated string on error path 12 years ago