| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Consolidate policy tests into t_policy.py | Greg Hudson | 2013-01-09 | 1 | -92/+0 |
| | | | | | | Create a combined script for policy-related tests, and fold in the existing lockout, password history, and allowed-keysalts tests. | ||||
| * | Simplify k5test.py environments | Greg Hudson | 2012-12-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | The initial k5test.py design, copied from the dejagnu suite, is to create config files and environments for four expected roles: client, server, master, and slave. This approach exaggerates the complexity of the common case, where the configurations don't need to vary, and limits us to having just one slave for kprop/iprop tests. Instead, create just one configuration by default, and add a special_env() method which sets up a differently configured environment for the few test cases which need one. The run_as_*() methods are collapsed into just run(), which accepts an optional argument for the environment returned by special_env(). | ||||
| * | Policy extensions + new policy: allowed ks types | Nicolas Williams | 2012-07-30 | 1 | -0/+93 |
| This simply adds KADM5_API_VERSION_4 and various fields to the policy structures: - attributes (policy-ish principal attributes) - max_life (max ticket life) - max_renewable_life (max ticket renewable life) - allowed_keysalts (allowed key/salt types) - TL data (future policy extensions) Of these only allowed_keysalts is currently implemented. Some refactoring of TL data handling is also done. ticket: 7223 (new) | |||||
