/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdesktop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 427 by forsberg, Thu Jun 19 11:51:18 2003 UTC revision 582 by n-ki, Fri Jan 23 14:37:51 2004 UTC
# Line 26  Line 26 
26  #include <sys/stat.h>           /* stat */  #include <sys/stat.h>           /* stat */
27  #include <sys/time.h>           /* gettimeofday */  #include <sys/time.h>           /* gettimeofday */
28  #include <sys/times.h>          /* times */  #include <sys/times.h>          /* times */
29    #include <ctype.h>              /* toupper */
30  #include <errno.h>  #include <errno.h>
31  #include "rdesktop.h"  #include "rdesktop.h"
32    
# Line 40  Line 41 
41  #include "crypto/md5.h"  #include "crypto/md5.h"
42  #endif  #endif
43    
44  char title[32] = "";  char g_title[64] = "";
45  char username[16];  char g_username[64];
46  char hostname[16];  char hostname[16];
47  char keymapname[16];  char keymapname[16];
48  int keylayout = 0x409;          /* Defaults to US keyboard layout */  int keylayout = 0x409;          /* Defaults to US keyboard layout */
49  int width = 800;                /* If width or height are reset to zero, the geometry will  
50                                     be fetched from _NET_WORKAREA */  int g_width = 800;              /* width is special: If 0, the
51  int height = 600;                                     geometry will be fetched from
52                                       _NET_WORKAREA. If negative,
53                                       absolute value specifies the
54                                       percent of the whole screen. */
55    int g_height = 600;
56  int tcp_port_rdp = TCP_PORT_RDP;  int tcp_port_rdp = TCP_PORT_RDP;
57  int server_bpp = 8;  int g_server_bpp = 8;
58  int win_button_size = 0;        /* If zero, disable single app mode */  int g_win_button_size = 0;      /* If zero, disable single app mode */
59  BOOL bitmap_compression = True;  BOOL g_bitmap_compression = True;
60  BOOL sendmotion = True;  BOOL g_sendmotion = True;
61  BOOL orders = True;  BOOL g_orders = True;
62  BOOL encryption = True;  BOOL g_encryption = True;
63  BOOL packet_encryption = True;  BOOL packet_encryption = True;
64  BOOL desktop_save = True;  BOOL g_desktop_save = True;
65  BOOL fullscreen = False;  BOOL g_fullscreen = False;
66  BOOL grab_keyboard = True;  BOOL g_grab_keyboard = True;
67  BOOL hide_decorations = False;  BOOL g_hide_decorations = False;
68  BOOL use_rdp5 = False;  BOOL g_use_rdp5 = True;
69  extern BOOL owncolmap;  BOOL g_console_session = False;
70    BOOL g_numlock_sync = False;
71    extern BOOL g_owncolmap;
72    
73    #ifdef WITH_RDPSND
74    BOOL g_rdpsnd = False;
75    #endif
76    
77    extern RDPDR_DEVICE g_rdpdr_device[];
78    extern uint32 g_num_devices;
79    
80  #ifdef RDP2VNC  #ifdef RDP2VNC
81  extern int rfb_port;  extern int rfb_port;
# Line 81  usage(char *program) Line 95  usage(char *program)
95          fprintf(stderr, "Usage: %s [options] server[:port]\n", program);          fprintf(stderr, "Usage: %s [options] server[:port]\n", program);
96  #ifdef RDP2VNC  #ifdef RDP2VNC
97          fprintf(stderr, "   -V: vnc port\n");          fprintf(stderr, "   -V: vnc port\n");
98          fprintf(stderr, "   -E: defer time (ms)\n");          fprintf(stderr, "   -Q: defer time (ms)\n");
99  #endif  #endif
100          fprintf(stderr, "   -u: user name\n");          fprintf(stderr, "   -u: user name\n");
101          fprintf(stderr, "   -d: domain\n");          fprintf(stderr, "   -d: domain\n");
102          fprintf(stderr, "   -s: shell\n");          fprintf(stderr, "   -s: shell\n");
         fprintf(stderr, "   -S: caption button size (single application mode)\n");  
103          fprintf(stderr, "   -c: working directory\n");          fprintf(stderr, "   -c: working directory\n");
104          fprintf(stderr, "   -p: password (- to prompt)\n");          fprintf(stderr, "   -p: password (- to prompt)\n");
105          fprintf(stderr, "   -n: client hostname\n");          fprintf(stderr, "   -n: client hostname\n");
106          fprintf(stderr, "   -k: keyboard layout on terminal server (us,sv,gr,etc.)\n");          fprintf(stderr, "   -k: keyboard layout on server (en-us, de, sv, etc.)\n");
107          fprintf(stderr, "   -g: desktop geometry (WxH)\n");          fprintf(stderr, "   -g: desktop geometry (WxH)\n");
108          fprintf(stderr, "   -f: full-screen mode\n");          fprintf(stderr, "   -f: full-screen mode\n");
109          fprintf(stderr, "   -b: force bitmap updates\n");          fprintf(stderr, "   -b: force bitmap updates\n");
110          fprintf(stderr, "   -e: disable encryption (French TS)\n");          fprintf(stderr, "   -e: disable encryption (French TS)\n");
111          fprintf(stderr, "   -E: disable encryption of everything but the logon packet\n");          fprintf(stderr, "   -E: disable encryption from client to server\n");
112          fprintf(stderr, "   -m: do not send motion events\n");          fprintf(stderr, "   -m: do not send motion events\n");
113          fprintf(stderr, "   -C: use private colour map\n");          fprintf(stderr, "   -C: use private colour map\n");
114            fprintf(stderr, "   -D: hide window manager decorations\n");
115          fprintf(stderr, "   -K: keep window manager key bindings\n");          fprintf(stderr, "   -K: keep window manager key bindings\n");
116            fprintf(stderr, "   -S: caption button size (single application mode)\n");
117          fprintf(stderr, "   -T: window title\n");          fprintf(stderr, "   -T: window title\n");
118          fprintf(stderr, "   -D: hide window manager decorations\n");          fprintf(stderr, "   -N: enable numlock syncronization\n");
119          fprintf(stderr, "   -a: server bpp\n");          fprintf(stderr, "   -a: connection colour depth\n");
120          fprintf(stderr, "   -5: Use RDP5 (EXPERIMENTAL!)\n");          fprintf(stderr, "   -r: enable specified device redirection (this flag can be repeated)\n");
121            fprintf(stderr,
122                    "         '-r comport:COM1=/dev/ttyS0': enable serial redirection of /dev/ttyS0 to COM1\n");
123            fprintf(stderr, "             or      COM1=/dev/ttyS0,COM2=/dev/ttyS1\n");
124            fprintf(stderr,
125                    "         '-r disk:A=/mnt/floppy': enable redirection of /mnt/floppy to A:\n");
126            fprintf(stderr, "             or   A=/mnt/floppy,D=/mnt/cdrom'\n");
127            fprintf(stderr,
128                    "         '-r lptport:LPT1=/dev/lp0': enable parallel redirection of /dev/lp0 to LPT1\n");
129            fprintf(stderr, "             or      LPT1=/dev/lp0,LPT2=/dev/lp1\n");
130            fprintf(stderr, "         '-r printer:mydeskjet': enable printer redirection\n");
131            fprintf(stderr,
132                    "             or       mydeskjet=\"HP LaserJet IIIP\" to enter server driver as well\n");
133            fprintf(stderr, "         '-r sound': enable sound redirection\n");
134            fprintf(stderr, "   -0: attach to console\n");
135            fprintf(stderr, "   -4: use RDP version 4\n");
136            fprintf(stderr, "   -5: use RDP version 5 (default)\n");
137  }  }
138    
139  static BOOL  static BOOL
# Line 141  read_password(char *password, int size) Line 172  read_password(char *password, int size)
172          return ret;          return ret;
173  }  }
174    
175    static void
176    parse_server_and_port(char *server)
177    {
178            char *p;
179    #ifdef IPv6
180            int addr_colons;
181    #endif
182    
183    #ifdef IPv6
184            p = server;
185            addr_colons = 0;
186            while (*p)
187                    if (*p++ == ':')
188                            addr_colons++;
189            if (addr_colons >= 2)
190            {
191                    /* numeric IPv6 style address format - [1:2:3::4]:port */
192                    p = strchr(server, ']');
193                    if (*server == '[' && p != NULL)
194                    {
195                            if (*(p + 1) == ':' && *(p + 2) != '\0')
196                                    tcp_port_rdp = strtol(p + 2, NULL, 10);
197                            /* remove the port number and brackets from the address */
198                            *p = '\0';
199                            strncpy(server, server + 1, strlen(server));
200                    }
201            }
202            else
203            {
204                    /* dns name or IPv4 style address format - server.example.com:port or 1.2.3.4:port */
205                    p = strchr(server, ':');
206                    if (p != NULL)
207                    {
208                            tcp_port_rdp = strtol(p + 1, NULL, 10);
209                            *p = 0;
210                    }
211            }
212    #else /* no IPv6 support */
213            p = strchr(server, ':');
214            if (p != NULL)
215            {
216                    tcp_port_rdp = strtol(p + 1, NULL, 10);
217                    *p = 0;
218            }
219    #endif /* IPv6 */
220    
221    }
222    
223  /* Client program */  /* Client program */
224  int  int
225  main(int argc, char *argv[])  main(int argc, char *argv[])
# Line 148  main(int argc, char *argv[]) Line 227  main(int argc, char *argv[])
227          char server[64];          char server[64];
228          char fullhostname[64];          char fullhostname[64];
229          char domain[16];          char domain[16];
230          char password[16];          char password[64];
231          char shell[128];          char shell[128];
232          char directory[32];          char directory[32];
233          BOOL prompt_password, rdp_retval = False;          BOOL prompt_password, rdp_retval = False;
# Line 156  main(int argc, char *argv[]) Line 235  main(int argc, char *argv[])
235          uint32 flags;          uint32 flags;
236          char *p;          char *p;
237          int c;          int c;
238    
239          int username_option = 0;          int username_option = 0;
240    
241          flags = RDP_LOGON_NORMAL;          flags = RDP_LOGON_NORMAL;
# Line 163  main(int argc, char *argv[]) Line 243  main(int argc, char *argv[])
243          domain[0] = password[0] = shell[0] = directory[0] = 0;          domain[0] = password[0] = shell[0] = directory[0] = 0;
244          strcpy(keymapname, "en-us");          strcpy(keymapname, "en-us");
245    
246            g_num_devices = 0;
247    
248  #ifdef RDP2VNC  #ifdef RDP2VNC
249  #define VNCOPT "V:E:"  #define VNCOPT "V:Q:"
250  #else  #else
251  #define VNCOPT  #define VNCOPT
252  #endif  #endif
253    
254          while ((c = getopt(argc, argv, VNCOPT "u:d:s:S:c:p:n:k:g:a:fbeEmCKT:Dh?54")) != -1)          while ((c = getopt(argc, argv, VNCOPT "u:d:s:c:p:n:k:g:fbeEmCDKS:T:Na:r:045h?")) != -1)
255          {          {
256                  switch (c)                  switch (c)
257                  {                  {
# Line 180  main(int argc, char *argv[]) Line 262  main(int argc, char *argv[])
262                                          rfb_port += 5900;                                          rfb_port += 5900;
263                                  break;                                  break;
264    
265                          case 'E':                          case 'Q':
266                                  defer_time = strtol(optarg, NULL, 10);                                  defer_time = strtol(optarg, NULL, 10);
267                                  if (defer_time < 0)                                  if (defer_time < 0)
268                                          defer_time = 0;                                          defer_time = 0;
# Line 188  main(int argc, char *argv[]) Line 270  main(int argc, char *argv[])
270  #endif  #endif
271    
272                          case 'u':                          case 'u':
273                                  STRNCPY(username, optarg, sizeof(username));                                  STRNCPY(g_username, optarg, sizeof(g_username));
274                                  username_option = 1;                                  username_option = 1;
275                                  break;                                  break;
276    
# Line 200  main(int argc, char *argv[]) Line 282  main(int argc, char *argv[])
282                                  STRNCPY(shell, optarg, sizeof(shell));                                  STRNCPY(shell, optarg, sizeof(shell));
283                                  break;                                  break;
284    
                         case 'S':  
                                 if (!strcmp(optarg, "standard"))  
                                 {  
                                         win_button_size = 18;  
                                         break;  
                                 }  
   
                                 win_button_size = strtol(optarg, &p, 10);  
   
                                 if (*p)  
                                 {  
                                         error("invalid button size\n");  
                                         return 1;  
                                 }  
   
                                 break;  
   
285                          case 'c':                          case 'c':
286                                  STRNCPY(directory, optarg, sizeof(directory));                                  STRNCPY(directory, optarg, sizeof(directory));
287                                  break;                                  break;
# Line 246  main(int argc, char *argv[]) Line 311  main(int argc, char *argv[])
311                                  break;                                  break;
312    
313                          case 'g':                          case 'g':
314                                    g_fullscreen = False;
315                                  if (!strcmp(optarg, "workarea"))                                  if (!strcmp(optarg, "workarea"))
316                                  {                                  {
317                                          width = height = 0;                                          g_width = g_height = 0;
318                                          break;                                          break;
319                                  }                                  }
320    
321                                  width = strtol(optarg, &p, 10);                                  g_width = strtol(optarg, &p, 10);
322                                    if (g_width <= 0)
323                                    {
324                                            error("invalid geometry\n");
325                                            return 1;
326                                    }
327    
328                                  if (*p == 'x')                                  if (*p == 'x')
329                                          height = strtol(p + 1, NULL, 10);                                          g_height = strtol(p + 1, NULL, 10);
330    
331                                  if ((width == 0) || (height == 0))                                  if (g_height <= 0)
332                                  {                                  {
333                                          error("invalid geometry\n");                                          error("invalid geometry\n");
334                                          return 1;                                          return 1;
335                                  }                                  }
336    
337                                    if (*p == '%')
338                                            g_width = -g_width;
339    
340                                  break;                                  break;
341    
342                          case 'f':                          case 'f':
343                                  fullscreen = True;                                  g_fullscreen = True;
344                                  break;                                  break;
345    
346                          case 'b':                          case 'b':
347                                  orders = False;                                  g_orders = False;
348                                  break;                                  break;
349    
350                          case 'e':                          case 'e':
351                                  encryption = False;                                  g_encryption = False;
352                                  break;                                  break;
353                          case 'E':                          case 'E':
354                                  packet_encryption = False;                                  packet_encryption = False;
355                                  break;                                  break;
356                          case 'm':                          case 'm':
357                                  sendmotion = False;                                  g_sendmotion = False;
358                                  break;                                  break;
359    
360                          case 'C':                          case 'C':
361                                  owncolmap = True;                                  g_owncolmap = True;
362                                    break;
363    
364                            case 'D':
365                                    g_hide_decorations = True;
366                                  break;                                  break;
367    
368                          case 'K':                          case 'K':
369                                  grab_keyboard = False;                                  g_grab_keyboard = False;
370                                    break;
371    
372                            case 'S':
373                                    if (!strcmp(optarg, "standard"))
374                                    {
375                                            g_win_button_size = 18;
376                                            break;
377                                    }
378    
379                                    g_win_button_size = strtol(optarg, &p, 10);
380    
381                                    if (*p)
382                                    {
383                                            error("invalid button size\n");
384                                            return 1;
385                                    }
386    
387                                  break;                                  break;
388    
389                          case 'T':                          case 'T':
390                                  STRNCPY(title, optarg, sizeof(title));                                  STRNCPY(g_title, optarg, sizeof(g_title));
391                                  break;                                  break;
392    
393                          case 'D':                          case 'N':
394                                  hide_decorations = True;                                  g_numlock_sync = True;
395                                  break;                                  break;
396    
397                          case 'a':                          case 'a':
398                                  server_bpp = strtol(optarg, NULL, 10);                                  g_server_bpp = strtol(optarg, NULL, 10);
399                                  if (server_bpp != 8 && server_bpp != 16 && server_bpp != 15                                  if (g_server_bpp != 8 && g_server_bpp != 16 && g_server_bpp != 15
400                                      && server_bpp != 24)                                      && g_server_bpp != 24)
401                                  {                                  {
402                                          error("invalid server bpp\n");                                          error("invalid server bpp\n");
403                                          return 1;                                          return 1;
404                                  }                                  }
405                                  break;                                  break;
406    
407                            case 'r':
408    
409                                    if (strncmp("sound", optarg, 5) == 0)
410                                    {
411    #ifdef WITH_RDPSND
412                                            g_rdpsnd = True;
413    #else
414                                            warning("Not compiled with sound support");
415    #endif
416                                    }
417                                    else if (strncmp("disk", optarg, 4) == 0)
418                                    {
419                                            /* -r disk:h:=/mnt/floppy */
420                                            disk_enum_devices(&g_num_devices, optarg + 4);
421                                    }
422                                    else if (strncmp("comport", optarg, 7) == 0)
423                                    {
424                                            serial_enum_devices(&g_num_devices, optarg + 7);
425                                    }
426                                    else if (strncmp("lptport", optarg, 7) == 0)
427                                    {
428                                            parallel_enum_devices(&g_num_devices, optarg + 7);
429                                    }
430                                    else if (strncmp("printer", optarg, 7) == 0)
431                                    {
432                                            printer_enum_devices(&g_num_devices, optarg + 7);
433                                    }
434                                    else
435                                    {
436                                            warning("Unknown -r argument\n\n\tPossible arguments are: comport, disk, lptport, printer, sound\n");
437                                    }
438                                    break;
439    
440                            case '0':
441                                    g_console_session = True;
442                                    break;
443    
444                            case '4':
445                                    g_use_rdp5 = False;
446                                    break;
447    
448                          case '5':                          case '5':
449                                  use_rdp5 = True;                                  g_use_rdp5 = True;
450                                  break;                                  break;
451    
452                          case 'h':                          case 'h':
453                          case '?':                          case '?':
454                          default:                          default:
# Line 325  main(int argc, char *argv[]) Line 464  main(int argc, char *argv[])
464          }          }
465    
466          STRNCPY(server, argv[optind], sizeof(server));          STRNCPY(server, argv[optind], sizeof(server));
467          p = strchr(server, ':');          parse_server_and_port(server);
         if (p != NULL)  
         {  
                 tcp_port_rdp = strtol(p + 1, NULL, 10);  
                 *p = 0;  
         }  
468    
469          if (!username_option)          if (!username_option)
470          {          {
# Line 341  main(int argc, char *argv[]) Line 475  main(int argc, char *argv[])
475                          return 1;                          return 1;
476                  }                  }
477    
478                  STRNCPY(username, pw->pw_name, sizeof(username));                  STRNCPY(g_username, pw->pw_name, sizeof(g_username));
479          }          }
480    
481          if (hostname[0] == 0)          if (hostname[0] == 0)
# Line 362  main(int argc, char *argv[]) Line 496  main(int argc, char *argv[])
496          if (prompt_password && read_password(password, sizeof(password)))          if (prompt_password && read_password(password, sizeof(password)))
497                  flags |= RDP_LOGON_AUTO;                  flags |= RDP_LOGON_AUTO;
498    
499          if (title[0] == 0)          if (g_title[0] == 0)
500          {          {
501                  strcpy(title, "rdesktop - ");                  strcpy(g_title, "rdesktop - ");
502                  strncat(title, server, sizeof(title) - sizeof("rdesktop - "));                  strncat(g_title, server, sizeof(g_title) - sizeof("rdesktop - "));
503          }          }
504    
505  #ifdef RDP2VNC  #ifdef RDP2VNC
# Line 376  main(int argc, char *argv[]) Line 510  main(int argc, char *argv[])
510          if (!ui_init())          if (!ui_init())
511                  return 1;                  return 1;
512    
513          ipc_init();             // Must be run after ui_init, we need X to be setup.  #ifdef WITH_RDPSND
514            if (g_rdpsnd)
515          if (use_rdp5)                  rdpsnd_init();
516                  cliprdr_init(); // FIXME: Should perhaps be integrated into the channel management code?  #endif
517            rdpdr_init();
518    
519          if (!rdp_connect(server, flags, domain, password, shell, directory))          if (!rdp_connect(server, flags, domain, password, shell, directory))
520                  return 1;                  return 1;
521    
522          /* By setting encryption to False here, we have an encrypted login          /* By setting encryption to False here, we have an encrypted login
523             packet but unencrypted transfer of other packets */             packet but unencrypted transfer of other packets */
524          if (!packet_encryption)          if (!packet_encryption)
525                  encryption = False;                  g_encryption = False;
526    
527    
528          DEBUG(("Connection successful.\n"));          DEBUG(("Connection successful.\n"));
# Line 403  main(int argc, char *argv[]) Line 538  main(int argc, char *argv[])
538          rdp_disconnect();          rdp_disconnect();
539          ui_deinit();          ui_deinit();
540    
541          if (True == rdp_retval)          if (True == rdp_retval)
542                  return 0;                  return 0;
543          else          else
544                  return 2;                  return 2;
# Line 569  unimpl(char *format, ...) Line 704  unimpl(char *format, ...)
704    
705  /* produce a hex dump */  /* produce a hex dump */
706  void  void
707  hexdump(unsigned char *p, int len)  hexdump(unsigned char *p, unsigned int len)
708  {  {
709          unsigned char *line = p;          unsigned char *line = p;
710          int i, thisline, offset = 0;          int i, thisline, offset = 0;
# Line 596  hexdump(unsigned char *p, int len) Line 731  hexdump(unsigned char *p, int len)
731          }          }
732  }  }
733    
734    /*
735      input: src is the string we look in for needle
736      return value: returns next src pointer, for
737            succesive executions, like in a while loop
738            if retval is 0, then there are no more args.
739      pitfalls:
740            src is modified. 0x00 chars are inserted to
741            terminate strings.
742            return val, points on the next val chr after ins
743            0x00
744    
745            example usage:
746            while( (pos = next_arg( optarg, ',')) ){
747                    printf("%s\n",optarg);
748                    optarg=pos;
749            }
750    
751    */
752    char *
753    next_arg(char *src, char needle)
754    {
755            char *nextval;
756            char *p;
757            char *mvp = 0;
758    
759            /* EOS */
760            if (*src == (char) 0x00)
761                    return 0;
762    
763            p = src;
764            /*  skip escaped needles */
765            while ((nextval = strchr(p, needle)))
766            {
767                    mvp = nextval - 1;
768                    /* found backslashed needle */
769                    if (*mvp == '\\' && (mvp > src))
770                    {
771                            /* move string one to the left */
772                            while (*(mvp + 1) != (char) 0x00)
773                            {
774                                    *mvp = *(mvp + 1);
775                                    *mvp++;
776                            }
777                            *mvp = (char) 0x00;
778                            p = nextval;
779                    }
780                    else
781                    {
782                            p = nextval + 1;
783                            break;
784                    }
785    
786            }
787    
788            /* more args available */
789            if (nextval)
790            {
791                    *nextval = (char) 0x00;
792                    return ++nextval;
793            }
794    
795            /* no more args after this, jump to EOS */
796            nextval = src + strlen(src);
797            return nextval;
798    }
799    
800    
801    void
802    toupper_str(char *p)
803    {
804            while (*p)
805            {
806                    if ((*p >= 'a') && (*p <= 'z'))
807                            *p = toupper((int) *p);
808                    p++;
809            }
810    }
811    
812    
813    /* not all clibs got ltoa */
814    #define LTOA_BUFSIZE (sizeof(long) * 8 + 1)
815    
816    char *
817    ltoa(long N, int base)
818    {
819            static char ret[LTOA_BUFSIZE];
820    
821            register int i = 2;
822            long uarg;
823            char *tail, *head = ret, buf[LTOA_BUFSIZE];
824    
825            if (36 < base || 2 > base)
826                    base = 10;
827    
828            tail = &buf[LTOA_BUFSIZE - 1];
829            *tail-- = '\0';
830    
831            if (10 == base && N < 0L)
832            {
833                    *head++ = '-';
834                    uarg = -N;
835            }
836            else
837                    uarg = N;
838    
839            if (uarg)
840            {
841                    for (i = 1; uarg; ++i)
842                    {
843                            register ldiv_t r;
844    
845                            r = ldiv(uarg, base);
846                            *tail-- = (char) (r.rem + ((9L < r.rem) ? ('A' - 10L) : '0'));
847                            uarg = r.quot;
848                    }
849            }
850            else
851                    *tail-- = '0';
852    
853            memcpy(head, ++tail, i);
854            return ret;
855    }
856    
857    
858  int  int
859  load_licence(unsigned char **data)  load_licence(unsigned char **data)

Legend:
Removed from v.427  
changed lines
  Added in v.582

  ViewVC Help
Powered by ViewVC 1.1.26