-git

-net/addr needs DNS/PTR/allocation stuff etc.

-net/mirroring

-storage, see if we can access lvm and cryptsetup functions via https://github.com/storaged-project/libblockdev/issues/41
--http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.MDRaid.html
--http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Encrypted.html
--http://mindbending.org/en/python-and-udisks-part-2
--http://storaged.org/doc/udisks2-api/2.6.5/gdbus-org.freedesktop.UDisks2.Block.html
--https://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html


sshkeys:
-need to verify keys via GPG signature. we also need to have a more robust way of updating pubkeys - categorization, role
-write API to get pubkeys, hostkeys? really wish DBs supported nesting
-separate by algo, but this is easy to do (split on space, [0])

snippet: create mtree with libarchive, bsdtar -cf /tmp/win.mtree --one-file-system --format=mtree --options='mtree:sha512,mtree:indent'  /path/*
probably need to package https://packages.debian.org/source/stretch/freebsd-buildutils to get fmtree for reading

-net, add ipxe - write flask app that determines path based on MAC addr

-net, add shorewall templater

-port in sslchk

-script that uses uconv(?) and pymysql to export database to .ods

-IRC
-- i should use the python IRC module on pypi to join an irc network (freenode, probably, for my personal interests) and
   run an iteration over all nicks in a channel with /ctcp <nick> version. handy when i'm trying to find someone running
   a certain platform/client i have some questions about.