summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break long doc string in the Host pluginPetr Viktorin2013-11-211-12/+11
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-3/+3
* Improve help entry for ipa hostTomas Babej2013-08-061-5/+7
* Use LDAP search instead of *group_show to check for a group objectclass.Jan Cholasta2013-07-111-17/+19
* Add userClass attribute for hostsMartin Kosek2013-04-261-0/+7
* Do not call cert-* commands in host plugin if a RA is not availablePetr Viktorin2013-04-021-76/+87
* Add Kerberos ticket flags management to service and host plugins.Jan Cholasta2013-03-291-4/+21
* Fix remove while iterating in suppress_netgroup_memberof.Jan Cholasta2013-03-061-1/+1
* Use full DNs in plugin code.Jan Cholasta2013-03-011-4/+4
* Support attributes with multiple names in LDAPEntry.Jan Cholasta2013-03-011-2/+0
* Add support for RFC 6594 SSHFP DNS records.Jan Cholasta2013-02-011-0/+6
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-14/+19
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+1
* Improves deletion of PTR records in ipa host-delTomas Babej2012-08-281-1/+6
* Fix managedBy label for DNS zoneMartin Kosek2012-08-261-0/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-3/+12
* Add --{set,add,del}attr options to commands which are missing them.Jan Cholasta2012-08-031-1/+1
* Change random passwords behaviourOndrej Hamada2012-06-271-3/+8
* Enforce sizelimit in permission-find, post_callback returns truncatedRob Crittenden2012-05-301-1/+3
* Don't allow hosts and services of IPA masters to be disabled.Rob Crittenden2012-03-191-0/+2
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-141-0/+3
* Improve FQDN handling in DNS and host pluginsMartin Kosek2012-02-291-23/+17
* Improve hostname and domain name validationMartin Kosek2012-02-291-15/+6
* Add reverse DNS record when forward is createdMartin Kosek2012-02-271-89/+15
* Don't allow IPA master hosts or important services be deleted.Rob Crittenden2012-02-231-0/+1
* Add support for SSH public keys to user and host objects.Jan Cholasta2012-02-131-23/+93
* Add missing managing hosts filtering optionsMartin Kosek2012-01-261-0/+47
* Add support for storing MAC address in host entries.Rob Crittenden2012-01-261-1/+21
* Improve host-add error messageMartin Kosek2012-01-201-2/+2
* Fix LDAP object parameter encodingMartin Kosek2011-11-151-13/+9
* Misleading Keytab fieldOndrej Hamada2011-11-101-0/+3
* Create pkey-only option for find commandsMartin Kosek2011-10-271-0/+2
* Add regular expression pattern to host names.Rob Crittenden2011-09-271-0/+3
* Suppress managed netgroups as indirect members of hosts.Rob Crittenden2011-09-191-0/+34
* Don't allow a OTP to be set on an enrolled hostRob Crittenden2011-09-101-0/+8
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-48/+36
* Retrieve password/keytab state when modifying a host.Rob Crittenden2011-08-251-0/+5
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-12/+21
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-13/+9
* ipaddress for host addAdam Young2011-06-201-0/+1
* Improve IP address handling in the host-add command.Jan Cholasta2011-06-191-15/+36
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-0/+7
* Add a list of managed hostsMartin Kosek2011-06-151-0/+36
* Add sudorule and hbacrule to memberof and indirectmemberof attributesJr Aquino2011-06-061-2/+3
* Honor netmask in DNS reverse zone setup.Jan Cholasta2011-05-301-17/+28