| Commit message (Expand) | Author | Age | Files | Lines |
* | Make error message in migration plugin unicode. | Pavel Zuna | 2010-02-17 | 1 | -2/+2 |
* | Expand the types of groups that can be migrated to support IPA v1 migrations | Rob Crittenden | 2010-02-17 | 1 | -1/+1 |
* | Don't iterate over empty values in List params | Rob Crittenden | 2010-02-17 | 1 | -1/+1 |
* | Used named variables in calls to print_attribute() | Rob Crittenden | 2010-02-17 | 1 | -2/+2 |
* | Reverse patch to not encode int values, handled at OID level properly now. | Rob Crittenden | 2010-02-17 | 1 | -5/+1 |
* | Convert password policy integer values to unicode instead of str. | Pavel Zuna | 2010-02-17 | 1 | -2/+2 |
* | Auto-generate --all and --raw for commands, that return entries. | Pavel Zuna | 2010-02-17 | 4 | -130/+66 |
* | Fix the pwpolicy plugin to work better with new output system. | Rob Crittenden | 2010-02-17 | 1 | -9/+24 |
* | Don't base64-encode integers | Rob Crittenden | 2010-02-17 | 1 | -1/+5 |
* | Use the Output tuple to determine the order of output | Rob Crittenden | 2010-02-15 | 14 | -76/+277 |
* | Fix the automountlocation-tofiles command and add some labels | Rob Crittenden | 2010-02-15 | 1 | -8/+18 |
* | Add sha1, md5 to compat | Jason Gerard DeRose | 2010-02-12 | 1 | -4/+34 |
* | Fix deprecation error importing sha | Rob Crittenden | 2010-02-12 | 1 | -2/+5 |
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 15 | -6/+68 |
* | Allow one-character Param names | Rob Crittenden | 2010-02-12 | 4 | -8/+4 |
* | Add default automount location. Auto-create auto.direct in new locations. | Pavel Zuna | 2010-02-12 | 1 | -0/+3 |
* | Command.output_params not contains params in Command.params | Jason Gerard DeRose | 2010-02-11 | 1 | -0/+7 |
* | Fix logging in CLI and server (take 2) | Jason Gerard DeRose | 2010-02-09 | 1 | -5/+10 |
* | Add support for the 'no_create', 'no_update', and 'no_search' Param flags | Jason Gerard DeRose | 2010-02-05 | 1 | -3/+109 |
* | Implement pwplicy_find to show all group password policies | Rob Crittenden | 2010-02-03 | 1 | -0/+32 |
* | Add flag to allow a cert to be re-issued | Rob Crittenden | 2010-02-03 | 1 | -3/+7 |
* | Only change the log level if it isn't already set | Rob Crittenden | 2010-02-03 | 1 | -4/+5 |
* | Be more careful when base64-decoding certificates | Rob Crittenden | 2010-02-02 | 1 | -6/+3 |
* | Base64-encode binary values on the command-line | Rob Crittenden | 2010-02-02 | 1 | -3/+17 |
* | Remove group-specific password policy on group deletion | Rob Crittenden | 2010-01-29 | 1 | -0/+8 |
* | Remove __public__ and __proxy__ hold-overs from Plugin class | Jason Gerard DeRose | 2010-01-28 | 3 | -109/+1 |
* | Enabled CRUDS in webUI using wehjit 0.2.0 | Jason Gerard DeRose | 2010-01-26 | 3 | -1/+11 |
* | Fix merge error, variable mis-named label instead of doc | Rob Crittenden | 2010-01-21 | 1 | -1/+1 |
* | User-defined certificate subjects | Rob Crittenden | 2010-01-20 | 1 | -1/+17 |
* | Fix plugin to work with new output validation, add new helpers | Rob Crittenden | 2010-01-20 | 1 | -34/+57 |
* | Add DS migration plugin and password migration page. | Pavel Zuna | 2010-01-20 | 1 | -0/+374 |
* | Add --enable-migration option in config plugin. | Pavel Zuna | 2010-01-20 | 1 | -1/+14 |
* | Temporary fix for name collision of textui.print_entry. | Pavel Zuna | 2010-01-20 | 2 | -3/+3 |
* | Make DNS plugin support output validation and thus make it work again. | Pavel Zuna | 2010-01-20 | 1 | -39/+86 |
* | Correct some comment errors | Rob Crittenden | 2010-01-19 | 1 | -2/+1 |
* | pass DER flag to x509.get_serial_number() | John Dennis | 2010-01-19 | 1 | -1/+1 |
* | Allow cospriority to be updated and fix description of priority ordering | Rob Crittenden | 2010-01-19 | 1 | -7/+27 |
* | Use 'l' instead of 'localityname' in host plugin. | Pavel Zuna | 2010-01-14 | 1 | -2/+14 |
* | Make host objects aware of their membership and that l==localityName. | Pavel Zuna | 2010-01-14 | 1 | -0/+6 |
* | Add Kerberos Ticket Policy management plugin. | Pavel Zuna | 2010-01-13 | 2 | -27/+167 |
* | Allow creation of new connections by unshared instances of backend.Connectible. | Pavel Zuna | 2010-01-11 | 2 | -14/+22 |
* | Add --all to LDAPCreate and make LDAP commands always display default attribu... | Pavel Zuna | 2010-01-11 | 7 | -14/+30 |
* | Use the caIPAserviceCert profile for issuing service certs. | Rob Crittenden | 2010-01-08 | 1 | -2/+2 |
* | Add messages, declarative tests for rolegroup, taskgroup plugins | Jason Gerard DeRose | 2009-12-18 | 2 | -7/+29 |
* | Handle base64-encoded certificates better, import missing function | Rob Crittenden | 2009-12-18 | 3 | -0/+11 |
* | Make hosts more like real services so we can issue certs for host principals | Rob Crittenden | 2009-12-16 | 2 | -12/+56 |
* | host and hostgroup summary messages, declarative tests; fix tests for 'dn' | Jason Gerard DeRose | 2009-12-16 | 1 | -3/+11 |
* | Add some missing labels | Rob Crittenden | 2009-12-14 | 2 | -0/+5 |
* | Convert to using new result output handling | Rob Crittenden | 2009-12-14 | 2 | -27/+85 |
* | This plugin was replaced by the aci plugin | Rob Crittenden | 2009-12-11 | 1 | -93/+0 |