| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed invalid associations. | Endi S. Dewata | 2011-07-01 | 1 | -1/+1 |
* | Added singular entity labels. | Endi S. Dewata | 2011-06-27 | 1 | -0/+1 |
* | Add sudorule and hbacrule to memberof and indirectmemberof attributes | Jr Aquino | 2011-06-06 | 1 | -2/+3 |
* | Fix style and grammatical issues in built-in command help. | Rob Crittenden | 2011-03-04 | 1 | -4/+4 |
* | Add handling for indirect memberof other entries. | Rob Crittenden | 2011-02-21 | 1 | -1/+2 |
* | Inconsistent error message for ipa group-detach | Martin Kosek | 2011-02-03 | 1 | -1/+4 |
* | Fix assorted bugs found by pylint | Jakub Hrozek | 2011-01-25 | 1 | -1/+1 |
* | Improve filtering of enrollments search results. | Pavel Zuna | 2011-01-04 | 1 | -1/+1 |
* | In meta data make ACI attributes lower-case, sorted. Add possible attributes. | Rob Crittenden | 2010-12-21 | 1 | -0/+1 |
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
* | Enable filtering search results by member attributes. | Pavel Zuna | 2010-12-20 | 1 | -0/+2 |
* | This is the second half of a patch. Only the part that had to be | Rob Crittenden | 2010-12-02 | 1 | -1/+1 |
* | Re-implement access control using an updated model. | Rob Crittenden | 2010-12-01 | 1 | -2/+2 |
* | Create user private groups with a uniqueid. | Rob Crittenden | 2010-11-30 | 1 | -1/+1 |
* | Change signature of LDAPSearch.pre_callback. | Pavel Zuna | 2010-11-23 | 1 | -2/+2 |
* | Give a detached group a full set of group objectclasses. | Rob Crittenden | 2010-11-19 | 1 | -8/+21 |
* | Increase # of chars in users and groups to 255 and default username to 32. | Rob Crittenden | 2010-11-12 | 1 | -2/+2 |
* | Populate indirect members when showing a group object. | Rob Crittenden | 2010-10-28 | 1 | -9/+3 |
* | Allow RDN changes for users, groups, rolegroups and taskgroups. | Rob Crittenden | 2010-10-28 | 1 | -0/+1 |
* | Add flag to group-find to only search on private groups. | Pavel Zuna | 2010-10-20 | 1 | -2/+29 |
* | Fix group deletion | Rob Crittenden | 2010-10-13 | 1 | -3/+4 |
* | Fix inconsistent error message when deleting groups that don't exist. | Pavel Zuna | 2010-10-06 | 1 | -1/+3 |
* | Groups are now created as POSIX by default. | Rob Crittenden | 2010-10-01 | 1 | -14/+15 |
* | Update command documentation based on feedback from docs team. | Rob Crittenden | 2010-08-27 | 1 | -18/+24 |
* | Allow decoupling of user-private groups. | Rob Crittenden | 2010-08-10 | 1 | -0/+59 |
* | Properly show the members when an add/remove operation fails. | Rob Crittenden | 2010-08-06 | 1 | -12/+0 |
* | Add optional error message to pattern validator | Rob Crittenden | 2010-08-06 | 1 | -0/+3 |
* | Add separate var for search attributes and config attribute for search fields | Rob Crittenden | 2010-07-13 | 1 | -0/+1 |
* | Add support for User-Private Groups | Rob Crittenden | 2010-07-06 | 1 | -0/+4 |
* | First pass at per-command documentation | Rob Crittenden | 2010-06-22 | 1 | -0/+39 |
* | Replace old pwpolicy plugin with new one using baseldap, fix tests. | Rob Crittenden | 2010-05-17 | 1 | -1/+1 |
* | localize doc strings | John Dennis | 2010-03-08 | 1 | -1/+1 |
* | Code cleanup: remove unused stuff, take 1. | Pavel Zuna | 2010-03-01 | 1 | -10/+0 |
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 1 | -11/+11 |
* | Use the Output tuple to determine the order of output | Rob Crittenden | 2010-02-15 | 1 | -6/+26 |
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 1 | -0/+2 |
* | Remove group-specific password policy on group deletion | Rob Crittenden | 2010-01-29 | 1 | -0/+8 |
* | Add --all to LDAPCreate and make LDAP commands always display default attribu... | Pavel Zuna | 2010-01-11 | 1 | -1/+1 |
* | Take 2: Extensible return values and validation; steps toward a single output... | Jason Gerard DeRose | 2009-12-10 | 1 | -3/+19 |
* | Display membership attributes (member, memberOf) by default in show/find. | Pavel Zuna | 2009-10-21 | 1 | -1/+3 |
* | Fix bug in group plugin. Was using wrong variable for attributes. | Pavel Zuna | 2009-10-08 | 1 | -1/+1 |
* | Make the group plugin use baseldap classes. | Pavel Zuna | 2009-10-05 | 1 | -124/+65 |
* | Clean up additional issues discovered with pylint and pychecker | Rob Crittenden | 2009-08-20 | 1 | -1/+1 |
* | Change command names from *group-del-member to *group-remove-member. | Pavel Zuna | 2009-07-09 | 1 | -3/+3 |
* | Fix minor bugs, typos, etc. discovered by unit tests in plugins. | Pavel Zuna | 2009-07-02 | 1 | -7/+10 |
* | Rename *-create/*-delete commands to *-add/*-del respectively. | Pavel Zuna | 2009-07-02 | 1 | -7/+7 |
* | Rename plugins2 to plugins. | Pavel Zuna | 2009-07-02 | 1 | -25/+25 |
* | Rename plugins2 files (remove '2' suffix'). | Pavel Zuna | 2009-07-02 | 1 | -0/+220 |
* | Delete plugins using old LDAP backend. | Pavel Zuna | 2009-07-02 | 1 | -216/+0 |
* | Add posixGroup to the objectclass list if gidnumber is set | Rob Crittenden | 2009-05-04 | 1 | -5/+13 |