freeipa/ipalib/plugins
Pavel Zuna bc5b5a82d9 Fix DNS plugin: proper output definitions, --all, dns-add-rr overwritting
The DNS plugin is getting old, tired and already looking forward to his
pension in the Carribean. It will be replaced soon by a younger, faster,
safer, shorter (in terms of code) and more maintainable version.
Until that happens, here's some medicine for the old guy:
- proper output definitions: the DNS plugin was created before we
  had the has_output attribute in place
- --all: this is related to the output definitions as
  Command.get_options() adds the --all and --raw options automatically
  if has_output contains entries
- dns-add-rr overwritting: missing .lower() caused records to be
  overwritten everytime a new one was added from the CLI
2010-04-19 11:38:19 +02:00
..
__init__.py Renamed f_misc.py plugin module to misc.py 2009-02-03 15:29:00 -05:00
aci.py localize doc strings 2010-03-08 21:10:36 -07:00
automount.py Fix typo in automount doc message. 2010-03-16 17:23:06 -04:00
baseldap.py Enable LDAPObject subclasses to disable DN normalization in their methods. 2010-04-16 14:24:20 -04:00
cert.py localize doc strings 2010-03-08 21:10:36 -07:00
config.py localize doc strings 2010-03-08 21:10:36 -07:00
dns.py Fix DNS plugin: proper output definitions, --all, dns-add-rr overwritting 2010-04-19 11:38:19 +02:00
group.py localize doc strings 2010-03-08 21:10:36 -07:00
hbac.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
host.py Deleting a non-fully-qualified hostname should still delete its services 2010-03-30 09:41:17 -04:00
hostgroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
kerberos.py Giant webui patch take 2 2009-10-13 11:28:00 -06:00
krbtpolicy.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
migration.py Retrieve the LDAP schema using kerberos credentials. 2010-03-17 23:36:53 -06:00
misc.py Fix output of env plugin. It displayed more than it should. 2010-04-16 11:06:54 -04:00
netgroup.py localize doc strings 2010-03-08 21:10:36 -07:00
passwd.py Translatable Param.label, Param.doc 2010-02-24 02:47:39 -07:00
pwpolicy.py Fix cut-and-paste error in pwpolicy plugin 2010-03-23 15:59:54 -04:00
rolegroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
service.py localize doc strings 2010-03-08 21:10:36 -07:00
taskgroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
user.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
virtual.py First pass at enforcing certificates be requested from same host 2009-10-21 03:22:44 -06:00
xmlclient.py Sundry work getting ready to switch to new XML-RPC client/server code 2009-02-03 15:29:00 -05:00