Displaying 3 results from an estimated 3 matches for "sjolund".
2017 Aug 07
21
[Bug 2755] New: [PATCH] sshd_config: allow directories in AuthorizedKeysFile=
https://bugzilla.mindrot.org/show_bug.cgi?id=2755
Bug ID: 2755
Summary: [PATCH] sshd_config: allow directories in
AuthorizedKeysFile=
Product: Portable OpenSSH
Version: 7.5p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2009 Mar 02
2
DO NOT REPLY [Bug 6151] New: --safe-links can be fooled by adding extra slashes to the path
...shes to
the path
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: erik.sjolund@gmail.com
QAContact: rsync-qa@samba.org
The rsync option flags
--copy-unsafe-links
--safe-links
are not working correctly. It is possible to fool the function
unsafe_symlink(const char *dest, const char *src) in util.c
by adding extra slashes as the following example shows:
$ mkd...
2025 Apr 17
1
Is initalization missing for socket_name and socket_dir?
In the PR
https://github.com/openssh/openssh-portable/pull/502
the variables socket_name and socket_dir are initialized here:
https://github.com/dkg/openssh-portable/blob/31873e2f6f841f20aeff5d0368cba71af4bb1352/ssh-agent.c#L2352-L2353
but the those lines didn't make it into the final version.
Could socket_name[0] be uninitialized here: