summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-1284/+0
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-19/+0
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-301-1/+1
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-3/+3
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-2/+0
* Do not do extra search for ipasshpubkey to generate fingerprintsMartin Basti2016-04-261-5/+22
* Performace: don't download password attributes in host/user-findMartin Basti2016-04-221-5/+0
* host-del --updatedns: print warnings instead of errorMartin Basti2016-04-131-2/+24
* host_del: update help for --updatedns optionMartin Basti2016-04-131-1/+2
* host_del: remove only A, AAAA, SSHFP, PTR recordsMartin Basti2016-04-131-21/+17
* host_del: split removing A/AAAA and PTR records to separate functionsMartin Basti2016-04-131-10/+14
* host_del: remove unneeded dnszone-show command callMartin Basti2016-04-131-18/+12
* host_del: replace dns-record find command with showMartin Basti2016-04-131-12/+17
* host_del: fix removal of host recordsMartin Basti2016-04-131-21/+10
* ipalib: Fix user certificate docstringsTomas Babej2016-03-071-1/+1
* Remove unused importsMartin Basti2015-12-231-1/+0
* aci: add IPA servers host group 'ipaservers'Jan Cholasta2015-12-071-0/+6
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-021-1/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Modernize use of range()Petr Viktorin2015-09-011-4/+4
* Replace uses of map()Petr Viktorin2015-09-011-3/+3
* Import 'reduce' from functoolsPetr Viktorin2015-08-121-0/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-3/+3
* adjust search so that it works for non-admin usersPetr Vobornik2015-08-121-1/+1
* new commands to manage user/host/service certificatesMartin Babinsky2015-07-021-2/+25
* reworked certificate normalization and revocationMartin Babinsky2015-07-021-70/+5
* Fix: regression in host and service pluginMartin Basti2015-06-031-3/+7
* Support multiple host and service certificatesFraser Tweedale2015-06-021-49/+58
* speed up indirect member processingPetr Vobornik2015-04-271-1/+1
* hosts: Display assigned ID view by default in host-find and show commandsTomas Babej2014-12-051-3/+18
* add --hosts and --hostgroup options to allow/retrieve keytab methodsPetr Vobornik2014-12-031-6/+22
* keytab manipulation permission managementPetr Vobornik2014-10-171-4/+112
* Check LDAP instead of local configuration to see if IPA CA is enabledJan Cholasta2014-10-171-3/+3
* ipalib: PEP8 fixes for host pluginTomas Babej2014-09-301-18/+22
* ipalib: Remove redundant and star imports from host pluginTomas Babej2014-09-301-8/+8
* idviews: Add ipaAssignedIDVIew reference to the host objectTomas Babej2014-09-301-3/+6
* ipalib: host_del: Extend LDAPDelete's takes_options instead of overridingTomas Babej2014-09-171-1/+1
* Fix: Add managed read permissions for compat tree and operational attrsPetr Viktorin2014-09-051-1/+1
* Add managed read permissions for compat treePetr Viktorin2014-09-051-0/+10
* host permissions: Allow writing attributes needed for automatic enrollmentPetr Viktorin2014-06-231-1/+13
* Convert Host default permissions to managedPetr Viktorin2014-06-231-0/+66
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-9/+12
* Make zonenames absolute in host pluginMartin Basti2014-06-111-2/+3
* move hostname validation from DNS to hostsMartin Basti2014-06-031-3/+11
* Modified dns related global functionsMartin Basti2014-06-031-2/+6
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-1/+1
* Add managed read permissions to hostPetr Viktorin2014-04-141-0/+26
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-201-0/+1
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-18/+17
* Change the way we determine if the host has a password set.Rob Crittenden2014-01-151-1/+1