Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

24 check-ins tagged with "http-auth"

2014-03-11
05:05
Merge in latest load average enhancement (very nice), and other cleanup. ... (Closed-Leaf check-in: 75406df2 user: andybradford tags: http-auth)
2014-03-06
14:54
Bring up-to-date with latest features/fixes from trunk. ... (check-in: d6259b75 user: andybradford tags: http-auth)
2014-02-27
15:40
Merge in latest fixes/development from trunk. ... (check-in: 1fb468ed user: andybradford tags: http-auth)
2014-02-14
07:16
Merge in updates from trunk. ... (check-in: 99744084 user: andybradford tags: http-auth)
2014-02-11
03:58
Only prompt to use Fossil username/password for Basic Authorization if they are available. ... (check-in: 9223f022 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: 3f8ddc28 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: cf471cbb 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: 9493a9c7 user: andybradford tags: http-auth)
2014-02-04
01:53
Display the name of the server requesting HTTP Authorization to clarify interaction. ... (check-in: d581ef00 user: andybradford tags: http-auth)
2014-02-03
08:27
Use function that will prompt twice for sanity check. ... (check-in: 6289a97e user: andybradford tags: http-auth)
07:59
Musn't forget about autosync commands that also need the Basic Authorization. ... (check-in: 06bff8c6 user: andybradford tags: http-auth)
07:12
The stored name of the local option has changed. ... (check-in: bd383006 user: andybradford tags: http-auth)
07:09
Remove redundant code. ... (check-in: 3afd0289 user: andybradford tags: http-auth)
07:07
Correct altered comment. Sneaky vi and J joining lines without my knowledge! ... (check-in: e38bfdae 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: c6155497 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: 456a1edd 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: 2600f59f 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: 906cfae4 user: andybradford tags: http-auth)
05:58
Bring in latest from trunk. ... (check-in: da070faf user: andybradford tags: http-auth)
05:40
This does not need to be globally scoped. ... (check-in: 6315fd8a user: andybradford tags: http-auth)
05:02
Detect authorization looping and exit fatally when limit exceeded. ... (check-in: 08d487ed user: andybradford tags: http-auth)
04:43
Automatically detect HTTP 401 status and resend with Authorization. ... (check-in: fcaa8ea9 user: andybradford tags: http-auth)
2014-01-30
03:37
Honor the command line option also for remote-url. ... (check-in: 72014480 user: andybradford tags: http-auth)
2014-01-29
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: e747041a user: andybradford tags: http-auth)