search for: tuvw

Displaying 2 results from an estimated 2 matches for "tuvw".

Did you mean: tuve
2007 Aug 22
0
Patch to allow checking of v1 keys on remote host.
...; " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" @@ -272,7 +272,7 @@ again: while ((opt = getopt(ac, av, - "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) { + "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TuVw:XY")) != -1) { switch (opt) { case '1': options.protocol = SSH_PROTO_1; @@ -523,6 +523,9 @@ case 'F': config = optarg; break; + case 'u': + options.checkey = 1; + break; default: usage(); } --- orig/openssh-4.6p1/readconf.c 2007-02-19...
2006 Jan 17
0
asterisk.ctl limitations
...; ding1 = (fd_set *) Hmalloc (sizeof (fd_set)); @@ -1503,7 +1540,7 @@ /* If your shitbox doesn't have getopt, step into the nineties already. */ /* optarg, optind = next-argv-component [i.e. flag arg]; optopt = last-char */ - while ((x = getopt (argc, argv, "abc:e:g:G:hi:lno:p:q:rs:tuvw:z")) != EOF) { + while ((x = getopt (argc, argv, "abc:e:g:G:hi:lno:p:q:rs:tuU:vw:z")) != EOF) { /* Debug (("in go: x now %c, optarg %x optind %d", x, optarg, optind)) */ switch (x) { case 'a': @@ -1579,6 +1616,8 @@ #endif /* TELNET */ case '...