search for: candland

Displaying 5 results from an estimated 5 matches for "candland".

Did you mean: wendland
2010 Dec 09
3
[Bug 1844] New: Explicit file permissions enhancement to sftp-server
...server Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org ReportedBy: candland at xmission.com Created attachment 1973 --> https://bugzilla.mindrot.org/attachment.cgi?id=1973 Force file permissions for sftp-server Hello, I have found that I require more control over file permissions for incoming files via sftp-server/internal-sftp than the -u <umask> parameter...
2010 Nov 04
1
Explicit file permissions for sftp-server
.... I have a been running a patched version of 5.6p1 under RHEL4 in production with no problems. Please consider including this change or something similar in the next release. Please note that the attached patch is a diff from cvs version 1.92 of sftp-server.c Best regards and thanks again, Rob Candland -- -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-forcefileperm.patch Type: text/x-diff Size: 2632 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20101104/07f32f58/attachment.bin>
2010 Nov 04
0
SFTP subsystem and explicit file permissions
...he attached patch. I have only been able to test the changes on RHEL4 and Ubuntu 10.04. I have been running a patched version of 5.6p1 in production on RHEL4 and haven't had any problems. Note that the attached patch was produced against the 1.92 version of sftp-server.c. Best regards, Rob Candland -- -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-forcefileperm.patch Type: text/x-diff Size: 2632 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20101104/91998538/attachment.bin>
2010 Dec 15
2
Building RPM for Openssh5.6p1 fails on RHEL 6.0
All, I am trying to build openssh-5.6p1 using the SPEC file on RHEL 6 and I am receiving this error: [root@**** SPECS]# rpmbuild -bb openssh.spec error: line 47: Unknown tag: Copyright : BSD Also, I read that the umask functionality in this one has issues. Does it work in the 5.5 source? Any help would be appreciated.
2010 Nov 02
1
SFTP subsystem and umask
...hink it's because decimal 18 == octal 022..... Is the solution to use strtol() or strtoul()? You would end up having to trust the user to use sane values in sshd_config, or trust that a user will run sftp-server with sane parameters. I tested using RHEL4 and Ubuntu 10.04. Best regards, Rob Candland