Differences From:
File
src/main.c
part of check-in
[7ba10f1a6a]
- When the "http" command is run as root, automatically set up a chroot
jail and drop root privileges prior to reading any input.
by
drh on
2009-08-31 00:48:44.
[view]
To:
File
src/main.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/main.c
part of check-in
[9e274a2e7b]
- Update the proxy handler so that it supports basic authorization.
by
drh on
2009-09-12 21:53:24.
[view]
@@ -99,8 +99,9 @@
char *urlPath; /* Pathname for http: */
char *urlUser; /* User id for http: */
char *urlPasswd; /* Password for http: */
char *urlCanonical; /* Canonical representation of the URL */
+ char *urlProxyAuth; /* Proxy-Authorizer: string */
const char *zLogin; /* Login name. "" if not logged in. */
int noPswd; /* Logged in without password (on 127.0.0.1) */
int userUid; /* Integer user id */