summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* install: Add common base class for server and replica installJan Cholasta2015-09-223-564/+525
* Simplify the install_replica_ca functionSimo Sorce2015-09-221-10/+5
* Remove unused argumentsSimo Sorce2015-09-224-15/+9
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-221-2/+2
* Server Upgrade: addifnew should not create entryMartin Basti2015-09-211-2/+2
* Limit max age of replication changelogMartin Basti2015-09-211-0/+1
* install: support KRA updateJan Cholasta2015-09-171-1/+6
* Use byte literals where appropriateJan Cholasta2015-09-172-7/+7
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1714-0/+62
* winsync: Add inetUser objectclass to the passsync sysaccountTomas Babej2015-09-161-1/+1
* Server Install: print message that client is being installedMartin Basti2015-09-112-0/+2
* IPA Restore: allows to specify files that should be removedMartin Basti2015-09-111-0/+28
* Server Upgrade: backup CS.cfg when dogtag is turned offMartin Basti2015-09-111-1/+4
* Using LDAPI to setup CA and KRA agents.Endi S. Dewata2015-09-072-90/+72
* Use six.with_metaclass to specify metaclassesJan Cholasta2015-09-071-3/+2
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-041-18/+15
* DNSSEC: remove ccache and keytab of ipa-ods-exporterMartin Basti2015-09-031-0/+7
* DNSSEC: backup and restore opendnssec zone list fileMartin Basti2015-09-031-1/+5
* Installer: do not modify /etc/hosts before user agreementMartin Basti2015-09-034-18/+53
* Server Upgrade: fix traceback caused by cidictMartin Basti2015-09-031-1/+1
* Backup: back up the hosts fileMartin Basti2015-09-021-0/+1
* DNSSEC: remove "DNSSEC is experimental" warningsMartin Basti2015-09-021-2/+0
* Modernize use of range()Petr Viktorin2015-09-014-7/+8
* Use new-style raise syntaxPetr Viktorin2015-09-011-5/+5
* Use the print functionPetr Viktorin2015-09-0119-304/+340
* Replace uses of map()Petr Viktorin2015-09-011-2/+2
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-012-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-017-10/+11
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+2
* install: Fix SASL mappings not added in ipa-server-installJan Cholasta2015-08-271-0/+1
* cert renewal: Include KRA users in Dogtag LDAP updateJan Cholasta2015-08-271-4/+9
* Insure the admin_conn is disconnected on stopSimo Sorce2015-08-271-0/+7
* Move sasl mappings creation to dsinstanceSimo Sorce2015-08-272-48/+51
* Remove custom utility function from krbinstanceSimo Sorce2015-08-271-21/+3
* Removed clear text passwords from KRA install log.Endi S. Dewata2015-08-261-8/+8
* Port from python-krbV to python-gssapiMichael Simacek2015-08-2610-81/+62
* Backup/resore authentication control configurationDavid Kupka2015-08-192-0/+8
* Server Upgrade: Start DS before CA is started.Martin Basti2015-08-191-2/+12
* install: Fix replica install with custom certificatesJan Cholasta2015-08-181-8/+9
* ipa-restore: check whether DS is running before attempting connectionMartin Babinsky2015-08-181-0/+7
* ipa-backup: archive DNSSEC zone file and kasp.dbMartin Babinsky2015-08-171-0/+2
* fix typo in BasePathNamespace member pointing to ods exporter configMartin Babinsky2015-08-172-2/+2
* winsync-migrate: Add warning about passsyncTomas Babej2015-08-171-0/+8
* dbus: Create empty dbus.Array with specified signatureDavid Kupka2015-08-141-1/+2
* Use absolute importsPetr Viktorin2015-08-129-24/+21
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-122-14/+14
* Modernize 'except' clausesPetr Viktorin2015-08-1236-232/+232
* install: Fix server and replica install optionsJan Cholasta2015-08-122-74/+17
* Fix default CA ACL added during upgradeFraser Tweedale2015-08-111-1/+1
* Fix upgrade of sidgen and extdom pluginsMartin Basti2015-08-102-6/+31