summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-22/+24
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-1/+7
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-3/+3
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-0/+50
* First pass at per-command documentationRob Crittenden2010-06-221-0/+38
* Deleting a non-fully-qualified hostname should still delete its servicesRob Crittenden2010-03-301-3/+9
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-16/+0
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-19/+21
* Replace incorrect use of str.index with str.find in host plugin.Pavel Zuna2010-02-231-1/+1
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-6/+22
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+2
* Use 'l' instead of 'localityname' in host plugin.Pavel Zuna2010-01-141-2/+14