summaryrefslogtreecommitdiffstats
path: root/setup.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
* This patch removes the existing UI functionality, as a prep for adding the ↵Adam Young2010-07-291-1/+0
| | | | Javascript based ui.
* Add ipa man page.Pavel Zuna2010-04-071-0/+45
|
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-6/+1
|
* Get merged tree into an installalble state.Rob Crittenden2009-02-031-0/+1
| | | | | | | | I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration.
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-031-2/+3
|
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-031-1/+1
|
* Renamed all references to 'ipa_webui' to 'ipawebui'Jason Gerard DeRose2009-01-041-4/+4
|
* Renamed all references to 'ipa_server' to 'ipaserver'Jason Gerard DeRose2009-01-041-2/+2
|
* Fixed setup.py and MANIFEST.in so that templates/*.kid and static/ in ↵Jason Gerard DeRose2008-10-221-1/+4
| | | | ipa_webui are included
* Added MANIFEST.in; setup.py now includes kid templates in package_dataJason Gerard DeRose2008-10-221-2/+6
|
* Added a very basic setup.py using distutilsJason Gerard DeRose2008-10-211-0/+39