Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
30 check-ins using file src/http_ssl.c version 913e196b9e
|
2014-02-11
| ||
| 03:58 | Only prompt to use Fossil username/password for Basic Authorization if they are available. ... (check-in: 9223f0226c user: andybradford tags: http-auth) | |
|
2014-02-07
| ||
| 06:20 | Only skip the login card if the REMOTE_USER authentication setting is enabled. ... (check-in: 3f8ddc28c6 user: andybradford tags: http-auth) | |
|
2014-02-06
| ||
| 13:38 | Fix a comment, and remove some unnecessary end-of-line spaces. ... (check-in: c54c2b0d4a user: jan.nijtmans tags: trunk) | |
| 08:49 | Use sqlite3_prepare_v2 in stead of sqlite3_prepare everywhere. ... (check-in: ca6cb44c74 user: jan.nijtmans tags: trunk) | |
|
2014-02-05
| ||
| 08:57 | Use the canonical URL as the key for storing the authorization. Reset the authorization information on a redirect. ... (check-in: cf471cbb3f user: andybradford tags: http-auth) | |
| 06:35 | Simplify code and no longer rely on MAX_REDIRECTS because 20 password prompts are too many. ... (check-in: 9493a9c763 user: andybradford tags: http-auth) | |
|
2014-02-04
| ||
| 20:52 | Give window a chance to finish handling <Destroy> event. ... (check-in: d7b0617cb5 user: jan.nijtmans tags: trunk) | |
| 20:40 | Improve some comments and whitespace. ... (check-in: be267722ce user: mistachkin tags: trunk) | |
| 20:32 | Fix a couple corner cases for the TH1 expr command. ... (check-in: e4e2b2e40e user: mistachkin tags: trunk) | |
| 20:30 | Cleanup use of Tcl integration for launching the Tk diff viewer internally. ... (check-in: fe9990adc7 user: mistachkin tags: trunk) | |
| 20:14 | Potential fix for ticket [d752140c7a]. The reconstruct op appears to have been importing raw directory entries into the blob table. ... (check-in: 8e110293ed user: stephan tags: trunk) | |
| 09:34 | Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. ... (check-in: 252aff3e62 user: jan.nijtmans tags: trunk) | |
| 01:53 | Display the name of the server requesting HTTP Authorization to clarify interaction. ... (check-in: d581ef0057 user: andybradford tags: http-auth) | |
|
2014-02-03
| ||
| 12:39 | Make sure that the close-button of tk's "diff" window ends the main-loop in all circumstances. Remove unnecessary space. ... (check-in: c275d8ddbb user: jan.nijtmans tags: trunk) | |
| 08:27 | Use function that will prompt twice for sanity check. ... (check-in: 6289a97e40 user: andybradford tags: http-auth) | |
| 07:59 | Musn't forget about autosync commands that also need the Basic Authorization. ... (check-in: 06bff8c629 user: andybradford tags: http-auth) | |
| 07:12 | The stored name of the local option has changed. ... (check-in: bd3830061b user: andybradford tags: http-auth) | |
| 07:09 | Remove redundant code. ... (check-in: 3afd0289f3 user: andybradford tags: http-auth) | |
| 07:07 | Correct altered comment. Sneaky vi and J joining lines without my knowledge! ... (check-in: e38bfdae85 user: andybradford tags: http-auth) | |
| 07:03 | Don't send Basic Authorization except after prompting user. This is done by detecting 401 Authorization Required. It also allows the HTTP Authorization credentials to be different from the Fossil user which means the integrity of the Fossil password can be maintained if so desired. ... (check-in: c61554976d user: andybradford tags: http-auth) | |
|
2014-02-02
| ||
| 01:49 | Remove the HTTP Authorization setting if the URL is changed with remote-url. ... (check-in: 456a1edd70 user: andybradford tags: http-auth) | |
|
2014-02-01
| ||
| 23:39 | Handle --once preference and prevent sending HTTP Authorization when the URL is named on the command line. ... (check-in: 2600f59f2d user: andybradford tags: http-auth) | |
| 22:06 | Only automatically provide Authorization if the URL is HTTPS. User can express preference to use Authorization over unencrypted HTTP via the --httpauth command line option. ... (check-in: 906cfae444 user: andybradford tags: http-auth) | |
| 19:24 | Remove malplaced period from the middle of a sentence. ... (check-in: 4c8a3fb2b7 user: andybradford tags: trunk) | |
| 05:58 | Bring in latest from trunk. ... (check-in: da070fafe2 user: andybradford tags: http-auth) | |
|
2014-01-29
| ||
| 22:51 | (experimental) Allow not only --utc or --localtime to be specified, but any timezone (minutes from UTC = -999...999) ... (Closed-Leaf check-in: c3e3ceb9b6 user: jan.nijtmans tags: tz-minutes) | |
| 20:43 | Typo fix. ... (check-in: 167b24c744 user: stephan tags: trunk) | |
| 15:16 | Added is-a-leaf and leaf status to info [/help/info] and friends, per ML request. ... (check-in: 0b5670dce6 user: stephan tags: trunk) | |
| 13:35 | When on a Fossil web-page without being logged-in, pressing "Login" and doing a successful login will bring you back to the same web-page again. ... (check-in: d5d7e640d0 user: jan.nijtmans tags: trunk) | |
| 10:21 | fix comment ... (check-in: ca0a58fac5 user: jan.nijtmans tags: trunk) | |