bugzilla-daemon at bugzilla.mindrot.org
2015-Aug-21 10:38 UTC
[Bug 2449] New: uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Bug ID: 2449
Summary: uid for expansion in ControlPath
Product: Portable OpenSSH
Version: 7.0p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: mail at eworm.de
Created attachment 2687
--> https://bugzilla.mindrot.org/attachment.cgi?id=2687&action=edit
uid for expansion in ControlPath
Modern Linux systems create a private directory in /run/user/ for each
user, named by numeric user id (uid). This adds a new character
sequence
'%i' for expansion in ControlPath to match this (and possibly other)
directory.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-04 03:58 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Attachment #2687|application/x-download |text/plain
mime type| |
Attachment #2687|0 |1
is patch| |
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-04 04:00 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2451
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2451
[Bug 2451] Bugs intended to be fixed in 7.2
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-04 04:00 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Attachment #2687| |ok?(dtucker at zip.com.au)
Flags| |
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Comment on attachment 2687
--> https://bugzilla.mindrot.org/attachment.cgi?id=2687
uid for expansion in ControlPath
Looks fine to me
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-04 04:08 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449 --- Comment #2 from Darren Tucker <dtucker at zip.com.au> --- Comment on attachment 2687 --> https://bugzilla.mindrot.org/attachment.cgi?id=2687 uid for expansion in ControlPath>- char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; >+ char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV], >+ uidstr[11]; > char cname[NI_MAXHOST];I'd maybe make uidstr part of the following line for neatness. Also, someone will eventually make a 64 bit uid_t, so perhaps you want to spend the extra 10 bytes of stacks space now? -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 03:48 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
applied (with uidstr sized to fit a 64-bit UID)
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:41 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2023-Jan-13 02:39 UTC
[Bug 2449] uid for expansion in ControlPath
https://bugzilla.mindrot.org/show_bug.cgi?id=2449
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2687|ok?(dtucker at dtucker.net) |
Flags| |
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Possibly Parallel Threads
- tunnel device name acquisition?
- [PATCH 1/1] uid for expansion in ControlPath
- [PATCH RESEND 0/2] Permit %L and %l percent escapes in Include
- [PATCH RESEND 0/2] Permit %L and %L percent escapes in Include
- [PATCH RESEND 1/2] Permit %L and %l percent escapes in Include