Deprecate any arnied wrapper cnfvar functionality
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Thu, 21 Apr 2022 07:05:23 +0000 (10:05 +0300)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 19 May 2022 09:13:27 +0000 (11:13 +0200)
commit4965c436d33f6ca69b4ec877e2724a1d1afabf29
tree542ded0ef9d0f6cd8a800e756d1edc210cb6d92e
parent865ff8a91a0244fcbaae8b01d28f526d66794370
Deprecate any arnied wrapper cnfvar functionality

This also includes dropping a few functions using hard-coded
{get|set|unset}_cnf binary calls for functionality that is
simple enough to be taken care of by client code.

It leaves us only with remainder functions that we would like
to eventually get either through the arnied API or through some
other module specializing on top of the arnied API.
src/arnied_wrapper.py
src/dial.py
src/mail_utils.py
src/sysmisc.py
src/web_interface.py
test/test_arnied_wrapper.py