Differences From Artifact [21860054ee]:
- File src/http.c — part of check-in [9223f0226c] at 2014-02-11 03:58:28 on branch http-auth — Only prompt to use Fossil username/password for Basic Authorization if they are available. (user: andybradford size: 12822) [more...]
To Artifact [e30d1c45c6]:
- File src/http.c — part of check-in [d6bd38fa5c] at 2014-03-16 09:06:50 on branch trunk — Added missing int return. Reported on ML. (user: stephan size: 12824) [more...]
| ︙ | |||
145 146 147 148 149 150 151 | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | - + |
/*
** Prompt to save HTTP Basic Authorization information
*/
static int save_httpauth_prompt(void){
Blob x;
char c;
|
| ︙ |