Differences From Artifact [613e166a39]:
- File src/user.c — part of check-in [6d6740dcca] at 2013-02-21 03:51:10 on branch trunk — Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. (user: drh size: 13479)
To Artifact [303ae9b16c]:
- File src/user.c — part of check-in [1a2e1ea0fe] at 2013-02-21 11:45:37 on branch trunk — more unused variables (user: jan.nijtmans size: 13464) [more...]
| ︙ | |||
312 313 314 315 316 317 318 | 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | - - |
** (6) Try the USERNAME environment variable.
**
** (7) Check if the user can be extracted from the remote URL.
**
** The user name is stored in g.zLogin. The uid is in g.userUid.
*/
void user_select(void){
|
| ︙ |