| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset krbtpolicy when a unit test is finished | Martin Kosek | 2012-05-28 | 1 | -0/+1 |
* | Fix the pwpolicy_find post_callback | Petr Viktorin | 2012-05-28 | 1 | -1/+15 |
* | Check for empty/single value parameters before calling callbacks | Petr Viktorin | 2012-05-15 | 1 | -0/+8 |
* | Implement permission/aci find by subtree | Rob Crittenden | 2012-05-15 | 1 | -0/+41 |
* | Do not use extra command options in ACI, permission, selfservice | Petr Viktorin | 2012-05-14 | 1 | -1/+2 |
* | Fix overlapping cn param/option issue, pass cn as aciname in find | Rob Crittenden | 2012-05-14 | 1 | -0/+32 |
* | Validate externalhost (when added by --addattr/--setattr) | Petr Viktorin | 2012-05-11 | 3 | -0/+88 |
* | Remove duplicate and unused utility code | Petr Viktorin | 2012-05-09 | 1 | -11/+0 |
* | Don't fail when adding default objectclasses using config-mod | Petr Viktorin | 2012-05-09 | 1 | -0/+55 |
* | Redo boolean value encoding. | Jan Cholasta | 2012-05-09 | 1 | -1/+1 |
* | Do not crash on empty --setattr, --getattr, --addattr | Petr Viktorin | 2012-05-07 | 1 | -1/+2 |
* | Do not crash on empty reverse member options | Petr Viktorin | 2012-05-07 | 2 | -0/+86 |
* | Do not use extra command options in the automount plugin | Petr Viktorin | 2012-05-07 | 1 | -3/+2 |
* | Allow one letter net/hostgroups names | Ondrej Hamada | 2012-05-07 | 2 | -0/+69 |
* | Update hostname validator error messages in tests | Petr Viktorin | 2012-05-03 | 3 | -7/+8 |
* | Revert "Validate attributes in permission-add" | Rob Crittenden | 2012-04-29 | 1 | -65/+0 |
* | Revert "Search allowed attributes in superior objectclasses" | Rob Crittenden | 2012-04-29 | 1 | -35/+0 |
* | Additional tests for pwpolicy | Petr Viktorin | 2012-04-26 | 1 | -1/+34 |
* | validate i18n strings when running "make lint" | John Dennis | 2012-04-26 | 1 | -26/+125 |
* | Refactor exc_callback invocation. | Jan Cholasta | 2012-04-26 | 1 | -0/+66 |
* | Return consistent expiration message for forms-based login | Rob Crittenden | 2012-04-16 | 1 | -2/+3 |
* | Fix DNS and permissions unit tests | Martin Kosek | 2012-04-17 | 2 | -3/+3 |
* | Fix dnsrecord_add interactive mode | Martin Kosek | 2012-04-15 | 1 | -0/+49 |
* | Unable to rename permission object | Ondrej Hamada | 2012-04-11 | 1 | -4/+41 |
* | Fix expected error messages in tests | Petr Viktorin | 2012-04-10 | 19 | -182/+334 |
* | text unit test should validate using installed mo file | John Dennis | 2012-04-10 | 2 | -87/+807 |
* | Convert --setattr values for attributes marked no_update | Petr Viktorin | 2012-04-09 | 2 | -1/+22 |
* | Limit permission and selfservice names to alphanumerics, -, _, space | Petr Viktorin | 2012-04-09 | 2 | -0/+24 |
* | Check configured maximum user login length on user rename. | Jan Cholasta | 2012-04-08 | 1 | -0/+7 |
* | Confusing default user groups | Ondrej Hamada | 2012-04-08 | 1 | -3/+3 |
* | Check whether the default user group is POSIX when adding new user with --nop... | Jan Cholasta | 2012-04-05 | 3 | -3/+172 |
* | Defer conversion and validation until after --{add,del,set}attr are handled | Petr Viktorin | 2012-04-03 | 1 | -0/+113 |
* | Test the batch plugin | Petr Viktorin | 2012-04-03 | 2 | -0/+197 |
* | Fix little test errors | Petr Viktorin | 2012-04-03 | 3 | -7/+6 |
* | Move test skipping to class setup | Petr Viktorin | 2012-04-01 | 3 | -7/+17 |
* | Netgroup nisdomain and hosts validation | Ondrej Hamada | 2012-03-28 | 3 | -16/+114 |
* | Add CLI parsing tests | Petr Viktorin | 2012-03-28 | 1 | -0/+184 |
* | Change parameters to use only default_from for dynamic default values. | Jan Cholasta | 2012-03-28 | 1 | -33/+16 |
* | Fix uses of O=REALM instead of the configured certificate subject base. | Jan Cholasta | 2012-03-26 | 4 | -8/+10 |
* | Parse zone indices in IPv6 addresses in CheckedIPAddress. | Jan Cholasta | 2012-03-27 | 1 | -0/+4 |
* | Use valid argument names in tests | Petr Viktorin | 2012-03-25 | 8 | -15/+12 |
* | Fix unit tests to work with new comma-support, validation requirements | Rob Crittenden | 2012-03-26 | 3 | -7/+7 |
* | Harden raw record processing in DNS plugin | Martin Kosek | 2012-03-22 | 1 | -0/+46 |
* | Fix precallback validators in DNS plugin | Martin Kosek | 2012-03-22 | 1 | -0/+27 |
* | Search allowed attributes in superior objectclasses | Ondrej Hamada | 2012-03-22 | 1 | -0/+35 |
* | Fix test failure testing rename with an invalid hostname. | Rob Crittenden | 2012-03-21 | 1 | -1/+1 |
* | Only split CSV in the client, quote instead of escaping | Petr Viktorin | 2012-03-20 | 6 | -27/+25 |
* | Add missing global options in dnsconfig | Martin Kosek | 2012-03-20 | 1 | -1/+5 |
* | Use nose tools to check for exceptions | Petr Viktorin | 2012-03-19 | 6 | -189/+105 |
* | Don't allow hosts and services of IPA masters to be disabled. | Rob Crittenden | 2012-03-19 | 2 | -1/+23 |