summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-152-6/+6
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-151-1/+2
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-151-6/+0
* Change session handlingSimo Sorce2017-02-151-10/+5
* Allow nsaccountlock to be searched in user-find commandGabe2017-02-141-1/+17
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-102-4/+4
* py3: get_memberofindirect: fix ByteWarningsMartin Basti2017-02-081-1/+1
* py3: _convert_to_idna: fix bytes/unicode mistmatchMartin Basti2017-02-081-2/+3
* py3: DNS: get_record_entry_attrs: do not modify dict during iterationMartin Basti2017-02-081-1/+1
* py3: _ptrrecord_precallaback: use bytes with labelsMartin Basti2017-02-081-1/+1
* py3: remove_entry_from_group: attribute name must be stringMartin Basti2017-02-081-1/+1
* py3: base64 encoding/decoding returns always bytes don't mix itMartin Basti2017-02-083-5/+3
* stageuser: Add stageuser-{add,remove}-principalDavid Kupka2017-02-071-0/+14
* stageuser: Add stageuser-{add,remove}-certDavid Kupka2017-02-073-38/+54
* 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
* 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_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