summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/service.py
Commit message (Expand)AuthorAgeFilesLines
* Extend the list of supported pre-auth mechanisms in IPA server APIChangmin Teng2019-09-101-2/+8
* Remove posixAccount from service_find search filterRob Crittenden2019-07-191-1/+0
* ipaserver.plugins.service: add service-add-smb to set up an SMB serviceAlexander Bokovoy2019-06-291-2/+140
* Optimize cert remove caseChristian Heimes2019-01-291-2/+5
* Handle service_del with bad service nameChristian Heimes2018-12-111-1/+5
* Py3: Replace six.text_type with strChristian Heimes2018-09-271-1/+1
* group: allow services as members of groupsAlexander Bokovoy2018-05-081-1/+1
* service: allow creating services without a host to manage themAlexander Bokovoy2018-05-081-9/+15
* LGTM: raise handle_not_found()Christian Heimes2018-01-091-1/+1
* Unify storing certificates in LDAPStanislav Laznicka2017-08-251-2/+1
* host, service: fix adding host/svc with a certStanislav Laznicka2017-08-111-2/+0
* Create a Certificate parameterStanislav Laznicka2017-07-271-22/+11
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-6/+6
* logging: remove object-specific loggersJan Cholasta2017-07-141-2/+6
* Add SHA256 fingerprints for certsTomas Krizek2017-03-071-0/+6
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-231-6/+0
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-2/+2
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-10/+10
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-101-2/+4
* Remove unused variables in the codeMartin Basti2016-09-271-1/+1
* Fix cert revocation when removing all certs via host/service-modFraser Tweedale2016-09-231-1/+2
* Make host/service cert revocation aware of lightweight CAsFraser Tweedale2016-09-071-28/+28
* service: add flag to allow S4U2SelfAlexander Bokovoy2016-08-171-0/+7
* Fix ipa-caalc-add-service error messageTomas Krizek2016-08-091-1/+1
* Unify display of principal names/aliases across entitiesMartin Babinsky2016-07-011-2/+4
* Provide API for management of host, service, and user principal aliasesMartin Babinsky2016-07-011-12/+41
* Make framework consider krbcanonicalname as service primary keyMartin Babinsky2016-07-011-4/+80
* Allow for commands that use positional parameters to add/remove attributesMartin Babinsky2016-07-011-3/+5
* Migrate management framework plugins to use Principal parameterMartin Babinsky2016-07-011-62/+39
* service: Added permissions for auth. indicators read/modifyStanislav Laznicka2016-06-301-2/+2
* server: define missing virtual attributesJan Cholasta2016-06-301-27/+36
* keep setting ipakrbprincipal objectclass on new service entriesMartin Babinsky2016-06-271-0/+9
* IPA API: set krbcanonicalname instead of ipakrbprincipalalias on new entitiesMartin Babinsky2016-06-231-8/+2
* host/service-show/find shouldn't fail on invalid certificateStanislav Laznicka2016-06-221-3/+31
* replica install: use remote server API to create service entriesJan Cholasta2016-06-091-1/+1
* Remove service and host cert issuer validationFraser Tweedale2016-06-061-4/+0
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+889