index
:
poit
master
A simple, single-user OpenID authentication server implementation in Python
Yang Zhao
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
2011-01-01
main: Fix "~" not being expanded when reading `session_dir' setting
master
Yang Zhao
2010-03-11
config: Fix returning bad config file path when defined in environ
Yang Zhao
2009-12-01
config: Allow only one default config file path; add env var handling
Yang Zhao
2009-11-30
cli: Create directory for config file storage if it doesn't exist
Yang Zhao
2009-11-16
cgi: Fix broken identity string in invalid ID log message
Yang Zhao
2009-11-06
Make sure all calsses are new-style classes
Yang Zhao
2009-10-29
cgi: Use HMAC-SHA512 for cookie hash generation
Yang Zhao
2009-10-14
config: Fix unsaved options never being unset
Yang Zhao
2009-10-13
config: Eliminate ConfigManager.session_dir
Yang Zhao
2009-10-13
config: Use a genericized interface for user-configurable options
Yang Zhao
2009-10-13
cli: Remove --endpoint option
Yang Zhao
2009-10-10
ui: Use relative sizes for text instead of pt
Yang Zhao
2009-10-07
cgi: Properly handle non-CheckIDRequest cases
Yang Zhao
2009-10-01
Fix typos in example config file
Yang Zhao
2009-10-01
ui: Add mockup for authenticated session
Yang Zhao
2009-10-01
Version 0.1 release
v0.1
Yang Zhao
2009-10-01
Add script for making distribution tarballs
Yang Zhao
2009-10-01
Add README
Yang Zhao
2009-10-01
Add example configuration file
Yang Zhao
2009-10-01
Rename session.timeout to security.session_time
Yang Zhao
2009-10-01
cgi: Authenticate checkid_setup without prompt if configured to
Yang Zhao
2009-09-30
cgi: Fix not checking for realm profile when identifier_select is used
Yang Zhao
2009-09-30
cgi: Fix not outputting identity select menu when authenticated
Yang Zhao
2009-09-30
ui: Add "Remember approval" checkbox to mockup
Yang Zhao
2009-09-30
cgi: Add support for remembering immediate mode permissions
Yang Zhao
2009-09-25
config: Add realm profile support
Yang Zhao
2009-09-25
cgi: Fix not asking for input in checkid_setup mode with valid session
Yang Zhao
2009-09-25
Use `#!/usr/bin/env python' instead of `#!/usr/bin/python'
Yang Zhao
2009-09-25
ui: Use constant to set default styelsheet location
Yang Zhao
2009-09-25
ui: Change title to "poit OpenID Server"
Yang Zhao
2009-09-24
cgi: Some cleanups
Yang Zhao
2009-09-24
ui: Add more content to informational page
Yang Zhao
2009-09-24
cgi: Stylistic improvement to cookie checking code
Yang Zhao
2009-09-24
cgi: Always extend session when authenticated to info page
Yang Zhao
2009-09-24
cgi: Add authentication without request and session expiration
Yang Zhao
2009-09-24
cgi: Do not store Session object in CGIResponse
Yang Zhao
2009-09-24
cgi: CGIResponse redesign
Yang Zhao
2009-09-23
cgi: Make log messages more consistent and concise
Yang Zhao
2009-09-23
cgi: Breakup form HTML into smaller chunks
Yang Zhao
2009-09-23
cgi: Combine handling of no-session interactive mode
Yang Zhao
2009-09-22
cgi: Plug leaky session cookie abstraction
Yang Zhao
2009-09-21
cgi: Output debug mode redirect URL separate from log
Yang Zhao
2009-09-21
cgi: Escape HTML in debug log
Yang Zhao
2009-09-21
cgi: Remove logging of raw POST data
Yang Zhao
2009-09-21
cgi: Refactor CheckIDRequest flow for clarity
Yang Zhao
2009-09-21
ui: Add UI mockups
Yang Zhao
2009-09-21
Misc clean up
Yang Zhao
2009-09-21
cgi: Fix identifier_select in immediate mode breakage
Yang Zhao
2009-09-21
cgi: Simplify CGIResponse.output()
Yang Zhao
2009-09-21
ui: Display "Incorrect Passphrase" error when it is the case
Yang Zhao
[next]