summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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_entry_to_group: attribute name must be string not bytesMartin Basti2017-01-241-1/+1
* Fix coverity issueTomas Krizek2017-01-161-1/+2
* Reuse self.api when executing ca_enabled_checkFraser Tweedale2017-01-113-21/+21
* ipa_generate_password algorithm changePetr Spacek2017-01-064-20/+10
* Change activity text while loading metadataPavel Vomacka2017-01-051-0/+1
* ca: fix ca-find with --pkey-onlyJan Cholasta2017-01-051-3/+7
* Remove "Request Certificate with SubjectAltName" permissionFraser Tweedale2016-12-211-6/+0
* certprofile-mod: correctly authorise config updateFraser Tweedale2016-12-141-0/+5
* Fix regression in test suiteFraser Tweedale2016-12-131-4/+10
* Check for conflict entries before raising domain levelLudwig Krispenz2016-12-131-0/+28
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-122-18/+70
* Add options to write lightweight CA cert or chain to fileFraser Tweedale2016-12-122-5/+72
* Fix permission-find with sizelimit setStanislav Laznicka2016-12-071-0/+7
* Generalize filter generation in LDAPSearchStanislav Laznicka2016-12-071-20/+34
* cert-request: match names against principal aliasesFraser Tweedale2016-12-061-28/+85
* fix missing translation stringshanyin2016-12-061-1/+1
* permission-find: fix a sizelimit off-by-one bugStanislav Laznicka2016-12-061-9/+9
* fix permission_find fail on low search size limitStanislav Laznicka2016-12-061-2/+2
* Make `env` and `plugins` commands local againMartin Babinsky2016-12-021-118/+5
* constants: remove CACERTJan Cholasta2016-11-291-2/+3
* ipautil: remove get_domain_name()Jan Cholasta2016-11-291-2/+1
* wrap long lineChristian Heimes2016-11-251-1/+2
* Fix Python 3 bugs discovered by pylintChristian Heimes2016-11-252-2/+2
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-242-2/+2
* Fix ipa migrate-ds when it finds a search referenceFlorence Blanc-Renaud2016-11-171-2/+1
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-111-2/+5
* x509: use python-cryptography to process certsFraser Tweedale2016-11-102-63/+72
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-102-6/+8
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-101-52/+43
* server-del: fix incorrect check for one IPA masterMartin Babinsky2016-11-071-1/+1
* ldap2: modify arguments for create_connectionTomas Krizek2016-11-072-20/+12
* ldap2: change default bind_dnTomas Krizek2016-11-071-1/+1
* ldap2: change default time/size limitTomas Krizek2016-11-071-12/+25
* ipaldap: merge external_bind into LDAPClientTomas Krizek2016-11-071-4/+1
* trustdomain-del: fix the way how subdomain is searchedAlexander Bokovoy2016-11-011-6/+9
* cert-show: show validity in default outputFraser Tweedale2016-10-261-2/+2
* pwpolicy: do not run klist on importJan Cholasta2016-10-241-37/+22
* pylint: enable the import-error checkJan Cholasta2016-10-242-4/+4
* cert: add revocation reason back to cert-find outputJan Cholasta2016-10-131-8/+9
* do not use keys() method when iterating through dictionariesMartin Babinsky2016-10-122-5/+5
* remove trailing newlines form python modulesMartin Babinsky2016-10-1217-18/+0
* WebUI: fix API Browser menu labelPavel Vomacka2016-10-111-0/+1
* DNS: Improve field descriptions for SRV recordsPetr Spacek2016-10-111-1/+5
* DNS: Support URI resource record typePetr Spacek2016-10-111-3/+47
* Add commentary about CA deletion to plugin docFraser Tweedale2016-10-061-8/+13
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-0612-88/+66