summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* check for replica's KDC entry on master before requesting PKINIT certMartin Babinsky2017-03-151-3/+3
* check that the master requesting PKINIT cert has KDC enabledMartin Babinsky2017-03-151-5/+17
* idviews: correctly handle modification of non-existent viewMartin Babinsky2017-03-151-3/+6
* Re-use trust domain retrieval code in certmap validatorsMartin Babinsky2017-03-141-8/+3
* idview: add domain_resolution_order attributeMartin Babinsky2017-03-141-2/+31
* ipaconfig: add the ability to manipulate domain resolution orderMartin Babinsky2017-03-141-2/+113
* cert: include certificate chain in cert command outputJan Cholasta2017-03-141-7/+46
* WebUI: add vault managementPavel Vomacka2017-03-141-0/+38
* permissions: add permissions for read and mod of external group membersPetr Vobornik2017-03-131-0/+17
* Add message about last KRA to WebUI Topology viewStanislav Laznicka2017-03-131-2/+2
* Add check to prevent removal of last KRAStanislav Laznicka2017-03-131-0/+13
* backend plugins: fix crashes in development modeJan Cholasta2017-03-132-16/+16
* add whoami commandAlexander Bokovoy2017-03-092-0/+141
* WebUI: Add cermapmatch modulePavel Vomacka2017-03-081-0/+12
* dns: fix `dnsrecord_add` interactive modeJan Cholasta2017-03-081-1/+1
* IdM Server: list all Employees with matching Smart CardFlorence Blanc-Renaud2017-03-081-1/+165
* Add support for custom table pagination sizePavel Vomacka2017-03-081-0/+4
* WebUI: Add certmap modulePavel Vomacka2017-03-081-0/+12
* WebUI: Change structure of Identity submenuPavel Vomacka2017-03-071-0/+5
* Add SHA256 fingerprints for certsTomas Krizek2017-03-073-0/+17
* rabase.get_certificate: make serial number arg mandatoryFraser Tweedale2017-03-072-2/+2
* Extract method to map principal to princpal typeFraser Tweedale2017-03-031-15/+14
* Remove redundant principal_type argumentFraser Tweedale2017-03-032-9/+12
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-024-9/+595
* dogtag: remove redundant property definitionFraser Tweedale2017-03-011-20/+0
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-013-75/+92
* Remove NSSConnection from DogtagStanislav Laznicka2017-03-011-23/+18
* Move RA agent certificate file export to a different locationStanislav Laznicka2017-03-011-1/+1
* ca: correctly authorise ca-del, ca-enable and ca-disableFraser Tweedale2017-02-281-2/+14
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-234-18/+0
* Fix session logoutSimo Sorce2017-02-221-1/+1
* Change session logout to kill only the cookieSimo Sorce2017-02-171-2/+3
* 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