summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
...
* Add ipa-custodia serviceSimo Sorce2015-10-156-3/+80
* ipa-adtrust-install: Print complete SRV recordsPetr Spacek2015-10-141-3/+4
* Remove bind configuration detected questionGabe2015-10-132-11/+0
* Alias long to int under Python 3Petr Viktorin2015-10-132-0/+2
* upgrade: make sure ldap2 is connected in export_kra_agent_pemJan Cholasta2015-10-121-0/+7
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-081-1/+21
* install: always export KRA agent PEM fileJan Cholasta2015-10-083-7/+8
* install: fix KRA agent PEM file permissionsJan Cholasta2015-10-083-9/+44
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-071-1/+7
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-079-13/+18
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-073-16/+15
* httpinstance: Replace a hardcoded path to password.conf with HTTPD_PASSWORD_CONFTimo Aaltonen2015-10-051-1/+1
* paths: Add GENERATE_RNDC_KEY.Timo Aaltonen2015-10-051-1/+1
* ipa-server-install: mark master_password Knob as deprecatedMartin Babinsky2015-10-011-0/+1
* install: fix ipa-server-install fail on missing --forwarderJan Cholasta2015-10-013-4/+13
* install: fix invocation of KRAInstance.create_instance()Jan Cholasta2015-10-011-1/+1
* Replace StandardError with ExceptionRobert Kuska2015-09-301-4/+4
* Replica inst. fix: do not require -r, -a, -p options in unattended modeMartin Basti2015-09-292-7/+6
* winsync-migrate: Properly handle collisions in the names of external groupsTomas Babej2015-09-231-3/+14
* winsync-migrate: Convert entity names to posix friendly stringsTomas Babej2015-09-231-3/+12
* install: fix kdcproxy user home directoryJan Cholasta2015-09-231-1/+3
* install: create kdcproxy user during server installJan Cholasta2015-09-223-1/+18
* Rewrap errors in get_principal to CCacheErrorMichael Simacek2015-09-221-1/+1
* ipa-backup: Add mechanism to store empty directory structureTomas Babej2015-09-221-3/+47
* 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