1. 609df6f *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  2. 1abaa6b telnetd: give inetd.conf example in --help by Denys Vlasenko · 3 years, 6 months ago
  3. e0afe0a ftpd: allow -A if !FTPD_AUTHENTICATION as well by Denys Vlasenko · 7 years ago
  4. 8edaace ftpd: added -A option to disable all authentication, closes 10921 by Denys Vlasenko · 7 years ago
  5. 32c3e3a wget,ftpd: shorten and reuse strings by Denys Vlasenko · 7 years ago
  6. 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
  7. f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
  8. 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
  9. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  10. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  11. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  12. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  13. b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
  14. 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
  15. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  16. 3148e0c Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* by Denys Vlasenko · 8 years ago
  17. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  18. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  19. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  20. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  21. f7ad927 ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot by Denys Vlasenko · 9 years ago
  22. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  23. 9472e8a ftpd: change_identity() must be after chroot() by Denys Vlasenko · 10 years ago
  24. 64b7449 ftpd: prevent zombies. closes 7832 by Denys Vlasenko · 10 years ago
  25. 7666fa1 ftpd: make LIST command show dotfiles too by Denys Vlasenko · 10 years ago
  26. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  27. 9d7cbde ftpd: do not use root_fd if we are not in chroot by Denys Vlasenko · 10 years ago
  28. 27c290f ftpd: for LIST, open current directory *in the child* by Denys Vlasenko · 10 years ago
  29. a6ae999 ftpd: escape chroot prior to re-executing ls helper by Denys Vlasenko · 10 years ago
  30. 0b0ccd4 ftpd: optimize writes of LIST results a bit by Denys Vlasenko · 10 years ago
  31. de3cae1 ftpd: support deprecated XPWD command by Denys Vlasenko · 10 years ago
  32. e1db338 ftpd: free allocated string on error path by Denys Vlasenko · 12 years ago
  33. 3bb8587 ftpd: fix MDTM's month value. Closes 5336 by Denys Vlasenko · 12 years ago
  34. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  35. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  36. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  37. 115c35d ftpd: better usage text by Denys Vlasenko · 14 years ago
  38. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  39. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  40. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  41. 238c83b ftpd: work around LIST -aXYZ too, not only LIST -lXYZ by Denys Vlasenko · 15 years ago
  42. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  43. 4a1884d ftpd: shrink by 33 bytes by Denys Vlasenko · 15 years ago
  44. 8031848 typo fixes by Denys Vlasenko · 15 years ago
  45. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  46. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  47. f3fc9ac ftpd: conditional support for broken clients by Stefan Seyfried · 15 years ago
  48. 33f9dc0 ftpd: code shrink by Denys Vlasenko · 15 years ago
  49. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  50. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  51. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  52. 035b4d7 ftpd: allow multiple -S options to increase verbosity too, like -v by Denys Vlasenko · 16 years ago
  53. 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
  54. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  55. 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
  56. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  57. fce4a94 ftpd: add some comments by Denis Vlasenko · 16 years ago
  58. e3b840c ftpd: trim messages (but make sure they still make sense) by Denis Vlasenko · 16 years ago
  59. 5b492ee ftpd: do not use nasty tricks for re-execing if we are on MMU machine. by Denis Vlasenko · 16 years ago
  60. 1432cb4 ftpd: add support for MDTM, I see clients often use it, by Denis Vlasenko · 16 years ago
  61. 3a7a1eb ftpd: document NLST format by Denis Vlasenko · 16 years ago
  62. 1a82555 ftpd: instead of wordy HELP, implement useful, and smaller, FEAT. by Denis Vlasenko · 16 years ago
  63. edb0de4 ftpd: implement -vv verbosity by Denis Vlasenko · 16 years ago
  64. e6c94a6 ftpd: tweak timeout code by Denis Vlasenko · 16 years ago
  65. 074c903 ftpd: fix thinko: set_nport takes port in network order by Denis Vlasenko · 16 years ago
  66. fbf5846 ftpd: dont use fdprintf for simple status messages by Denis Vlasenko · 16 years ago
  67. 43bb7bb ftpd: simplify PORT check by assuming IP = peer's IP. by Denis Vlasenko · 16 years ago
  68. 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago
  69. f2160b6 ftpd: security tightened up: by Denis Vlasenko · 16 years ago
  70. fc58ba1 ftpd: fix the bug where >2GB file ops report errors; by Denis Vlasenko · 16 years ago
  71. 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
  72. 5b28d31 ftpd: add LOG_NDELAY to openlog by Denis Vlasenko · 16 years ago
  73. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  74. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  75. 57a3b17 ftp: reduce amount of realloc's done in cmdio_write by Denis Vlasenko · 16 years ago
  76. d42eb81 ftpd: code shrink by Denis Vlasenko · 16 years ago
  77. 3455285 ftpd: code shrink by Denis Vlasenko · 16 years ago
  78. f1a11b5 ftp: code shrink by Denis Vlasenko · 16 years ago
  79. 9e95920 ftpd: code shuffled a bit, added comments by Denis Vlasenko · 16 years ago
  80. 51c9bb1 ftpd: add comment by Denis Vlasenko · 16 years ago
  81. ffb4bb3 ftpd: further code shrink by Denis Vlasenko · 16 years ago
  82. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  83. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  84. bf9d179 adding forgotten new file by Denis Vlasenko · 16 years ago