1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
Nicholas Marriott d358a352c0 Tidy up and improve target (-t) argument parsing:
- move the code back into cmd.c and merge with the existing functions where
  possible;
- accept "-tttyp0" as well as "-t/dev/ttyp0" for clients;
- when looking up session names, try an exact match first, and if that fails
  look for it as an fnmatch pattern and then as the start of a name - if more
  that one session matches an error is given; so if there is one session called
  "mysession", -tmysession, -tmysess, -tmysess* are equivalent but if there
  is also "mysession2", the last two are errors;
- similarly for windows, if the argument is not a valid index or exact window
  name match, try it against the window names as an fnmatch pattern and a
  prefix.
2009-07-14 06:42:06 +00:00
2009-07-02 07:31:02 +00:00
2009-07-13 18:29:28 +00:00
2008-09-29 16:58:02 +00:00
2009-06-25 15:25:45 +00:00
2009-06-25 16:22:36 +00:00
2009-06-25 16:21:32 +00:00
2009-06-25 16:21:32 +00:00
2009-07-01 22:15:16 +00:00
2009-03-04 17:24:07 +00:00
2009-06-25 15:25:45 +00:00
2009-07-01 23:06:32 +00:00
2009-05-04 17:58:27 +00:00
2009-05-04 17:58:27 +00:00
2009-05-18 21:01:38 +00:00
2009-05-04 17:58:27 +00:00
2009-05-04 17:58:27 +00:00
2009-02-16 18:58:14 +00:00
2009-02-03 17:21:19 +00:00
2009-07-01 23:06:32 +00:00
2009-05-04 17:58:27 +00:00
2009-07-09 18:16:36 +00:00
2009-05-04 17:58:27 +00:00
2009-05-04 17:58:27 +00:00
2009-05-04 17:58:27 +00:00
2009-05-04 17:58:27 +00:00
2009-07-09 18:08:29 +00:00
2009-07-08 18:03:03 +00:00
2009-04-30 21:17:06 +00:00
2009-06-25 15:29:34 +00:00
2009-04-30 21:17:06 +00:00
2009-06-25 15:29:34 +00:00
2009-05-04 17:58:27 +00:00
2009-03-04 17:24:07 +00:00
2009-05-18 16:22:30 +00:00
2009-07-01 23:06:32 +00:00
2009-06-25 20:27:32 +00:00
2009-07-08 18:03:03 +00:00
2009-07-08 18:03:03 +00:00
2009-07-08 18:03:03 +00:00
2009-07-08 18:03:03 +00:00
2009-05-18 15:42:30 +00:00
2009-07-02 07:31:02 +00:00
2009-07-02 07:31:02 +00:00
2009-07-06 18:21:17 +00:00
2009-05-04 17:58:27 +00:00
2009-06-25 16:23:35 +00:00
2009-07-06 18:21:17 +00:00
2009-07-06 18:53:24 +00:00
2009-05-04 17:58:27 +00:00
2009-06-26 15:31:15 +00:00
2009-06-26 15:31:15 +00:00
2009-07-08 18:03:03 +00:00
2009-07-08 18:03:03 +00:00
2009-06-25 16:21:32 +00:00
2009-07-01 19:03:34 +00:00
2009-05-04 17:58:27 +00:00
Description
No description provided
17 MiB
Languages
C 90.8%
Roff 6.9%
M4 0.9%
Awk 0.6%
Makefile 0.4%
Other 0.3%