Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145626121
D52746.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
433 B
Referenced Files
None
Subscribers
None
D52746.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
@@ -1425,6 +1425,7 @@
*remote_ip = 0;
remote_ip[sizeof(remote_ip) - 1] = 0;
if (!auth_hostok(lc, remotehost, remote_ip)) {
+ BLACKLIST_NOTIFY(BLACKLIST_AUTH_FAIL, STDIN_FILENO, "Permission denied");
syslog(LOG_INFO|LOG_AUTH,
"FTP LOGIN FAILED (HOST) as %s: permission denied.",
pw->pw_name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 23, 8:46 AM (6 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28953978
Default Alt Text
D52746.diff (433 B)
Attached To
Mode
D52746: ftpd: blocklist: Add a permission denied probe
Attached
Detach File
Event Timeline
Log In to Comment