summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-2/+3
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-5/+13
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-1/+2
* Updated json_metadata and i18n_messages.Endi S. Dewata2011-02-181-0/+1
* Don't allow host cn to be changed (it isn't used anyway).Rob Crittenden2011-02-161-0/+2
* Service/Host disable command output clarificationMartin Kosek2011-02-161-3/+3
* Add missing import for netaddrRob Crittenden2011-02-141-0/+1
* Display error messages for failed manageby in service-add/remove-host.Pavel Zuna2011-02-101-4/+0
* IPv6 enhancementsJakub Hrozek2011-02-021-25/+36
* Fix minor bug in host-add logic.Pavel Zuna2011-02-021-2/+2
* host-add should not add a PTR record with --no-reverseJakub Hrozek2011-01-281-7/+10
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+0
* Make a copy of objectclasses so a call can't update them globally.Rob Crittenden2011-01-241-4/+4
* Fix password/random logic in host plugin.Pavel Zuna2011-01-181-6/+9
* Fix updating of DNS records by the host plugin.Pavel Zuna2011-01-181-5/+5
* Fix crash when building DN of host with name ending with period.Pavel Zuna2011-01-181-4/+5
* Rename DNS2 to DNSJakub Hrozek2011-01-141-1/+1
* Port installer and host plugin to the new DNS pluginJakub Hrozek2011-01-141-15/+20
* Use correct option name in host pluginJakub Hrozek2011-01-121-9/+9
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-0/+5
* Rename --ipaddr option of host-add commandJan Zeleny2011-01-071-1/+1
* facet nestingAdam Young2011-01-071-1/+1
* Handle error messages during Host operationsMartin Kosek2011-01-061-2/+9
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-1/+6
* Remove unnecessary options from host-del.Rob Crittenden2011-01-041-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* import NSPRError in host.pyJakub Hrozek2010-12-201-0/+1
* Added option --no-reverse to add-hostJan Zeleny2010-12-201-14/+23
* Don't use camel-case LDAP attributes in ACI and don't clear enrolledByRob Crittenden2010-12-171-1/+0
* Add --out option to service, host and cert-show to save the cert to a file.Rob Crittenden2010-12-131-0/+21
* Don't import from ipaserver when not in a server context.Rob Crittenden2010-12-111-1/+2
* Provide list of available attributes for use in ACI UI.Rob Crittenden2010-12-031-0/+1
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-3/+3
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-2/+2
* Add ability to add/remove DNS records when adding/removing a host entry.Rob Crittenden2010-11-231-1/+120
* Add managedby to Host entriesRob Crittenden2010-11-191-3/+33
* Revoke a host's certificate (if any) when it is deleted or disabled.Rob Crittenden2010-11-191-52/+157
* Add option to generate random one-time password for hosts for bulk enrollmentRob Crittenden2010-10-281-2/+43
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-12/+0
* Host certificate managementEndi S. Dewata2010-10-201-0/+35