Commit Graph
25 Commits
Author SHA1 Message Date
Kyle 0bc7acbc68 Brain fart: it's the changed time, not created. 2016-01-21 02:09:35 -08:00
Kyle fdc1b0261b Fix type: TimeSpec -> Timespec. 2016-01-18 23:20:33 -08:00
Kyle c4cd5442e4 Add FileTime struct.
This allows retrieving a file's creation, modified, and access time
using a Unix stat(1) call.
2016-01-18 23:04:42 -08:00
Kyle 0b493e1060 Add top-level package documentation. 2015-12-22 20:57:32 -08:00
Kyle 72211b1496 Add clustersh, update docs.
+ clustersh is a command-line utility for interacting with multiple
  servers over SSH. It can run commands or transfer files.
+ The main README was updated to include clustersh, lib, mwc, and sbuf.
+ The fragment README notes the use of the -nl flag now.
2015-12-22 20:54:59 -08:00
Kyle ea6a050b92 Add Itoa. 2015-09-22 22:58:58 -07:00
Kyle 3a4509bbf6 More docs, global SetLevel. 2015-09-22 22:44:01 -07:00
Kyle 4b3f1037b3 Add showimp to commands. 2015-09-22 11:25:54 -07:00
Kyle 27819dbf0e Logging to file. 2015-09-22 10:45:51 -07:00
Kyle 57a33bcbcc Add pembody, mwc tests. 2015-09-22 10:39:27 -07:00
Kyle 3fd30fef69 Tidying up. 2015-09-22 03:43:33 -07:00
Kyle 35ded7bc60 Example is better. 2015-09-22 03:32:44 -07:00
Kyle 938f9289fa Trying this with examples. 2015-09-22 03:30:55 -07:00
Kyle 0750c235b6 Adding logging and some common functions. 2015-09-22 03:27:14 -07:00
Kyle da9e2e7184 Adding some file access utils. 2015-09-12 03:54:43 -07:00
Kyle 89e74f390b Add doc.go, finish YubiKey removal. 2014-04-24 20:43:13 -06:00
Kyle 7881b6fdfc Remove test TOTP client. 2014-04-24 20:40:44 -06:00
Kyle 5bef33245f Remove YubiKey (not currently functional). 2014-04-24 20:37:53 -06:00
Kyle 84250b0501 More documentation. 2014-04-24 20:37:00 -06:00
Kyle Isom 459e9f880f Add function to build Google TOTPs from secret 2014-04-23 16:54:16 -07:00
Kyle Isom 0982f47ce3 Add last night's progress.
Basic functionality for HOTP, TOTP, and YubiKey OTP. Still need YubiKey
HMAC, serialisation, check, and scan.
2013-12-20 17:00:01 -07:00
Kyle Isom 1dec15fd11 add missing files
new files are
	oath_test
	totp code
2013-12-19 00:21:26 -07:00
Kyle Isom 2ee9cae5ba Add basic Google Authenticator TOTP client. 2013-12-19 00:20:00 -07:00
Kyle Isom dc04475120 HOTP and TOTP-SHA-1 working.
why the frak aren't the SHA-256 and SHA-512 variants working
2013-12-19 00:04:26 -07:00
Kyle Isom dbbd5116b5 Initial import.
Basic HOTP functionality.
2013-12-18 21:48:14 -07:00