
bugzilla-daemon at bugzilla
Oct 25, 2009, 4:04 AM
Post #1 of 1
(126 views)
Permalink
|
|
[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. _______________________________________________ openssh-bugs mailing list openssh-bugs[at]mindrot.org https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|