/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.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/rdp.c

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

revision 10 by matty, Tue Aug 15 10:23:24 2000 UTC revision 21 by matty, Mon Oct 16 08:44:48 2000 UTC
# Line 627  void rdp_main_loop() Line 627  void rdp_main_loop()
627  }  }
628    
629  /* Establish a connection up to the RDP layer */  /* Establish a connection up to the RDP layer */
630  BOOL rdp_connect(char *server)  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password,
631                            char *command, char *directory)
632  {  {
633          if (!sec_connect(server))          if (!sec_connect(server))
634                  return False;                  return False;
635    
636          rdp_send_logon_info(0x33, "", username, "", "", "");          rdp_send_logon_info(flags, domain, username, password,
637                                    command, directory);
638          return True;          return True;
639  }  }
640    

Legend:
Removed from v.10  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26