summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make host objects aware of their membership and that l==localityName.Pavel Zuna2010-01-141-0/+6
* Add --all to LDAPCreate and make LDAP commands always display default attribu...Pavel Zuna2010-01-111-1/+1
* Handle base64-encoded certificates better, import missing functionRob Crittenden2009-12-181-0/+1
* Make hosts more like real services so we can issue certs for host principalsRob Crittenden2009-12-161-3/+22
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-4/+25
* Make the host plugin use baseldap classes.Pavel Zuna2009-09-281-252/+90
* Enrollment for a host in an IPA domainRob Crittenden2009-09-241-37/+26
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-1/+4
* Fix bug: number of found entries was reported incorrectly in some plugins.Pavel Zuna2009-07-021-1/+1
* Fix bug: when deleting hosts, their services where deleted incorrectlyPavel Zuna2009-07-021-3/+7
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-3/+7
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-5/+5
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-12/+12
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+375
* Delete plugins using old LDAP backend.Pavel Zuna2009-07-021-319/+0
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-191-8/+9
* Remove all services when a host is removed Revoke certificate (if any) when a...Rob Crittenden2009-05-131-1/+12
* Some minor cosmetic changesRob Crittenden2009-05-041-2/+4