index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ftpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ftpd: allow -A if !FTPD_AUTHENTICATION as well
Denys Vlasenko
2018-04-07
1
-12
/
+13
*
ftpd: added -A option to disable all authentication, closes 10921
Denys Vlasenko
2018-04-07
1
-29
/
+40
*
wget,ftpd: shorten and reuse strings
Denys Vlasenko
2018-04-07
1
-2
/
+2
*
ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
2018-02-05
1
-1
/
+1
*
ftpd: fix aliasing warning from gcc-6.1.1
Denys Vlasenko
2018-02-04
1
-2
/
+2
*
ftpd: switch to mallced "globals"
Denys Vlasenko
2018-02-04
1
-2
/
+6
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-7
/
+10
*
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-27
1
-3
/
+10
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-8
/
+8
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
ftpd/ls: show directories first
Denys Vlasenko
2017-01-25
1
-10
/
+5
*
ftpd: new option -a ANON_USER to allow anonymous logins
Andrey Mozzhuhin
2017-01-24
1
-11
/
+29
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-1
/
+1
*
Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*
Denys Vlasenko
2016-11-23
1
-13
/
+13
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+34
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-3
/
+3
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot
Denys Vlasenko
2015-10-13
1
-1
/
+16
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-4
/
+4
*
ftpd: change_identity() must be after chroot()
Denys Vlasenko
2015-03-31
1
-20
/
+21
*
ftpd: prevent zombies. closes 7832
Denys Vlasenko
2015-01-26
1
-2
/
+7
*
ftpd: make LIST command show dotfiles too
Denys Vlasenko
2014-09-15
1
-8
/
+8
*
ftpd: add optional support for authentication
Morten Kvistgaard
2014-08-05
1
-23
/
+24
*
ftpd: do not use root_fd if we are not in chroot
Denys Vlasenko
2014-06-27
1
-2
/
+5
*
ftpd: for LIST, open current directory *in the child*
Denys Vlasenko
2014-06-27
1
-3
/
+5
*
ftpd: escape chroot prior to re-executing ls helper
Denys Vlasenko
2014-06-27
1
-32
/
+21
*
ftpd: optimize writes of LIST results a bit
Denys Vlasenko
2014-06-26
1
-5
/
+10
*
ftpd: support deprecated XPWD command
Denys Vlasenko
2014-06-25
1
-1
/
+3
*
ftpd: free allocated string on error path
Denys Vlasenko
2012-07-11
1
-0
/
+1
*
ftpd: fix MDTM's month value. Closes 5336
Denys Vlasenko
2012-07-11
1
-1
/
+1
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
1
-2
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-2
/
+2
*
ftpd: better usage text
Denys Vlasenko
2011-03-08
1
-1
/
+18
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-4
/
+1
*
ftpd: work around LIST -aXYZ too, not only LIST -lXYZ
Denys Vlasenko
2010-04-21
1
-2
/
+2
*
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-06
1
-15
/
+0
*
ftpd: shrink by 33 bytes
Denys Vlasenko
2010-04-03
1
-5
/
+11
*
typo fixes
Denys Vlasenko
2010-02-24
1
-2
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-2
/
+2
*
ftpd: conditional support for broken clients
Stefan Seyfried
2010-01-18
1
-0
/
+12
*
ftpd: code shrink
Denys Vlasenko
2010-01-17
1
-21
/
+30
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-3
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
1
-2
/
+2
*
ftpd: allow multiple -S options to increase verbosity too, like -v
Denys Vlasenko
2009-06-05
1
-3
/
+7
[next]