summaryrefslogtreecommitdiffstats
path: root/mod_auth_mellon.c
Commit message (Collapse)AuthorAgeFilesLines
* Replay POST requets after been sent to the IdPmanu@netbsd.org2009-11-091-2/+1
| | | | git-svn-id: https://modmellon.googlecode.com/svn/trunk@67 a716ebb1-153a-0410-b759-cfb97c6a1b53
* Fix mutex leak on NetBSD: APR takes care of destroying mutex and sharedmanu@netbsd.org2009-05-121-40/+0
| | | | | | | | | | memory stored in pools. By doing it in a cleanup hook, we do it twice. NetBSD's libpthread detects that and kills apache, preventing subsequent mutexes cleanups. Removing the cleanup hook fixes the leak. git-svn-id: https://modmellon.googlecode.com/svn/trunk@45 a716ebb1-153a-0410-b759-cfb97c6a1b53
* - Support for multiple IdPmanu@netbsd.org2009-05-121-0/+1
| | | | | | | | | - IdP discovery service - add a dimple built-in IdP discovery mechanism: send HTTP GET on ProviderID URL. If we get HTTP 200, the IdP is selected git-svn-id: https://modmellon.googlecode.com/svn/trunk@44 a716ebb1-153a-0410-b759-cfb97c6a1b53
* Add support for auto-generating SP metadata.olavmrk2009-05-061-0/+1
| | | | | | Thanks to Emmanuel Dreyfus for this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@43 a716ebb1-153a-0410-b759-cfb97c6a1b53
* Set permissions on global mutex after creation.olavmrk2008-10-201-0/+17
| | | | git-svn-id: https://modmellon.googlecode.com/svn/trunk@27 a716ebb1-153a-0410-b759-cfb97c6a1b53
* Initial import of version 0.0.6olavmrk2007-09-241-0/+234
git-svn-id: https://modmellon.googlecode.com/svn/trunk@3 a716ebb1-153a-0410-b759-cfb97c6a1b53