Module Name:src
Committed By: christos
Date: Sat Jul 3 14:59:49 UTC 2021
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
Treat failed chdir/chroot for guest and chroot accounts as fatal.
Also treat failed set{e,}(u,g}id calls as fatal.
Addresses CVE-2020-7468, via F
Module Name:src
Committed By: lukem
Date: Sat Aug 22 08:08:48 UTC 2020
Modified Files:
src/libexec/ftpd: ftpd.conf.5
Log Message:
ftpd.conf(5): remove duplicate "be"
Two be or not two be.
Noted by SAITOH Masanobu in private mail.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: lukem
Date: Sat Jul 4 05:18:37 UTC 2020
Modified Files:
src/libexec/ftpd: pfilter.c pfilter.h
Log Message:
add missing RCSIDs
(copyrights could be added too - that's up to christos@)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:src
Committed By: lukem
Date: Sat Jul 4 01:20:42 UTC 2020
Modified Files:
src/libexec/ftpd: version.h
Log Message:
NetBSD-ftpd 20200615
Update version to "NetBSD-ftpd 20200615" for changes:
- Increase some buffer sizes.
- Rename blacklist to blocklist.
To g
Module Name:src
Committed By: lukem
Date: Tue Jan 29 23:19:31 UTC 2019
Modified Files:
src/libexec/ftpd: pfilter.c
Log Message:
clarify the fd used for blacklisting.
Use STDIN_FILENO instead of 0 as the fd to blacklist_r(),
since we use the former in ftpd.c
To generate
Module Name:src
Committed By: lukem
Date: Tue Jan 29 11:51:05 UTC 2019
Modified Files:
src/libexec/ftpd: version.h
Log Message:
NetBSD-ftpd 20180428
Update version to "NetBSD-ftpd 20180428" for changes:
- Fix violations of the sequence point rule.
- Check that stat and fs
Module Name:src
Committed By: gson
Date: Sat Jun 23 07:21:00 UTC 2018
Modified Files:
src/libexec/ftpd: extern.h
Log Message:
No semicolon after macro do ... while (0) wrapper.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/libexec/ftpd/extern.h
Pleas
Module Name:src
Committed By: riastradh
Date: Sat Apr 28 13:38:00 UTC 2018
Modified Files:
src/libexec/ftpd: ftpd.8 ftpd.c
Log Message:
Add -f option to ftpd to stay in foreground with -D.
>From nia in PR bin/53221.
To generate a diff of this commit:
cvs rdiff -u -r1.86
Module Name:src
Committed By: shm
Date: Tue Jul 19 21:25:38 UTC 2016
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
CID 603440: ensure that closing socket exists
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/libexec/ftpd/ftpd.c
Please note t
Module Name:src
Committed By: christos
Date: Thu Mar 17 00:17:58 UTC 2016
Modified Files:
src/libexec/ftpd: popen.c
Log Message:
volatile for gcc 5
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/libexec/ftpd/popen.c
Please note that diffs are not publ
Module Name:src
Committed By: christos
Date: Sun Jan 17 14:46:07 UTC 2016
Modified Files:
src/libexec/ftpd: cmds.c
Log Message:
PR/50665: David Binderman: move "dir" to the outer scope so it stays alive
when the pointer is used later.
To generate a diff of this commit:
c
Module Name:src
Committed By: shm
Date: Mon Aug 10 07:45:50 UTC 2015
Modified Files:
src/libexec/ftpd: ftpcmd.y
Log Message:
Use explicit_memset(3) instead of memset(3) to clear password
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/libexec/ftpd/ftpcm
Module Name:src
Committed By: shm
Date: Mon Aug 10 07:32:49 UTC 2015
Modified Files:
src/libexec/ftpd: cmds.c ftpd.c
Log Message:
Fix directory stream leaks
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/libexec/ftpd/cmds.c
cvs rdiff -u -r1.201 -r1.202
Module Name:src
Committed By: shm
Date: Sun Aug 9 20:34:24 UTC 2015
Modified Files:
src/libexec/ftpd: logwtmp.c
Log Message:
Removed unnecessary memset(3) call
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/libexec/ftpd/logwtmp.c
Please note that dif
Module Name:src
Committed By: shm
Date: Sun Aug 9 12:17:30 UTC 2015
Modified Files:
src/libexec/ftpd: logwtmp.c
Log Message:
Clear utmpx struct before writing it to wtmpx files
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/libexec/ftpd/logwtmp.c
Ple
Module Name:src
Committed By: christos
Date: Sun Jan 25 15:53:49 UTC 2015
Modified Files:
src/libexec/ftpd: Makefile ftpd.c
Added Files:
src/libexec/ftpd: pfilter.c pfilter.h
Log Message:
blacklist hooks
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.
Module Name:src
Committed By: christos
Date: Wed Jul 31 19:50:47 UTC 2013
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
fstat returns -1 on error (Maxime Villard)
also while (1) -> for (;;)
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/libex
Module Name:src
Committed By: christos
Date: Wed Jul 3 14:15:47 UTC 2013
Modified Files:
src/libexec/ftpd: cmds.c
Log Message:
check that stat succeeded before testing the guts of struct stat
(Manime Villard)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33
Module Name:src
Committed By: christos
Date: Wed Jul 3 14:16:01 UTC 2013
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
remove unneeded initialization.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/libexec/ftpd/ftpd.c
Please note that diffs
Module Name:src
Committed By: lukem
Date: Thu Mar 21 05:53:01 UTC 2013
Modified Files:
src/libexec/ftpd: extern.h
Log Message:
Convert from __attribute__(foo) to the __foo equiv in
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/libexec/ftpd/extern.h
Module Name:src
Committed By: lukem
Date: Thu Mar 21 00:17:26 UTC 2013
Modified Files:
src/libexec/ftpd: version.h
Log Message:
Update version to 20110904 for the user-visible change I made back then:
Reduce priority of syslog message if getpeername returns ENOTCONN.
Module Name:src
Committed By: christos
Date: Sun Nov 4 20:46:46 UTC 2012
Modified Files:
src/libexec/ftpd: conf.c
Log Message:
include pwd.h for password stuff
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/libexec/ftpd/conf.c
Please note that diffs
Module Name:src
Committed By: dholland
Date: Tue Jun 19 06:06:34 UTC 2012
Modified Files:
src/libexec/ftpd: cmds.c ftpd.c
Log Message:
Pass WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/libexec/ftpd/cmds.c
cvs rdiff -u -r1.197 -r1.198 src/libe
Module Name:src
Committed By: lukem
Date: Sun Sep 4 23:16:42 UTC 2011
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
Reduce priority of syslog message if getpeername returns ENOTCONN.
PR bin/18934 by Greg A. Woods (with supplied fix).
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sun Aug 14 11:46:28 UTC 2011
Modified Files:
src/libexec/ftpd: Makefile conf.c
Log Message:
remove gcc-4.5 hack
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/libexec/ftpd/Makefile src/libexec/ftpd/conf.c
P
Module Name:src
Committed By: joerg
Date: Fri Jul 1 02:46:15 UTC 2011
Modified Files:
src/libexec/ftpd: ftpcmd.y
Log Message:
Fix memcpy usage.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/libexec/ftpd/ftpcmd.y
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Fri Jan 14 23:56:13 UTC 2011
Modified Files:
src/libexec/ftpd: ftpcmd.y
Log Message:
PR/44390: Paul Koning: make code gcc-4.5.1 friendly.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/libexec/ftpd/ftpcmd.y
Module Name:src
Committed By: lukem
Date: Sun Mar 21 20:27:26 UTC 2010
Modified Files:
src/libexec/ftpd: version.h
Log Message:
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Sat Mar 20 18:23:30 UTC 2010
Modified Files:
src/libexec/ftpd: popen.c
Log Message:
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL.
(From FreeBSD)
To generate a d
29 matches
Mail list logo