log

age author description
Sun, 01 Nov 2015 12:16:51 -0500 Paul Fisher Put all the library stuff into multipass/file.
Fri, 30 Oct 2015 00:18:13 -0400 Paul Fisher Move commands to canonical Go locations, so go install works.
Fri, 30 Oct 2015 00:01:59 -0400 Paul Fisher cleaning up tests per go vet
Thu, 29 Oct 2015 23:56:53 -0400 Paul Fisher Add tests for multipass files.
Thu, 29 Oct 2015 21:31:28 -0400 Paul Fisher gofmt.
Thu, 29 Oct 2015 21:29:27 -0400 Paul Fisher Move Unix-specific user auth files into unix_users.go.
Thu, 29 Oct 2015 21:25:12 -0400 Paul Fisher Fix auth tests.
Sun, 25 Oct 2015 11:48:53 -0400 Paul Fisher Actually add the remove command.
Sun, 25 Oct 2015 11:47:20 -0400 Paul Fisher Add tool to remove passwords.
Sun, 25 Oct 2015 10:45:32 -0400 Paul Fisher Make multipass files default all-readable.
Sun, 25 Oct 2015 00:03:06 -0400 Paul Fisher Preserve the entire environment when password checking.
Sat, 24 Oct 2015 23:40:13 -0400 Paul Fisher Report errors to the user.
Sat, 24 Oct 2015 23:33:16 -0400 Paul Fisher Read from fd3, not stdin.
Sat, 24 Oct 2015 23:19:20 -0400 Paul Fisher Replace '\0' with correct 0 value.
Sat, 24 Oct 2015 23:16:42 -0400 Paul Fisher Use proper separator on multipass reads.
Sat, 24 Oct 2015 22:36:33 -0400 Paul Fisher Fix checkpassword to actually build.
Sat, 24 Oct 2015 22:34:07 -0400 Paul Fisher Actually shave off last character of password description.
Sat, 24 Oct 2015 21:48:38 -0400 Paul Fisher Make checkpassword work; fix minor bug in add.
Sat, 24 Oct 2015 21:32:03 -0400 Paul Fisher Basic binaries. checkpassword doesn't yet work.