Diff
Not logged in

Differences From:

File src/main.c part of check-in [66f4caa379] - Improvements to the WWW interface. by drh on 2007-07-23 19:52:51. [view]

To:

File src/main.c part of check-in [3dcaed8d86] - When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. by dan on 2007-07-28 07:09:25. [view]

@@ -71,8 +71,10 @@
   char *urlName;          /* Hostname for http: or filename for file: */
   int urlPort;            /* TCP port number for http: */
   char *urlPath;          /* Pathname for http: */
   char *urlCanonical;     /* Canonical representation of the URL */
+  char *urlUsername;      /* Username specified as part of the URI */
+  char *urlPassword;      /* Password specified as part of the URI */
 
   const char *zLogin;     /* Login name.  "" if not logged in. */
   int isAnon;             /* True if logged in anoymously */
   int noPswd;             /* Logged in without password (on 127.0.0.1) */