aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* deal with multiple WWW-Authenticate headersWagner Bruna2023-04-291-7/+8
| | | | | | A server supporting both Negotiate and Basic authentication methods could send both headers at once, but the get() method returns only the last one.
* Remove *.egg-info/ directoryMatěj Cepl2023-04-291-0/+1
|
* Incorporate allow_client_apps_to_configure_loggers.patchMatěj Cepl2023-04-292-39/+3
|
* Incorporate dont-panick-if-we-succeed.patchMatěj Cepl2023-04-293-120/+11
|
* Add RH patchesMatěj Cepl2023-04-295-0/+192
|
* Add contact information.Matěj Cepl2023-04-291-1/+7
|
* Fix .gitignoreMatěj Cepl2023-04-291-7/+0
|
* Modification for Python 2.4 compatibilityTomas Mlcoch2023-04-291-5/+5
|
* Added tag 0.1.6 for changeset 734ba83d2164Unknown2023-04-291-0/+1
|
* actually set the result variableUnknown2023-04-291-4/+4
|
* take out port from host before asking for service ticketUnknown2023-04-291-3/+7
|
* fix bugs in Michael's patchUnknown2023-04-291-31/+36
|
* add rearchitect patch from Michael Garvin <gar@bridgedanalytics.com>Unknown2023-04-291-37/+69
| | | | Thanks!
* Added tag 0.1.5 for changeset 8098bf41a69dUnknown2023-04-291-0/+1
|
* fail kerberos auth after one attemptUnknown2023-04-291-3/+12
| | | | | clean up context and reference gracefully handle GSSError
* Added tag 0.1.4 for changeset b86e243aa5b2Unknown2023-04-291-0/+1
|
* Added tag 0.1.3 for changeset 189323a5ec63Unknown2023-04-291-0/+1
|
* move hgvers.py from py_modules to MANIFEST.inUnknown2023-04-291-1/+1
|
* Added tag 0.1.2 for changeset e9ae36d89b47Unknown2023-04-291-0/+1
|
* correct license classifierUnknown2023-04-291-1/+1
|
* Added tag 0.1.1 for changeset 2f6ea6838be4Unknown2023-04-291-0/+1
|
* correct license info in setup.pyUnknown2023-04-291-1/+1
|
* Added tag 0.1.0 for changeset 26365ae135f6Unknown2023-04-291-0/+1
|
* change license to Apache License 2.0Unknown2023-04-293-688/+26
|
* switch to hgversionUnknown2023-04-294-35/+3
|
* flesh out setup call. install now worksUnknown2023-04-291-1/+27
|
* hg shows modification after setting keyword expansion for version.py'sUnknown2023-04-291-4/+4
| | | | new location
* add ignore fileUnknown2023-04-291-0/+4
|
* put version detection files into new version_detect packageUnknown2023-04-293-4/+5
|
* get version.py & hg_keywords.py workingUnknown2023-04-292-2/+6
|
* fix typo: "$node" should be "$node$"Unknown2023-04-291-1/+1
|
* moving version detection into version.py and hg_keywords.pyUnknown2023-04-293-4/+27
|
* initial incomplete setup.py. committing in order to test keyword expansionUnknown2023-04-291-43/+5
|
* rename http_kerberos_auth_handler.py to urllib2_kerberos.pyUnknown2023-04-292-240/+40
|
* add COPYING file with full GPL licenseUnknown2023-04-292-2/+679
|
* rename HTTPNegotiateAuthHandler class to HTTPKerberosAuthHandler classUnknown2023-04-291-6/+6
|
* rename http_negotiate_auth_handler.py to http_kerberos_auth_handler.pyUnknown2023-04-291-0/+0
|
* initial revision. it works!Unknown2023-04-291-0/+139
|
* Merge pull request #1 from mcepl/PEP8masteratupal2014-07-282-13/+36
|\ | | | | Pep8
| * Don’t panick in case we succeed.Matěj Cepl2013-12-092-1/+17
| |
| * Make urllib2_kerberos module PEP8-compatible.Matěj Cepl2013-12-091-12/+19
|/
* Merge branch 'master' of github.com:atupal/urllib2_kerberosatupal2013-08-121-0/+2
|\
| * Update README.mdatupal2013-08-121-0/+2
| |
* | nice~, it works when fix the domain as hadoopatupal2013-08-121-0/+192
|/
* init mergeratupal2013-08-122-0/+40
|\
| * Initial commitatupal2013-08-112-0/+37
|
* initatupal2013-08-126-0/+491