| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate to single WSGI entry point | Jason Gerard DeRose | 2010-03-01 | 1 | -1/+1 |
* | Code cleanup: remove unused stuff, take 1. | Pavel Zuna | 2010-03-01 | 13 | -245/+12 |
* | Fix unicode failures in Env tests and dn failures in XML-RPC tests | Rob Crittenden | 2010-02-26 | 3 | -10/+10 |
* | Don't try to revoke a cert that is already revoked. | Rob Crittenden | 2010-02-26 | 2 | -5/+22 |
* | Make the --all option work in Add/Remove Member commands. | Pavel Zuna | 2010-02-24 | 1 | -2/+18 |
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 22 | -274/+360 |
* | Complete netgroup attributes. | Pavel Zuna | 2010-02-23 | 1 | -1/+22 |
* | Replace incorrect use of str.index with str.find in host plugin. | Pavel Zuna | 2010-02-23 | 1 | -1/+1 |
* | Fix bug where parameter cloning didn't clone validation rules. | Pavel Zuna | 2010-02-23 | 1 | -1/+1 |
* | Fix non XML-RPC tests | Jason Gerard DeRose | 2010-02-19 | 2 | -11/+2 |
* | Use unicode instead of str for environmental variables in Env. | Pavel Zuna | 2010-02-19 | 1 | -2/+4 |
* | 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 |