/[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 474 by matthewc, Tue Sep 30 09:11:08 2003 UTC revision 479 by astrand, Mon Oct 6 09:37:24 2003 UTC
# Line 40  Line 40 
40  #include "crypto/md5.h"  #include "crypto/md5.h"
41  #endif  #endif
42    
43  char g_title[32] = "";  char g_title[64] = "";
44  char g_username[16];  char g_username[64];
45  char hostname[16];  char hostname[16];
46  char keymapname[16];  char keymapname[16];
47  int keylayout = 0x409;          /* Defaults to US keyboard layout */  int keylayout = 0x409;          /* Defaults to US keyboard layout */
# Line 197  main(int argc, char *argv[]) Line 197  main(int argc, char *argv[])
197          char server[64];          char server[64];
198          char fullhostname[64];          char fullhostname[64];
199          char domain[16];          char domain[16];
200          char password[16];          char password[64];
201          char shell[128];          char shell[128];
202          char directory[32];          char directory[32];
203          BOOL prompt_password, rdp_retval = False;          BOOL prompt_password, rdp_retval = False;

Legend:
Removed from v.474  
changed lines
  Added in v.479

  ViewVC Help
Powered by ViewVC 1.1.26