summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hostgroup.py
Commit message (Expand)AuthorAgeFilesLines
* hostgroup: Selected PEP8 fixes for the hostgroup pluginTomas Babej2014-09-301-11/+4
* hostgroup: Remove redundant and star importsTomas Babej2014-09-301-2/+5
* hostgroup: Add helper that returns all members of a hostgroupTomas Babej2014-09-301-0/+8
* Do not require description in UI.David Kupka2014-09-291-1/+1
* Convert Hostgroup default permissions to managedPetr Viktorin2014-06-241-0/+30
* Make sure member* attrs are always granted together in read permissionsPetr Viktorin2014-06-111-1/+1
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-8/+11
* Add managed read permission to hostgroupPetr Viktorin2014-04-091-0/+19
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-201-0/+1
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-2/+1
* Use LDAP search instead of *group_show to check for a group objectclass.Jan Cholasta2013-07-111-19/+20
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-111-2/+2
* Fix remove while iterating in suppress_netgroup_memberof.Jan Cholasta2013-03-061-1/+1
* Update plugin docstrings (topic help) to reflect dropped CSV supportPetr Viktorin2013-02-221-2/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+7
* Enforce sizelimit in permission-find, post_callback returns truncatedRob Crittenden2012-05-301-1/+2
* Limit allowed characters in a netgroup name to alpha, digit, -, _ and .Rob Crittenden2012-02-271-0/+3
* Create pkey-only option for find commandsMartin Kosek2011-10-271-0/+2
* Improve hostgroup/netgroup collision checksMartin Kosek2011-10-171-2/+12
* Prevent collisions of hostgroup and netgroupMartin Kosek2011-10-061-0/+11
* Suppress managed netgroups from showing as memberof hostgroups.Rob Crittenden2011-08-311-4/+46
* Add netgroup as possible memberOf for hostgroupsRob Crittenden2011-08-291-1/+1
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-27/+14
* Only call entry_from_entry() after waiting for the new entry.Rob Crittenden2011-07-191-1/+1
* Optionally wait for 389-ds postop plugins to completeRob Crittenden2011-07-191-0/+8
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Fixed object_name usage.Endi S. Dewata2011-07-051-2/+2
* Removed invalid associations.Endi S. Dewata2011-07-011-1/+1
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Add sudorule and hbacrule to memberof and indirectmemberof attributesJr Aquino2011-06-061-2/+2
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-1/+2
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Enable filtering search results by member attributes.Pavel Zuna2010-12-201-1/+1
* This is the second half of a patch. Only the part that had to beRob Crittenden2010-12-021-1/+1
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-13/+4
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-13/+19
* Properly show the members when an add/remove operation fails.Rob Crittenden2010-08-061-1/+1
* First pass at per-command documentationRob Crittenden2010-06-221-0/+20
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-6/+0
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-7/+7
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-3/+15
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+2
* host and hostgroup summary messages, declarative tests; fix tests for 'dn'Jason Gerard DeRose2009-12-161-3/+11
* Add some missing labelsRob Crittenden2009-12-141-0/+2
* Make the hostgroup plugin use baseldap classes.Pavel Zuna2009-10-051-173/+45
* Change command names from *group-del-member to *group-remove-member.Pavel Zuna2009-07-091-3/+3
* Make basegroup-{add, del}-member print failed members with error descriptions.Pavel Zuna2009-07-021-16/+20