| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) | Petr Viktorin | 2016-01-27 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | Make ipaclient a Python library like ipapython, ipalib, etc. Use setup.py instead of autotools for installing it. Move C client tools, Python scripts, and man pages, to client/. Remove old, empty or outdated, boilerplate files (NEWS, README, AUTHORS). Remove /setup-client.py (ipalib/setup.py should be used instead). Update Makefiles and the spec file accordingly. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Jan Cholasta <jcholast@redhat.com> | ||||
| * | Add client certificate update tool ipa-certupdate. | Jan Cholasta | 2014-07-30 | 1 | -0/+1 |
| | | | | | | | | Part of https://fedorahosted.org/freeipa/ticket/3259 Part of https://fedorahosted.org/freeipa/ticket/3520 Reviewed-By: Rob Crittenden <rcritten@redhat.com> | ||||
| * | Fix issues reported by rpmlint. | Rob Crittenden | 2008-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - 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 | ||||
| * | Move dnsclient into ipa-python so that I will be able to use it in ipaconfig | Simo Sorce | 2007-12-10 | 1 | -1/+0 |
| | | |||||
| * | NTP configuration for client and server. | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | | | | | | | | | Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened. | ||||
| * | Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu> | Karl MacMillan | 2007-10-17 | 1 | -0/+16 |
