| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow decoupling of user-private groups. | Rob Crittenden | 2010-08-10 | 1 | -0/+78 |
* | Fix user tests to handle managed entries | Rob Crittenden | 2010-08-10 | 1 | -1/+2 |
* | Check to see if the command is available before running command tests. | Rob Crittenden | 2010-08-06 | 2 | -2/+12 |
* | Fix RPC tests. The method comes back as a unicode from xmlrpclib. | Rob Crittenden | 2010-08-06 | 1 | -2/+2 |
* | Add optional error message to pattern validator | Rob Crittenden | 2010-08-06 | 2 | -0/+36 |
* | Skip the i18n test if the test language has not been built | Rob Crittenden | 2010-08-06 | 1 | -0/+6 |
* | Require that hosts be resolvable in DNS. Use --force to ignore warnings. | Rob Crittenden | 2010-08-06 | 7 | -17/+53 |
* | Fix replacing a certificate in a service. | Rob Crittenden | 2010-08-06 | 1 | -3/+28 |
* | Add framework for other command-line tests, starting with ipa-getkeytab. | Rob Crittenden | 2010-08-06 | 2 | -0/+210 |
* | Fix this test to work from source tree root | Rob Crittenden | 2010-08-06 | 1 | -2/+2 |
* | Drop our own PKCS#10 ASN.1 decoder and use the one from python-nss | Rob Crittenden | 2010-07-29 | 5 | -51/+83 |
* | Add some basic tests for ipalib/x509 | Rob Crittenden | 2010-07-29 | 1 | -0/+139 |
* | This patch removes the existing UI functionality, as a prep for adding the Ja... | Adam Young | 2010-07-29 | 2 | -45/+0 |
* | Fix netgroup plugin to use correct member attribute names. | Rob Crittenden | 2010-07-15 | 1 | -39/+107 |
* | Add API to delete a service principal key, service-disable. | Rob Crittenden | 2010-07-13 | 3 | -0/+6 |
* | Add test to ensure that a certificate we issue is actually stored properly. | Rob Crittenden | 2010-07-13 | 1 | -2/+32 |
* | Change expected aci summary from Updated to Modify in test cases | Rob Crittenden | 2010-07-06 | 1 | -4/+4 |
* | Fix aci_mod command. It should handle more complex operations now. | Rob Crittenden | 2010-06-24 | 1 | -56/+201 |
* | Add ipaUniqueID to HBAC services and service groups | Rob Crittenden | 2010-05-27 | 2 | -0/+4 |
* | Remove local get_dn() from hbacsvcgroup and add tests for hbacsvcgroup | Rob Crittenden | 2010-05-20 | 2 | -0/+259 |
* | Use new service schema for HBAC tests | Rob Crittenden | 2010-05-17 | 1 | -3/+35 |
* | Replace old pwpolicy plugin with new one using baseldap, fix tests. | Rob Crittenden | 2010-05-17 | 2 | -201/+24 |
* | Add new password policy plugin based on baseldap.py classes. | root | 2010-05-05 | 1 | -0/+171 |
* | Add weekly periodic schedule to AccessTime param type. | root | 2010-05-04 | 1 | -3/+2 |
* | Add test cases for AccessTime param and fix some problems in AccessTime | Rob Crittenden | 2010-05-03 | 1 | -0/+40 |
* | Add gettext translation test using test language. | John Dennis | 2010-04-16 | 1 | -0/+88 |
* | XML-RPC signature change | Jason Gerard DeRose | 2010-03-30 | 2 | -5/+3 |
* | Deleting a non-fully-qualified hostname should still delete its services | Rob Crittenden | 2010-03-30 | 2 | -0/+76 |
* | Ensure that the group policy priority is unique. | Rob Crittenden | 2010-03-19 | 1 | -8/+35 |
* | Finish deferred translation mechanism | Jason Gerard DeRose | 2010-03-16 | 2 | -15/+126 |
* | localize doc strings | John Dennis | 2010-03-08 | 4 | -7/+6 |
* | Consolidate to single WSGI entry point | Jason Gerard DeRose | 2010-03-01 | 1 | -1/+95 |
* | Fix unicode failures in Env tests and dn failures in XML-RPC tests | Rob Crittenden | 2010-02-26 | 7 | -44/+45 |
* | Make the --all option work in Add/Remove Member commands. | Pavel Zuna | 2010-02-24 | 4 | -6/+34 |
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 1 | -3/+3 |
* | Fix non XML-RPC tests | Jason Gerard DeRose | 2010-02-19 | 1 | -8/+13 |
* | Use the Output tuple to determine the order of output | Rob Crittenden | 2010-02-15 | 10 | -86/+112 |
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 1 | -0/+19 |
* | Allow one-character Param names | Rob Crittenden | 2010-02-12 | 1 | -4/+0 |
* | Command.output_params not contains params in Command.params | Jason Gerard DeRose | 2010-02-11 | 1 | -0/+27 |
* | Fix the cert plugin tests | Rob Crittenden | 2010-02-09 | 1 | -8/+24 |
* | Add support for the 'no_create', 'no_update', and 'no_search' Param flags | Jason Gerard DeRose | 2010-02-05 | 1 | -3/+5 |
* | Remove __public__ and __proxy__ hold-overs from Plugin class | Jason Gerard DeRose | 2010-01-28 | 3 | -118/+0 |
* | Fixed xmlrpc_test.fuzzy_digits for Fedora12 | Jason Gerard DeRose | 2010-01-22 | 2 | -2/+2 |
* | Fix backend.Executioner unit test. | Pavel Zuna | 2010-01-13 | 1 | -6/+13 |
* | Remove hardcoded domain, example.com | Rob Crittenden | 2009-12-18 | 2 | -6/+6 |
* | Add messages, declarative tests for rolegroup, taskgroup plugins | Jason Gerard DeRose | 2009-12-18 | 3 | -266/+827 |
* | Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista... | Jason Gerard DeRose | 2009-12-18 | 5 | -31/+104 |
* | Fuzzy feelings | Jason Gerard DeRose | 2009-12-17 | 8 | -395/+653 |
* | host and hostgroup summary messages, declarative tests; fix tests for 'dn' | Jason Gerard DeRose | 2009-12-16 | 5 | -221/+488 |