summaryrefslogtreecommitdiffstats
path: root/ipaserver/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Run ipaserver under mod_wsgiJason Gerard DeRose2010-03-011-206/+0
|
* Consolidate to single WSGI entry pointJason Gerard DeRose2010-03-011-0/+4
|
* ipa-server-install now renders UI assetsJason Gerard DeRose2009-11-041-4/+5
|
* Add mod_python adapter and some UI tuningJason Gerard DeRose2009-10-271-17/+165
|
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-211-0/+1
| | | | | | | | | | | | We want to only allow a machine to request a certificate for itself, not for other machines. I've added a new taksgroup which will allow this. The requesting IP is resolved and compared to the subject of the CSR to determine if they are the same host. The same is done with the service principal. Subject alt names are not queried yet. This does not yet grant machines actual permission to request certificates yet, that is still limited to the taskgroup request_certs.
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-031-3/+27
|
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-031-0/+28
|
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-041-0/+22
tests/test_ipaserver