Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins related to "url-password-fixes"
2013-11-12
| ||
02:41 | Merge in fixes for the password embedded in the URL, save password prompting, and new clone --once option. check-in: ff159bfdd7 user: andybradford tags: trunk | |
2013-11-10
| ||
06:04 | Merge in latest from trunk. Closed-Leaf check-in: 69a19a7d75 user: andybradford tags: url-password-fixes | |
06:01 | On Win32 isatty/fileno have been deprecated in favor of _isatty/_fileno. check-in: 594bbaea70 user: andybradford tags: url-password-fixes | |
2013-11-09
| ||
02:38 | Prefer use of fossil_strcmp that handles NULL better. check-in: e97665e056 user: andybradford tags: url-password-fixes | |
2013-11-08
| ||
15:46 | Fix temporary directory separator handling for Cygwin. For testing purposes. (Change taken over from SQLite's "cygDirSep" branch) check-in: 7bba46776c user: jan.nijtmans tags: trunk | |
07:50 | Remove side effect produced when calling with no flags. This permits removal of work around in sync.c. check-in: 912ca19510 user: andybradford tags: url-password-fixes | |
06:01 | Clean up handling of passwords for SSH. Further separate prompting for password from saving of password. check-in: ad34c07c45 user: andybradford tags: url-password-fixes | |
2013-11-05
| ||
09:37 | Add --once option to "fossil clone" check-in: c0cdb632ed user: jan.nijtmans tags: url-password-fixes | |
02:08 | Make it so password prompts during commit are also honored. check-in: 1854e090fd user: andybradford tags: url-password-fixes | |
2013-11-04
| ||
15:12 | Preserve any URL flags that get added when parsing the original URL. check-in: 23e51b9d9b user: andybradford tags: url-password-fixes | |
2013-11-02
| ||
17:26 | Restore URL flags because user_select() causes them to be altered. This allows the save password prompt to appear when required. check-in: 817d795f96 user: andybradford tags: url-password-fixes | |
16:06 | Continue prompting for as many times as the failed login check will allow. check-in: 87d258107c user: andybradford tags: url-password-fixes | |
11:16 | Don't crash if last-sync-pw was never set yet. check-in: a282923061 user: jan.nijtmans tags: url-password-fixes | |
10:57 | Only prompt for password save if the to-be-saved password is different from the already saved password check-in: a5404e30cb user: jan.nijtmans tags: url-password-fixes | |
06:19 | Only prompt to save the password if there is a tty. check-in: 34b2f0675b user: andybradford tags: url-password-fixes | |
06:17 | It appears that calls to url_parse(0,x) are used to establish who the user is using user_select(). In this case we should not overwrite a password that has been provided prior to calling user_select() with one from the database. check-in: a01c714c3a user: andybradford tags: url-password-fixes | |
2013-11-01
| ||
08:11 | Avoid clobbering the last-sync-pw when doing sync --once. check-in: 8bdc3ccd2b user: andybradford tags: url-password-fixes | |
05:14 | Prompt to remember password when password is embedded in URL. Also improve password failure prompting during clone/sync operations. check-in: 1ccbb651c5 user: andybradford tags: url-password-fixes | |
2013-10-31
| ||
06:03 | Allow read access to fx_* tables in report_query_authorizer(). check-in: dda5b18b0d user: joel tags: trunk | |