summaryrefslogtreecommitdiff
path: root/openid/server/trustroot.py
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive redirect when verifying consumerVlastimil Zíma2019-10-081-1/+1
* Fix new flake8 warningsVlastimil Zíma2018-11-141-5/+4
* Fix #21 - Update log message levelsVlastimil Zíma2018-06-291-3/+3
* Use six for URL utilitiesVlastimil Zíma2018-05-111-2/+1
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-15/+19
* Clean trustroot moduleVlastimil Zíma2018-04-301-26/+4
* Use common decorators as suchVlastimil Zíma2018-02-021-6/+3
* Pepify and add flake8Vlastimil Zíma2017-11-291-8/+17
* Update loggingVlastimil Zíma2017-11-291-3/+5
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-4/+0
* Clean imports by isortVlastimil Zíma2017-11-221-4/+4
* Fix missing port on building discovery URL for realm with wildcardVlastimil Zíma2017-11-221-1/+5
* Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-111-3/+3
* [project @ Use reprs in TrustRoot repr string]tailor2008-07-071-1/+1
* [project @ Require at least one character in authority segment of trustroot]tailor2008-07-071-1/+1
* [project @ TrustRoot.checkSanity: handle trust roots that do not parse gracef...Kevin Turner2008-06-251-1/+5
* [project @ server.trustroot._top_level_domains: updated]Kevin Turner2008-06-251-14/+32
* [project @ openid.server.trustroot._parseURL: fail to parse trust roots with ...tailor2008-06-111-1/+1
* [project @ Update trust root parsing to reject more invalid inputs]tailor2008-03-241-0/+12
* [project @ server.trustroot.TrustRoot.parse: don't return None if other types...Kevin Turner2008-02-141-3/+0
* [project @ this is 2.1.0, not 2.0.2]Kevin Turner2007-11-151-5/+5
* [project @ server: add @since tags and other epydoc cleanup]Kevin Turner2007-11-141-4/+12
* [project @ Allow explicit specification of default ports when matching realms]Josh Hoyt2007-10-181-0/+5
* [project @ server.trustroot: add test-case-name]Kevin Turner2007-09-111-0/+1
* [project @ whitespace]http://j3h.us/2007-09-051-1/+1
* [project @ Fix the extraction of return_to URLs for relying party verification]http://j3h.us/2007-09-051-19/+4
* [project @ server.trustroot.verifyReturnTo: verifyReturnTo needed a return_to]Kevin Turner2007-09-051-12/+35
* [project @ Spec draft 12 compliance: use www in place of * for realm verifica...http://j3h.us/2007-08-291-13/+10
* [project @ Completed realm verification]Josh Hoyt2007-06-061-0/+114
* [project @ Added relying party discovery URL building to trustroot]Josh Hoyt2007-05-311-0/+26
* [project @ Add eu to trustroot TLD list]tailor2007-04-091-1/+1
* [project @ Add Python <2.4 URL parsing compatibility for URLs with no path]Josh Hoyt2007-03-151-0/+4
* [project @ Fixed bug for matching trust_roots with no path against return_to ...Josh Hoyt2007-03-131-3/+3
* [project @ Add URI fragment test case for trust root]tailor2006-12-201-0/+4
* [project @ More non-wildcard TRs are sane now.]tailor2006-08-081-13/+6
* [project @ Fix trustroot bug for 2-letter tlds]tailor2006-08-071-2/+6
* [project @ BUGFIX: Added a couple of trust root domain name special cases]Josh Hoyt2006-05-161-19/+29
* [project @ Fix #972 trust root bug logging into mylid.net with myopenid.com]Josh Hoyt2006-04-201-16/+26
* [project @ M-x whitespace-cleanup]Josh Hoyt2006-02-201-1/+1
* [project @ Added more trust root tests and accompanying fixes]Josh Hoyt2006-01-301-3/+22
* [project @ Fix for case and trailing-slash sensitivity of trust root code]Josh Hoyt2006-01-261-0/+4
* [project @ Comments and formatting]Josh Hoyt2005-12-231-4/+2
* [project @ Fix comment typo]tailor2005-11-281-1/+1
* [project @ Fixup trustroot.py to present better epydoc output]tailor2005-11-281-8/+63
* [project @ fix bad call to TrustRoot.parse]tailor2005-11-221-1/+1
* [project @ Whoa. Everything works. I think.]tailor2005-10-281-0/+163