Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161991364
D49509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D49509.diff
View Options
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1031,6 +1031,8 @@
if (cp == NULL ||
(checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||
(ecode != 0 && ecode != ENOENT))) {
+ BLACKLIST_NOTIFY(BLACKLIST_AUTH_FAIL, STDIN_FILENO,
+ "Access denied");
reply(530, "User %s access denied.", name);
if (logging)
syslog(LOG_NOTICE,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 9, 5:30 PM (5 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34894051
Default Alt Text
D49509.diff (426 B)
Attached To
Mode
D49509: ftpd: Add an extra blacklist probe
Attached
Detach File
Event Timeline
Log In to Comment