summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient/ntpconf.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
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-4/+4
|
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-5/+5
| | | | | We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.
* Implement client uninstallSimo Sorce2008-03-311-6/+28
| | | | (including RHEL4 contrib setup script)
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* NTP configuration for client and server.Karl MacMillan2007-11-011-0/+89
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.