FreeBSD Bugzilla – Attachment 22480 Details for
Bug 38987
FTP anonymous user can create directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 582 bytes, created by
Peter da Silva
on 2002-06-07 17:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter da Silva
Created:
2002-06-07 17:40:01 UTC
Size:
582 bytes
patch
obsolete
>*** ftpd.c.orig Fri Jun 7 06:40:00 2002 >--- ftpd.c Fri Jun 7 06:40:25 2002 >*************** >*** 2187,2193 **** > { > > LOGCMD("mkdir", name); >! if (mkdir(name, 0777) < 0) > perror_reply(550, name); > else > reply(257, "MKD command successful."); >--- 2187,2195 ---- > { > > LOGCMD("mkdir", name); >! if (guest) >! reply(550, "%s: permission denied", name); >! else if (mkdir(name, 0777) < 0) > perror_reply(550, name); > else > reply(257, "MKD command successful.");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38987
: 22480