Differences From:
File
src/main.c
part of check-in
[e621b6dbe3]
- Use POST instead of GET for the /xfer method. Other bug fixes in the
URL parser.
by
drh on
2007-07-30 14:28:17.
[view]
To:
File
src/main.c
part of check-in
[9c952d247e]
- Separate "nobody" and "anonymous" logins.
by
drh on
2007-07-31 22:59:31.
[view]
@@ -75,9 +75,8 @@
char *urlPasswd; /* Password for http: */
char *urlCanonical; /* Canonical representation of the URL */
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) */
int userUid; /* Integer user id */
/* Information used to populate the RCVFROM table */