summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-01main: Fix "~" not being expanded when reading `session_dir' settingmasterYang Zhao
2010-03-11config: Fix returning bad config file path when defined in environYang Zhao
2009-12-01config: Allow only one default config file path; add env var handlingYang Zhao
2009-11-30cli: Create directory for config file storage if it doesn't existYang Zhao
2009-11-16cgi: Fix broken identity string in invalid ID log messageYang Zhao
2009-11-06Make sure all calsses are new-style classesYang Zhao
2009-10-29cgi: Use HMAC-SHA512 for cookie hash generationYang Zhao
2009-10-14config: Fix unsaved options never being unsetYang Zhao
2009-10-13config: Eliminate ConfigManager.session_dirYang Zhao
2009-10-13config: Use a genericized interface for user-configurable optionsYang Zhao
2009-10-13cli: Remove --endpoint optionYang Zhao
2009-10-10ui: Use relative sizes for text instead of ptYang Zhao
2009-10-07cgi: Properly handle non-CheckIDRequest casesYang Zhao
2009-10-01Fix typos in example config fileYang Zhao
2009-10-01ui: Add mockup for authenticated sessionYang Zhao
2009-10-01Version 0.1 releasev0.1Yang Zhao
2009-10-01Add script for making distribution tarballsYang Zhao
2009-10-01Add READMEYang Zhao
2009-10-01Add example configuration fileYang Zhao
2009-10-01Rename session.timeout to security.session_timeYang Zhao
2009-10-01cgi: Authenticate checkid_setup without prompt if configured toYang Zhao
2009-09-30cgi: Fix not checking for realm profile when identifier_select is usedYang Zhao
2009-09-30cgi: Fix not outputting identity select menu when authenticatedYang Zhao
2009-09-30ui: Add "Remember approval" checkbox to mockupYang Zhao
2009-09-30cgi: Add support for remembering immediate mode permissionsYang Zhao
2009-09-25config: Add realm profile supportYang Zhao
2009-09-25cgi: Fix not asking for input in checkid_setup mode with valid sessionYang Zhao
2009-09-25Use `#!/usr/bin/env python' instead of `#!/usr/bin/python'Yang Zhao
2009-09-25ui: Use constant to set default styelsheet locationYang Zhao
2009-09-25ui: Change title to "poit OpenID Server"Yang Zhao
2009-09-24cgi: Some cleanupsYang Zhao
2009-09-24ui: Add more content to informational pageYang Zhao
2009-09-24cgi: Stylistic improvement to cookie checking codeYang Zhao
2009-09-24cgi: Always extend session when authenticated to info pageYang Zhao
2009-09-24cgi: Add authentication without request and session expirationYang Zhao
2009-09-24cgi: Do not store Session object in CGIResponseYang Zhao
2009-09-24cgi: CGIResponse redesignYang Zhao
2009-09-23cgi: Make log messages more consistent and conciseYang Zhao
2009-09-23cgi: Breakup form HTML into smaller chunksYang Zhao
2009-09-23cgi: Combine handling of no-session interactive modeYang Zhao
2009-09-22cgi: Plug leaky session cookie abstractionYang Zhao
2009-09-21cgi: Output debug mode redirect URL separate from logYang Zhao
2009-09-21cgi: Escape HTML in debug logYang Zhao
2009-09-21cgi: Remove logging of raw POST dataYang Zhao
2009-09-21cgi: Refactor CheckIDRequest flow for clarityYang Zhao
2009-09-21ui: Add UI mockupsYang Zhao
2009-09-21Misc clean upYang Zhao
2009-09-21cgi: Fix identifier_select in immediate mode breakageYang Zhao
2009-09-21cgi: Simplify CGIResponse.output()Yang Zhao
2009-09-21ui: Display "Incorrect Passphrase" error when it is the caseYang Zhao