summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* Extend the list of supported pre-auth mechanisms in IPA server APIChangmin Teng2019-09-101-3/+9
* Don't return SSH keys with ipa host-find --pkey-onlyRob Crittenden2019-08-071-1/+2
* Add knob to limit hostname lengthRob Crittenden2019-05-161-1/+12
* Optimize cert remove caseChristian Heimes2019-01-291-2/+6
* ipa host-add: do not raise exception when reverse record not addedFlorence Blanc-Renaud2018-02-231-7/+3
* Remove special characters in host_add random OTP generationJohn L2018-02-191-1/+1
* LGTM: raise handle_not_found()Christian Heimes2018-01-091-5/+5
* Unify storing certificates in LDAPStanislav Laznicka2017-08-251-6/+4
* host, service: fix adding host/svc with a certStanislav Laznicka2017-08-111-1/+0
* Create a Certificate parameterStanislav Laznicka2017-07-271-13/+11
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-3/+3
* logging: do not reference loggers in arguments and attributesJan Cholasta2017-07-141-2/+2
* logging: remove object-specific loggersJan Cholasta2017-07-141-1/+5
* CheckedIPAddress: remove match_local paramMartin Basti2017-06-201-1/+1
* Fixing adding authenticator indicators to hostFelipe Volpone2017-05-161-5/+8
* Add SHA256 fingerprints for certsTomas Krizek2017-03-071-0/+4
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-231-4/+0
* ipa_generate_password algorithm changePetr Spacek2017-01-061-8/+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
* pylint: fix unneeded-notJan Barta2016-09-221-1/+1
* Make host/service cert revocation aware of lightweight CAsFraser Tweedale2016-09-071-11/+9
* Increase default length of auto generated passwordsMartin Basti2016-08-031-2/+7
* Host-del: fix behavior of --updatedns and PTR recordsMartin Basti2016-07-221-11/+15
* host-find: do not show SSH key by defaultMartin Basti2016-07-131-1/+0
* Unify display of principal names/aliases across entitiesMartin Babinsky2016-07-011-3/+4
* Provide API for management of host, service, and user principal aliasesMartin Babinsky2016-07-011-12/+39
* 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-7/+18
* host: Added permissions for auth. indicators read/modifyStanislav Laznicka2016-06-301-1/+2
* server: define missing virtual attributesJan Cholasta2016-06-301-30/+40
* Add authentication indicators support to Host objectsNathaniel McCallum2016-06-301-1/+16
* IPA API: set krbcanonicalname instead of ipakrbprincipalalias on new entitiesMartin Babinsky2016-06-231-0/+2
* host/service-show/find shouldn't fail on invalid certificateStanislav Laznicka2016-06-221-2/+29
* DNS Locations: dnsserver-* commandsMartin Basti2016-06-171-22/+8
* Remove service and host cert issuer validationFraser Tweedale2016-06-061-4/+0
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+1284