Merge lp://staging/~malept/loggerhead/standalone-auth into lp://staging/loggerhead
Proposed by
Mark Lee
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~malept/loggerhead/standalone-auth |
Merge into: | lp://staging/loggerhead |
Diff against target: |
240 lines (+189/-0) 4 files modified
NEWS (+3/-0) loggerhead/config.py (+11/-0) loggerhead/htpasswd.py (+139/-0) loggerhead/main.py (+36/-0) |
To merge this branch: | bzr merge lp://staging/~malept/loggerhead/standalone-auth |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Krisztian Eyssen (community) | Approve | ||
Max Kanat-Alexander (community) | Needs Fixing | ||
Michael Hudson-Doyle | Approve | ||
Review via email: mp+18828@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 407. By Mark Lee
-
Move import statements to the top of the file.
- 406. By Mark Lee
-
Replace single-character variable names; add comments.
- 405. By Mark Lee
-
NEWS: add bug number.
- 404. By Mark Lee
-
Typo/PEP8 fixes.
- 403. By Mark Lee
-
Split out the authentication realm option into its own command-line flag.
- 402. By Mark Lee
-
Add support for HTTP digest authentication in standalone mode.
- 401. By Mark Lee
-
Add support for HTTP basic authentication in standalone mode.
Please see bug 518724 for description/ rationale.