Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins related to "http-auth"
|
2014-03-13
| ||
| 12:23 | Add support for HTTP Basic Authentication to clone and sync. check-in: 5d536c51b6 user: drh tags: trunk | |
|
2014-03-11
| ||
| 05:05 | Merge in latest load average enhancement (very nice), and other cleanup. Closed-Leaf check-in: 75406df207 user: andybradford tags: http-auth | |
|
2014-03-10
| ||
| 21:42 | Update the custom MinGW makefile. check-in: fd223e5ec7 user: mistachkin tags: trunk | |
|
2014-03-06
| ||
| 14:54 | Bring up-to-date with latest features/fixes from trunk. check-in: d6259b7582 user: andybradford tags: http-auth | |
| 09:42 | Cherrypick [http://www.sqlite.org/src/info/170e058520|170e058520]: Better support for MinGW 4.x. Together with minor fossil build adaptations such that a MinGW 4.x build reports the right mingw version. Remark: Building fossil with MinGW 4.x still doesn't produce a working fossil.exe, unless you patch MinGW's <dirent.h> slightly. See: [18cff45a4e] and [https://sourceforge.net/p/mingw/bugs/2106/]. This MinGW 4.x bug is already open for almost 5 months now. check-in: e68f528bfa user: jan.nijtmans tags: trunk | |
|
2014-02-27
| ||
| 15:40 | Merge in latest fixes/development from trunk. check-in: 1fb468edf7 user: andybradford tags: http-auth | |
| 15:12 | Improvements to the handling of USE_SYSTEM_SQLITE in shell.c. check-in: a526d71968 user: drh tags: trunk | |
|
2014-02-14
| ||
| 07:16 | Merge in updates from trunk. check-in: 99744084fb user: andybradford tags: http-auth | |
|
2014-02-13
| ||
| 15:17 | Take over "Fixes to the editline support" and "Updates to the command-line shell" from SQLite trunk, keeping the two in sync better. Except for the addition of the ".save" command in "fossil sqlite3", it has no effect. check-in: e327614047 user: jan.nijtmans tags: trunk | |
|
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-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
| ||
| 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
| ||
| 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 | |
| 05:58 | Bring in latest from trunk. check-in: da070fafe2 user: andybradford tags: http-auth | |
| 05:40 | This does not need to be globally scoped. check-in: 6315fd8a3d user: andybradford tags: http-auth | |
| 05:02 | Detect authorization looping and exit fatally when limit exceeded. check-in: 08d487ed73 user: andybradford tags: http-auth | |
| 04:43 | Automatically detect HTTP 401 status and resend with Authorization. check-in: fcaa8ea99a user: andybradford tags: http-auth | |
|
2014-01-30
| ||
| 03:37 | Honor the command line option also for remote-url. check-in: 72014480dc user: andybradford tags: http-auth | |
|
2014-01-29
| ||
| 20:43 | Typo fix. check-in: 167b24c744 user: stephan tags: trunk | |
| 06:45 | Make HTTP authorization a command line option. Choice will be stored in database until another URL change happens. This could potentially break those who currently rely on the special # character in the password. check-in: e747041a72 user: andybradford tags: http-auth | |
|
2014-01-28
| ||
| 14:06 | Require "Read" permission (capability "u") in order to access the /reports page. Fix for ticket [a757c4fca19d] check-in: f48c84afd1 user: drh tags: trunk | |