summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* stageuser: Add stageuser-{add,remove}-principalDavid Kupka2017-02-071-0/+14
* stageuser: Add stageuser-{add,remove}-certDavid Kupka2017-02-073-38/+54
* replica install: do not log host OTPJan Cholasta2017-02-071-1/+3
* ipa-kra-install must create directory if it does not existFlorence Blanc-Renaud2017-02-021-0/+4
* py3: fix CSR encoding inside frameworkMartin Basti2017-01-312-2/+4
* py3: can_read: attributelevelrights is already stringMartin Basti2017-01-311-1/+1
* py3: get_effective_rights: values passed to ldap must be bytesMartin Basti2017-01-311-1/+4
* py3: rpcserver fix undefined variableMartin Basti2017-01-311-1/+2
* py3: WSGI executioners must return bytes in listMartin Basti2017-01-311-10/+12
* py3: session: fix r/w ccache dataMartin Basti2017-01-311-6/+5
* Py3: Fix undefined variableMartin Basti2017-01-311-1/+1
* py3: rpcserver: decode input because json requires stringMartin Basti2017-01-311-1/+1
* py3: session.py decode server name to strMartin Basti2017-01-311-1/+1
* Use proper logging for error messagesMartin Basti2017-01-311-4/+6
* wait_for_entry: use only DN as parameterMartin Basti2017-01-312-5/+3
* Explicitly handle quoting/unquoting of NSSNickname directiveMartin Babinsky2017-01-252-4/+14
* Delegate directive value quoting/unquoting to separate functionsMartin Babinsky2017-01-251-27/+43
* installutils: improve directive value parsing in `get_directive`Martin Babinsky2017-01-251-2/+17
* Fix the installutils.set_directive docstringMartin Babinsky2017-01-251-5/+8
* cert: fix search limit handling in cert-findJan Cholasta2017-01-241-4/+17
* dogtag: search past the first 100 certificatesJan Cholasta2017-01-241-1/+1
* py3: decode bytes for json.loads()Martin Basti2017-01-241-4/+5
* dogtag.py: fix exception logging of JSON dataMartin Basti2017-01-241-4/+8
* py3: convert_attribute_members: don't use bytes as parameter for DNMartin Basti2017-01-241-1/+1
* py3: __add_acl: use standard ipaldap methodsMartin Basti2017-01-241-8/+5
* py3: add_entry_to_group: attribute name must be string not bytesMartin Basti2017-01-241-1/+1
* 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: open temporary ldif file in text modeMartin Basti2017-01-241-2/+3
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-241-3/+4
* py3: create_cert_db: write to file in a compatible wayMartin Basti2017-01-241-3/+3
* ipa-restore must stop tracking PKINIT cert in the preparation phaseFlorence Blanc-Renaud2017-01-201-1/+3
* Update warning message for ipa server uninstallAbhijeet Kasurde2017-01-181-1/+3
* Fix coverity issueTomas Krizek2017-01-161-1/+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
* Remove duplicated step from DS installMartin Basti2017-01-121-2/+0
* Add sanity checks for use of --ca-subject and --subject-baseFraser Tweedale2017-01-111-0/+7
* Indicate that ca subject / subject base uses LDAP RDN orderFraser Tweedale2017-01-111-2/+6
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-1110-97/+172
* Reuse self.api when executing ca_enabled_checkFraser Tweedale2017-01-113-21/+21
* dsinstance: extract function for writing certmap.confFraser Tweedale2017-01-111-5/+13
* ipa-ca-install: add missing --subject-base optionFraser Tweedale2017-01-111-0/+8
* Extract function for computing default subject baseFraser Tweedale2017-01-116-11/+16
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-113-18/+19
* installutils: remove hardcoded subject DN assumptionFraser Tweedale2017-01-113-6/+12
* Refactor and relocate set_subject_base_in_configFraser Tweedale2017-01-112-23/+10
* ipa_generate_password algorithm changePetr Spacek2017-01-069-28/+19
* Unify password generation across FreeIPAStanislav Laznicka2017-01-066-18/+8