0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix possible unicode problems (hope I did this right). More... almost 19 years ago
Fix typo in AUTHORS More... almost 19 years ago
Fix move str() and encode() out of add. More... almost 19 years ago
Remove leftover debugging statement. More... almost 19 years ago
Add a few str() and encode() More... almost 19 years ago
* ChangeLog: Update to final ChangeLog for the release. More... almost 19 years ago
* fedora/__init__.py, setup.py: Update to version 0.2.90.19. * python-fedora.spec: Fixes from the Fedora review process. More... almost 19 years ago
Make fasLDAP.py handle None values properly, move encode('utf8') into modify. More... almost 19 years ago
* README: Bump version (really, this commit is to try and stop trac from spewing false commit notices.) More... almost 19 years ago
* ChangeLog: Update ChangeLog after final changes. More... almost 19 years ago
* fedora/__init__.py, python-fedora.spec, setup.py: Bump to new release. More... almost 19 years ago
* fedora/accounts/fas.py: Add control-center-maint to the list of bugzilla email exceptions. More... almost 19 years ago
* ChangeLog: Final after testing. More... almost 19 years ago
* fedora/accounts/fas.py: Fix silly error calling function instead of subscripting an array. More... almost 19 years ago
* ChangeLog: Sync up with last mintue changes. More... almost 19 years ago
* python-fedora.spec: Fix some minor file path problems with the spec. More... almost 19 years ago
* ChangeLog: Add a changelog. More... almost 19 years ago
* MANIFEST.in: Add ChangeLog * README, fedora/__init__.py, python-fedora.spec, setup.py: Version 0.2.90.17. More... almost 19 years ago
* fedora/accounts/fas.py: Simplify conversion to utf-8 of all person and group information. More... almost 19 years ago
Add fedoraGroupRequires, fix empty value issues with LDAP, and catch more LDAP exceptions. More... almost 19 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... almost 19 years ago
* setup.py: Update to 0.2.90.14. More... almost 19 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... almost 19 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... almost 19 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... almost 19 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... almost 19 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... almost 19 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... almost 19 years ago
* fedora/tg/client.py: Fix handling of other arguments to send_request(). More... almost 19 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... almost 19 years ago