summaryrefslogtreecommitdiffstats
path: root/install/tools
Commit message (Expand)AuthorAgeFilesLines
* Check early if a CA is already installed locallySimo Sorce2015-10-271-0/+3
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-272-5/+7
* handle cleaning of RUV in the topology pluginLudwig Krispenz2015-10-261-6/+1
* ipa-replica-manage: fix undefined variableMartin Basti2015-10-231-1/+1
* Fix hyphen-used-as-minus-sign warning (found by lintian)Benjamin Drung2015-10-223-5/+5
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-221-2/+3
* Allow ipa-ca-install to use the new promotion codeSimo Sorce2015-10-221-39/+93
* Rename option --dirsrv-config-mods to --dirsrv-config-fileMartin Basti2015-10-192-2/+2
* Add option to specify LDIF file that contains DS configuration changesMartin Basti2015-10-152-1/+6
* Allow ipa-replica-conncheck to use default credsSimo Sorce2015-10-151-38/+67
* Implement replica promotion functionalitySimo Sorce2015-10-151-0/+1
* comment: Add Documentation string to deduplicate functionDavid Kupka2015-10-131-0/+3
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-2/+3
* dnssec option missing in ipa-dns-install man pageGabe2015-09-253-0/+18
* Rewrap errors in get_principal to CCacheErrorMichael Simacek2015-09-221-1/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Handle timeout error in ipa-httpd-kdcproxyChristian Heimes2015-09-101-1/+2
* load RA backend plugins during standalone CA install on CA-less IPA masterMartin Babinsky2015-09-091-1/+3
* Decode script arguments using file system encodingJan Cholasta2015-09-071-1/+1
* Use the print functionPetr Viktorin2015-09-019-315/+336
* Use Python3-compatible dict method namesPetr Viktorin2015-09-012-4/+3
* Remove use of sys.exc_valuePetr Viktorin2015-09-012-4/+4
* ipactl: Do not start/stop/restart single service multiple timesDavid Kupka2015-08-261-1/+16
* Port from python-krbV to python-gssapiMichael Simacek2015-08-263-16/+12
* winsync-migrate: Expand the man pageTomas Babej2015-08-171-1/+26
* Modernize 'except' clausesPetr Viktorin2015-08-128-94/+94
* adtrust-install: Correctly determine 4.2 FreeIPA serversTomas Babej2015-08-111-1/+1
* Allow value 'no' for replica-certify-all attr in abort-clean-ruv subcommandMartin Basti2015-07-172-2/+2
* ipa-adtrust-install: allow configuring of trust agentsAlexander Bokovoy2015-07-082-1/+95
* Fix regression: ipa-dns-install will add CA records if requiredMartin Basti2015-07-081-1/+1
* Improve error handling in ipa-httpd-kdcproxyChristian Heimes2015-07-071-20/+55
* DNSSEC: Detect attempt to install & disable master at the same time.Petr Spacek2015-07-071-0/+4
* DNSSEC: update messageMartin Basti2015-07-071-0/+1
* DNSSEC: allow to disable/replace DNSSEC key masterMartin Basti2015-07-071-0/+12
* ipa-replica-manage del: add timeout to segment removal checkPetr Vobornik2015-07-031-2/+10
* ipa-replica-manage del: relax segment deletement check if topology is disconn...Petr Vobornik2015-07-031-4/+34
* man: Add manpage for ipa-winsync-migrateTomas Babej2015-07-022-0/+28
* winsync-migrate: Include the tool parts in Makefile and friendsTomas Babej2015-07-021-0/+1
* winsync-migrate: Move the tool under ipaserver.install packageTomas Babej2015-07-021-1/+1
* winsync-migrate: Rename to tool to achive consistency with other toolsTomas Babej2015-07-021-2/+2
* winsync-migrate: Add initial plumbingTomas Babej2015-07-021-0/+23
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-012-2/+2
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+0
* topology: check topology in ipa-replica-manage delPetr Vobornik2015-06-291-6/+42
* Provide Kerberos over HTTP (MS-KKDCP)Christian Heimes2015-06-242-0/+185
* ipa-replica-manage: adjust del to work with managed topologyPetr Vobornik2015-06-151-63/+166
* ipa-replica-manage: Do not allow topology altering commands from DL 1Petr Vobornik2015-06-151-16/+37
* install: Migrate ipa-replica-install to the install frameworkJan Cholasta2015-06-101-140/+11
* install: Migrate ipa-server-install to the install frameworkJan Cholasta2015-06-081-361/+10