A pure-Haskell SSH server library (fork of ganesh's ssh)
Thu Mar 31 05:27:21 UTC 2016 | ||
Thu Mar 31 05:27:15 UTC 2016 | ||
Thu Mar 31 05:27:14 UTC 2016 | ||
Thu Mar 31 05:26:45 UTC 2016 | ||
Initial support for arbitrary MonadIO base monads The SSH server has been using two monads, both being StateT over IO. One holds state for an entire session, and the other holds state for a single channel. If you wanted to pass some extra information to the monadic computations, you'd have to pass them when starting the server or use This record keeps those two monads defined as StateT, but instead of wrapping Since sessions and channels run in separate threads, there are two type parameters, | Sat Mar 5 22:53:35 UTC 2016 | |
another tweak needed to keep the tests working with libcrypto too | ganesh | Sun Apr 5 20:05:47 UTC 2015 |
Fix segfault when libssh2 is linked against libgcrypt It doesn't like the invalid RSA keys with 1s in several fields | ganesh | Sun Apr 5 19:57:55 UTC 2015 |
ganesh | Thu Apr 2 21:11:45 UTC 2015 | |
avoid intermittent failure by waiting for the forked server to start | ganesh | Thu Apr 2 19:43:42 UTC 2015 |
ganesh | Thu Apr 2 19:43:23 UTC 2015 | |
ganesh | Thu Apr 2 18:48:21 UTC 2015 | |
switch to 'tasty' for the test runner It's more modern and actively maintained | ganesh | Thu Apr 2 17:48:37 UTC 2015 |
ganesh | Thu Apr 2 17:43:40 UTC 2015 | |
ganesh | Thu Apr 2 06:30:35 UTC 2015 | |
ganesh | Thu Apr 2 06:14:52 UTC 2015 | |
ganesh | Thu Apr 2 05:57:41 UTC 2015 | |
ganesh | Thu Apr 2 05:55:50 UTC 2015 | |
ganesh | Wed Apr 1 21:50:08 UTC 2015 | |
ganesh | Wed Apr 1 17:11:19 UTC 2015 | |
ganesh | Tue Mar 31 23:45:38 UTC 2015 | |
I would prefer to use cabal's data-files, but it doesn't seem possible to assocate that just with the test code. | ganesh | Tue Mar 31 21:46:13 UTC 2015 |
At present the test suite doesn't work properly with 'cabal test' and must be run from the 'tests' directory inside the repository. | ganesh | Tue Mar 31 06:04:57 UTC 2015 |