[Bug 1739] getcwd does not support size zero argument on Solaris

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 26 05:03:16 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1739

Yann Rouillard <yann at pleiades.fr.eu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann at pleiades.fr.eu.org

--- Comment #2 from Yann Rouillard <yann at pleiades.fr.eu.org> 2010-03-26 05:03:14 EST ---
I posted a patch to solve the bug reported but I uncovered another
issue while testing it.

It seems the Authorized_keys filename argument is now derelativised
when the configuration file is read. 
As a result, an argument like '.ssh/authorized_keys' is now transformed
into '/.ssh/autorized_keys' by the derelativise_path function and is
not anymore interpreted as being relative to the user home, contrary to
what the man page says:
"After expansion, AuthorizedKeysFile is taken to be an absolute path or
 one relative to the user's home directory"

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list