summaryrefslogtreecommitdiffstats
path: root/ipa-radius-admintools
Commit message (Collapse)AuthorAgeFilesLines
* Rework config.py and change cli tools. Maintain order of IPA servers from ↵Martin Nagy2008-09-118-32/+48
| | | | command line, config and DNS. Parse options before detecting IPA configuration. Don't ignore rest of the options if one is missing in ipa.conf. Drop the --usage options, we will rely on --help. Fixes: 458869, 459070, 458980, 459234
* Fix versioning for configure.ac and ipa-python/setup.pySimo Sorce2008-08-112-3/+6
| | | | | | | | | | Fix make maintainer-clean Also make RPM naming consistent by using a temp RELEASE file. This one helps when testing builds using rpms. Just 'echo X > RELEASE' to build a new rpms (X, X+1, X+2 ...) Version 1.1.0 was released some times ago, bump up to 1.1.1
* 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