freeipa/ipalib
Rob Crittenden 00f27fe8c9 Fix a number of bugs in the pwpolicy plugin
This fixes:
- Consistent usage of priority vs cospriority in options
- Fixes bug introduced with recent patch where global policy couldn't be
  updated
- Doesn't allow cospriority to be removed for groups (#570536)
- returns the priority with group policy so it can be displayed
- Properly unicode encode group names for display
2010-03-19 04:36:56 -06:00
..
plugins Fix a number of bugs in the pwpolicy plugin 2010-03-19 04:36:56 -06:00
__init__.py Finish deferred translation mechanism 2010-03-16 11:41:22 -06:00
aci.py Fix two bugs: one in parsing the ACI and one in comparing two ACIs 2009-11-25 09:38:33 -07:00
backend.py Remove __public__ and __proxy__ hold-overs from Plugin class 2010-01-28 13:32:00 -05:00
base.py Allow one-character Param names 2010-02-12 13:14:29 -07:00
cli.py localize doc strings 2010-03-08 21:10:36 -07:00
compat.py Add sha1, md5 to compat 2010-02-12 17:20:46 -05:00
config.py Fix unicode failures in Env tests and dn failures in XML-RPC tests 2010-02-26 12:31:11 -05:00
constants.py Consolidate to single WSGI entry point 2010-03-01 20:21:38 -07:00
crud.py Fix non XML-RPC tests 2010-02-19 18:10:37 -05:00
encoder.py Prevent double encoding/decoding when processing compound types. 2009-08-03 23:00:17 -06:00
errors.py Add NotImplementedError type so CA plugins can return client-friendly errors 2009-12-01 23:18:05 -07:00
frontend.py Include params in Method.output_params 2010-03-19 04:31:40 -06:00
ipauuid.py Fix deprecation error importing sha 2010-02-12 17:08:27 -05:00
output.py localize doc strings 2010-03-08 21:10:36 -07:00
parameters.py Finish deferred translation mechanism 2010-03-16 11:41:22 -06:00
pkcs10.py Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL. 2009-11-30 18:10:09 -07:00
plugable.py Add Object.label class attribute, enable in webUI 2010-02-12 17:07:37 -05:00
request.py Finish deferred translation mechanism 2010-03-16 11:41:22 -06:00
rpc.py Explicitly set verbosity off in the XML-RPC client 2009-09-14 09:46:42 -04:00
text.py Finish deferred translation mechanism 2010-03-16 11:41:22 -06:00
util.py Removed util.add_global_options() and frontend.Application 2009-10-14 15:07:17 -06:00
x509.py Correct some comment errors 2010-01-19 17:33:28 -05:00