0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix possible unicode problems (hope I did this right). More... over 18 years ago
Fix typo in AUTHORS More... over 18 years ago
Fix move str() and encode() out of add. More... over 18 years ago
Remove leftover debugging statement. More... over 18 years ago
Add a few str() and encode() More... over 18 years ago
* ChangeLog: Update to final ChangeLog for the release. More... over 18 years ago
* fedora/__init__.py, setup.py: Update to version 0.2.90.19. * python-fedora.spec: Fixes from the Fedora review process. More... over 18 years ago
Make fasLDAP.py handle None values properly, move encode('utf8') into modify. More... over 18 years ago
* README: Bump version (really, this commit is to try and stop trac from spewing false commit notices.) More... over 18 years ago
* ChangeLog: Update ChangeLog after final changes. More... over 18 years ago
* fedora/__init__.py, python-fedora.spec, setup.py: Bump to new release. More... over 18 years ago
* fedora/accounts/fas.py: Add control-center-maint to the list of bugzilla email exceptions. More... over 18 years ago
* ChangeLog: Final after testing. More... over 18 years ago
* fedora/accounts/fas.py: Fix silly error calling function instead of subscripting an array. More... over 18 years ago
* ChangeLog: Sync up with last mintue changes. More... over 18 years ago
* python-fedora.spec: Fix some minor file path problems with the spec. More... over 18 years ago
* ChangeLog: Add a changelog. More... over 18 years ago
* MANIFEST.in: Add ChangeLog * README, fedora/__init__.py, python-fedora.spec, setup.py: Version 0.2.90.17. More... over 18 years ago
* fedora/accounts/fas.py: Simplify conversion to utf-8 of all person and group information. More... over 18 years ago
Add fedoraGroupRequires, fix empty value issues with LDAP, and catch more LDAP exceptions. More... over 18 years ago
* fedora/accounts/fasLDAP.py: Server(): Bugfix calling ldapServer instead of self.ldapConn. * python-fedora.spec, setup.py: Bump to 0.2.90.16. More... over 18 years ago
* setup.py: Update to 0.2.90.14. More... over 18 years ago
* AUTHORS: Add Ricky Zhou for his work on fasLDAP. * README: Add the config for the fas2 visit table. * python-fedora.spec: Update the changelog. * fassession.sql, fassession2.sql, fedora/accounts/fas.py, fedora/accounts/fasLDAP.py, fedora/accounts/tgfas.py, fedora/accounts/tgfas2.py, fedora/tg/client.py, fedora/tg/identity/sabzprovider.py, fedora/tg/identity/safas2provider.py, fedora/tg/identity/safasprovider.py, fedora/tg/identity/sobzprovider.py, fedora/tg/visit/safasvisit.py: Update the License information to standard Red Hat boilerplate for GPLv2 only. More... over 18 years ago
* fedora/accounts/fas.py: Fix error message to reference database by its key. * fedora/tg/client.py: Update to save sessionCookies according to username in case someone uses more than one username from the same unix account. * fedora/tg/identity/safas2provider.py, fedora/tg/identity/safasprovider.py: - Fix importing fas2 AuthError. - Fix long standing issue losing auth by flushing and clearing the visit_identity mapper before retrieving information about the user. - Fix issue with identity not being reset when changing users due to a traceback from the db. * python-fedora.spec: Update the install command. More... over 18 years ago
* fedora/accounts/fasLDAP.py: Cleanups and restructuring. - Move all imports to the top of the file. - All new-style classes. - Add short docstrings for most methods. - Change all instances of filter into ldapFilter as filter is a builtin. - Server class: Now defaults to opening an admin connection to the ldap server. + Contains all the LDAP related functions which were formerly loose in the file. - Group class: Has a class level __server connection to the ldap server and __base string for getting group information from the class. + Add fedoraGroupDesc from mmcgrath's tree. + __json__(): Method to translate the data structure to json. + newGroup(): classmethod to create a new group. - Groups class: __server class variable to connect to the ldap server. + Make __userName an instance variable and note that it's probably not something we want to use. + Groups::byGroupName(): Surroung getting the users in a try: block. Might want to make this more fine grained in the future. - Person class: Make __filter and instance variable. + Person::__getattr__(): Note that getattr has a performance penalty and is easy to get wrong. * remove a recursive call to __getattr__(). + Person::auth(): Change to only throw an AuthError if no password is given. Are we sure this works? More... over 18 years ago
* fedora/tg/identity/sopwith-fas-identity.py: Remove as we've never used this for real, just as an example to build ur own identity provider. * Add GPLv2+ statements to all the other source files. More... over 18 years ago
* AUTHORS, COPYING: Licensed under GPLv2+ by lmacken, mmcgrath, and myself. * MANIFEST.in: Add COPYING and AUTHORS * fedora/tg/identity/safas2provider.py: Fix the create_provider routine here like it was fixed in safasprovider.py. * python-fedora.spec, setup.py: Bump to version 0.2.90.14. More... over 18 years ago
* fedora/tg/client.py: BaseClient::_authenticate(): Take a force argument to force a new session. + Fix the login request with another '/'. + Reraise a HTTPError when it isn't 'Forbidden'. - BaseClient::send_request(): If our request is sent back because it needs to login, force a reauthentication. More... over 18 years ago
* fedora/tg/client.py: Fix handling of other arguments to send_request(). More... over 18 years ago
* fedora/tg/identity/safasprovider.py: Fix SqlAlchemyIdentityProvider:: create_provider_model() to only create visit_identity as the information in the other classes is saved directly in FAS. * python-fedora.spec: Update the changelog. More... over 18 years ago