index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
networking
/
ftpd.c
Age
Commit message (
Expand
)
Author
2021-06-16
*: more --help tweaks
Denys Vlasenko
2021-06-16
telnetd: give inetd.conf example in --help
Denys Vlasenko
2018-04-07
ftpd: allow -A if !FTPD_AUTHENTICATION as well
Denys Vlasenko
2018-04-07
ftpd: added -A option to disable all authentication, closes 10921
Denys Vlasenko
2018-04-07
wget,ftpd: shorten and reuse strings
Denys Vlasenko
2018-02-05
ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
2018-02-04
ftpd: fix aliasing warning from gcc-6.1.1
Denys Vlasenko
2018-02-04
ftpd: switch to mallced "globals"
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-27
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-25
ftpd/ls: show directories first
Denys Vlasenko
2017-01-24
ftpd: new option -a ANON_USER to allow anonymous logins
Andrey Mozzhuhin
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-13
ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot
Denys Vlasenko
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-03-31
ftpd: change_identity() must be after chroot()
Denys Vlasenko
2015-01-26
ftpd: prevent zombies. closes 7832
Denys Vlasenko
2014-09-15
ftpd: make LIST command show dotfiles too
Denys Vlasenko
2014-08-05
ftpd: add optional support for authentication
Morten Kvistgaard
2014-06-27
ftpd: do not use root_fd if we are not in chroot
Denys Vlasenko
2014-06-27
ftpd: for LIST, open current directory *in the child*
Denys Vlasenko
2014-06-27
ftpd: escape chroot prior to re-executing ls helper
Denys Vlasenko
2014-06-26
ftpd: optimize writes of LIST results a bit
Denys Vlasenko
2014-06-25
ftpd: support deprecated XPWD command
Denys Vlasenko
2012-07-11
ftpd: free allocated string on error path
Denys Vlasenko
2012-07-11
ftpd: fix MDTM's month value. Closes 5336
Denys Vlasenko
2012-03-08
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-07
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-03-08
ftpd: better usage text
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-04-21
ftpd: work around LIST -aXYZ too, not only LIST -lXYZ
Denys Vlasenko
2010-04-06
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-03
ftpd: shrink by 33 bytes
Denys Vlasenko
2010-02-24
typo fixes
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-25
whitespace fixes
Denys Vlasenko
2010-01-18
ftpd: conditional support for broken clients
Stefan Seyfried
2010-01-17
ftpd: code shrink
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
[next]