summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* rpc: always read responseFraser Tweedale2018-11-071-2/+9
* Fix misleading errors during client install rollbackRob Crittenden2018-10-261-1/+4
* Py3: Replace six.moves importsChristian Heimes2018-10-054-13/+7
* Py3: Replace six.integer_types with intChristian Heimes2018-09-274-17/+15
* Py3: Replace six.string_types with strChristian Heimes2018-09-277-20/+18
* Py3: Remove subclassing from objectChristian Heimes2018-09-2712-21/+22
* Sprinkle raw strings across the code baseChristian Heimes2018-09-272-3/+3
* Workaround for pyasn1 0.4Christian Heimes2018-09-271-5/+12
* Remove replica_file knob from ipalib/install/service.pyThomas Woerner2018-09-121-7/+0
* Mark replica_file option as deprecatedThomas Woerner2018-08-131-0/+1
* Increase MIN_DOMAIN_LEVEL to DOMAIN_LEVEL_1Thomas Woerner2018-08-131-1/+1
* Fix Pylint 2.0 violationsArmando Neto2018-07-142-1/+3
* Add pylint ignore to magic config.Env attributesChristian Heimes2018-07-131-9/+15
* Fix ipa console filenameChristian Heimes2018-07-121-3/+9
* Add tab completion and history to ipa consoleChristian Heimes2018-07-121-2/+47
* Fix pylint 2.0 conditional-related violationsArmando Neto2018-07-122-3/+3
* Fix pylint 2.0 return-related violationsArmando Neto2018-07-112-2/+1
* Auto-retry failed certmonger requestsChristian Heimes2018-07-091-14/+50
* Cleanup shebang and executable bitChristian Heimes2018-07-052-1/+0
* Import ABCs from collections.abcChristian Heimes2018-07-051-1/+8
* Prevent the creation on users and groups with numeric characters onlyArmando Neto2018-06-271-1/+3
* Ensure that public cert and CA bundle are readableChristian Heimes2018-06-271-1/+3
* Use common replication wait timeout of 5minChristian Heimes2018-06-221-0/+2
* Add support for format method to translation objectsStanislav Levin2018-06-211-0/+70
* Handle subyptes in ACIsRob Crittenden2018-06-201-1/+2
* server install: drop some print statements, change log levelRob Crittenden2018-06-201-3/+3
* Sort and shuffle SRV record by priority and weightChristian Heimes2018-06-192-20/+12
* pylint3: workaround false positives reported for W1662Alexander Bokovoy2018-05-171-1/+1
* mod_ssl: add SSLVerifyDepth for external CA installsStanislav Laznicka2018-05-101-0/+3
* Load certificate files as binary dataChristian Heimes2018-04-302-9/+28
* Add absolute_import future importsStanislav Laznicka2018-04-203-1/+5
* Fix upgrading of FreeIPA HTTPDStanislav Laznicka2018-03-261-1/+0
* Encrypt httpd key stored on diskStanislav Laznicka2018-03-232-2/+9
* ipa host-add: do not raise exception when reverse record not addedFlorence Blanc-Renaud2018-02-231-0/+11
* Don't return None on mismatched interactive passwordsRob Crittenden2018-02-231-1/+0
* x509: Fix docstring of write_certificate()Stanislav Laznicka2018-02-211-2/+1
* x509: Remove unused argument of load_certificate_from_file()Stanislav Laznicka2018-02-211-1/+1
* httpinstance: handle supplied PKCS#12 files in installationStanislav Laznicka2018-02-211-3/+56
* Remove main function from the certmonger libraryRob Crittenden2018-02-211-8/+0
* Use system-wide crypto-policies on FedoraChristian Heimes2018-02-202-7/+6
* Fix FileStore.backup_file() not to backup same fileStanislav Laznicka2018-02-191-6/+8
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* Fix multiple uninstallation of serverChristian Heimes2018-02-151-0/+10
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-153-4/+46
* Improve warning message for malformed certificatesFraser Tweedale2018-02-061-1/+1
* Fixing translation problemsAleksei Slaikovskii2018-01-311-1/+3
* Documenting kinit_lifetime in /etc/ipa/default.confamitkuma2018-01-121-5/+0
* LGTM: Use explicit string concatenationChristian Heimes2018-01-091-6/+6
* LGTM: Membership test with a non-containerChristian Heimes2018-01-091-8/+12
* LGTM: Use of exit() or quit()Christian Heimes2018-01-091-3/+3
OSZAR »