summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* py3: cainstance: replace mkstemp with NamedTemporaryFileMartin Basti2017-01-241-24/+25
* py3: write CA/KRA config into file opened in text modeMartin Basti2017-01-242-2/+2
* py3: CA/KRA: config parser requires stringMartin Basti2017-01-242-2/+4
* py3: ipautil: open tempfiles in text modeMartin Basti2017-01-241-2/+2
* py3: ldap modlist must have keys as string, not bytesMartin Basti2017-01-241-1/+2
* py3: open temporary ldif file in text modeMartin Basti2017-01-241-2/+3
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-242-4/+5
* py3: create_cert_db: write to file in a compatible wayMartin Basti2017-01-241-3/+3
* ipaldap: properly escape raw binary values in LDAP filtersJan Cholasta2017-01-241-3/+6
* _resolve_records: fix assert, nameserver_ip can be noneMartin Basti2017-01-241-1/+1
* Remove deprecated ipa-upgradeconfig commandAbhijeet Kasurde2017-01-245-72/+0
* ipa-restore must stop tracking PKINIT cert in the preparation phaseFlorence Blanc-Renaud2017-01-201-1/+3
* client install: correctly report all failuresJan Cholasta2017-01-201-12/+13
* User Tracker: Test to create user with minimal valuesGanna Kaihorodova2017-01-191-0/+13
* User Tracker: creation of user with minimal valuesGanna Kaihorodova2017-01-191-11/+31
* Stage User: Test to create stage user with minimal valuesGanna Kaihorodova2017-01-191-0/+11
* Tests: Stage User Tracker implementationGanna Kaihorodova2017-01-191-8/+30
* ipaplatform: Add Debian platform module.Timo Aaltonen2017-01-197-1/+365
* Tests: Add tree root domain role in legacy client testsGanna Kaihorodova2017-01-181-3/+3
* Update warning message for ipa server uninstallAbhijeet Kasurde2017-01-181-1/+3
* Clean / ignore make check artefactChristian Heimes2017-01-182-0/+8
* Coverity: removed useless semicolon which ends statement earlierPavel Vomacka2017-01-181-2/+2
* Coverity: Fix possibility of access to attribute of undefinedPavel Vomacka2017-01-181-1/+1
* SPEC: Fix build in mockLukas Slebodnik2017-01-181-2/+13
* CONFIGURE: Update help message for jslintLukas Slebodnik2017-01-181-4/+5
* CONFIGURE: Fix detection of pylintLukas Slebodnik2017-01-181-9/+11
* Fix for handling CalledProcessError in authconfigAbhijeet Kasurde2017-01-182-3/+16
* Fix coverity issueTomas Krizek2017-01-161-1/+2
* ipapython: Add dependencies on version.pyChristian Heimes2017-01-161-0/+2
* cainstance: do not configure renewal guardJan Cholasta2017-01-162-39/+15
* dogtaginstance: track server certificate with our renew agentJan Cholasta2017-01-162-3/+3
* renew agent: handle non-replicated certificatesJan Cholasta2017-01-161-9/+16
* pytest: set rules to find test files and functionsChristian Heimes2017-01-121-6/+10
* Remove duplicated step from DS installMartin Basti2017-01-121-2/+0
* Generate sha256 ssh pubkey fingerprints for hostsStanislav Laznicka2017-01-127-12/+13
* disable hostname canonicalization by Kerberos libraryMartin Babinsky2017-01-111-0/+1
* Add sanity checks for use of --ca-subject and --subject-baseFraser Tweedale2017-01-112-0/+12
* Indicate that ca subject / subject base uses LDAP RDN orderFraser Tweedale2017-01-114-8/+14
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-1113-98/+198
* Reuse self.api when executing ca_enabled_checkFraser Tweedale2017-01-113-21/+21
* dsinstance: extract function for writing certmap.confFraser Tweedale2017-01-112-6/+14
* ipa-ca-install: add missing --subject-base optionFraser Tweedale2017-01-112-4/+16
* Extract function for computing default subject baseFraser Tweedale2017-01-116-11/+16
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-115-22/+23
* installutils: remove hardcoded subject DN assumptionFraser Tweedale2017-01-113-6/+12
* Refactor and relocate set_subject_base_in_configFraser Tweedale2017-01-112-23/+10
* py3: enable py3 pylintMartin Basti2017-01-111-1/+2
* Travis CI: actually return non-zero exit status when the test job failsMartin Babinsky2017-01-091-1/+5
* ipaclient: schema cache: Handle malformed server info data gracefullyDavid Kupka2017-01-091-2/+8
* Py3: Fix ToASCII methodMartin Basti2017-01-063-14/+19