summaryrefslogtreecommitdiffstats
path: root/ipa-radius-admintools
Commit message (Collapse)AuthorAgeFilesLines
* Second half of the redoing how the version is managed.Rob Crittenden2008-05-071-1/+1
|
* Redo the way versioning works in freeIPA.Rob Crittenden2008-05-051-53/+0
| | | | | | | | | | | | | | | | | The file VERSION is now the sole-source of versioning. The generated .spec files will been removed in the maintainer-clean targets and have been removed from the repository. By default a GIT build is done. To do a non-GIT build do: $ make TARGET IPA_VERSION_IS_GIT_SNAPSHOT=no When updating the version you can run this to regenerate the version: $ make version-update The version can be determined in Python by using ipaserver.version.VERSION
* Become version 1.0.0release-1-0-0Rob Crittenden2008-04-162-1/+7
|
* Become freeipa-0.99.0Rob Crittenden2008-02-212-3/+9
|
* Marked with wrong license. IPA is GPLv2.Rob Crittenden2008-01-312-6/+12
|
* Use consistent naming for tools.Rob Crittenden2008-01-253-2/+2
| | | | Resolves 430243
* Fix issues reported by rpmlint.Rob Crittenden2008-01-182-4/+10
| | | | | | | | | | | | | | - Removing shebangs (#!) from a bunch of python libraries - Don't use a variable name in init scripts for the lock file - Keep the init script name consistent with the binary name, so renamed ipa-kpasswd.init to ipa_kpasswd.init - Add status option to the init scripts - Move most python scripts out of /usr/share/ipa and into the python site-packages directories (ipaserver and ipaclient) - Remove unnecessary sys.path.append("/usr/share/ipa") - Fix the license string in the spec files - Rename ipa-webgui to ipa_webgui everywhere - Fix a couple of issues reported by pychecker in ipa-python
* Remove ipa-keytab-util from configure.ac.Karl MacMillan2007-12-211-0/+0
|
* Update versions for release.Karl MacMillan2007-12-212-1/+7
|
* Create ipa-radius-admintoolsKarl MacMillan2007-12-1811-0/+1395