optools/TODO

40 lines
1.7 KiB
Plaintext
Raw Normal View History

2020-10-04 02:42:35 -04:00
- sshsecure is being re-written in golang
2020-04-23 21:48:47 -04:00
-vault, schema dumper (dump mounts, paths (otional w/switch or toggle), and meta information)
--ability to recreate from xml dump
2017-10-08 20:05:50 -04:00
-git
2017-10-12 02:53:39 -04:00
2017-10-08 20:05:50 -04:00
-net/addr needs DNS/PTR/allocation stuff etc.
2017-10-12 02:53:39 -04:00
-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
2017-10-10 21:37:47 -04:00
--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
2017-10-12 02:51:18 -04:00
-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
2018-02-13 00:09:36 -05:00
-net, add shorewall templater
-port in sslchk
2018-03-13 12:15:32 -04:00
-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.