bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-25 11:04 UTC
[Bug 1664] New: add support for tagging session channels with friendly names and add "ps" control command
https://bugzilla.mindrot.org/show_bug.cgi?id=1664
Summary: add support for tagging session channels with friendly
names and add "ps" control command
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: sfandino at yahoo.com
Created an attachment (id=1706)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1706)
adds the base channel tagging code
The attached patches add support for tagging the session channels with
friendly names and listing them with a new control command (ps).
At present, the PID of the local controlling process is used as the tag
though a new flag could be added to let the user select a different one
(but the PID is so convenient... :-).
There are three patches:
#1 adds the base channel tagging code
#2 cleanups mux.c so it becomes easier to add new mux commands
#3 adds support for the ps command and passing the slave pid through
the mux channel when requesting a new session.
This is mostly the same as the patch I had added to ticket 1424 but
without the kill command support.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-25 11:05 UTC
[Bug 1664] add support for tagging session channels with friendly names and add "ps" control command
https://bugzilla.mindrot.org/show_bug.cgi?id=1664 --- Comment #1 from Salvador Fandi?o <sfandino at yahoo.com> 2009-10-25 22:05:49 EST --- Created an attachment (id=1707) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1707) cleanups mux.c so it becomes easier to add new mux commands -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-25 11:06 UTC
[Bug 1664] add support for tagging session channels with friendly names and add "ps" control command
https://bugzilla.mindrot.org/show_bug.cgi?id=1664 --- Comment #2 from Salvador Fandi?o <sfandino at yahoo.com> 2009-10-25 22:06:38 EST --- Created an attachment (id=1708) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1708) adds support for the ps command and passing the slave pid through the mux channel when requesting a new session -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-May-06 01:51 UTC
[Bug 1664] add support for tagging session channels with friendly names and add "ps" control command
https://bugzilla.mindrot.org/show_bug.cgi?id=1664
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #3 from Damien Miller <djm at mindrot.org> 2011-05-06 11:51:30
EST ---
Hi,
Have you maintained these patches? Do you have ones against -current or
5.8?
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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
2011-May-12 07:40 UTC
[Bug 1664] add support for tagging session channels with friendly names and add "ps" control command
https://bugzilla.mindrot.org/show_bug.cgi?id=1664 --- Comment #4 from Salvador Fandi?o <sfandino at yahoo.com> 2011-05-12 17:40:49 EST --- (In reply to comment #3)> Have you maintained these patches? Do you have ones against -current or > 5.8?No, but I would update them for current if you wish. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.