index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Assistant
/
Ssh.hs
Commit message (
Expand
)
Author
Age
*
rename module
Joey Hess
2013-05-12
*
fix use of wrong shebang when android is installing git-annex-shell wrapper o...
Joey Hess
2013-05-06
*
expose Control.Monad.join
Joey Hess
2013-04-22
*
webapp: Include the repository directory in the mangled hostname and ssh key ...
Joey Hess
2013-04-16
*
use git-annex for ssh directory name
Joey Hess
2013-04-14
*
random ssh keys (╯°□°)╯︵ ┻━┻ gnome-keyring
Joey Hess
2013-04-14
*
assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the ssh key does n...
Joey Hess
2013-03-12
*
Makefile now builds using cabal, taking advantage of cabal's automatic detect...
Joey Hess
2013-02-27
*
webapp: Display any error message from git init if it fails to create a repos...
Joey Hess
2013-02-26
*
deal with Android's nonstandard shell location
Joey Hess
2013-02-13
*
fix typo in name of authorized_keys file when canceling adding a key
Joey Hess
2013-01-03
*
webapp: Allow user to specify the ssh port when setting up a remote.
Joey Hess
2012-12-06
*
assistant: Allow periods in ssh key comments.
Joey Hess
2012-12-06
*
cleanup
Joey Hess
2012-11-06
*
webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY.
Joey Hess
2012-11-05
*
webapp: Generate better git remote names.
Joey Hess
2012-10-31
*
where indentation
Joey Hess
2012-10-31
*
Use USER and HOME environment when set, and only fall back to getpwent, which...
Joey Hess
2012-10-25
*
webapp: Allow dashes in ssh key comments when pairing.
Joey Hess
2012-10-22
*
removed 3 partial !! and got a much nicer implementation
Joey Hess
2012-10-20
*
webapp: Avoid crashing when ssh-keygen -F chokes on an invalid known_hosts file.
Joey Hess
2012-09-27
*
use ~/.ssh/git-annex-shell wrapper
Joey Hess
2012-09-26
*
UI for enabling special remotes
Joey Hess
2012-09-13
*
hlint
Joey Hess
2012-09-13
*
pairing works!!
Joey Hess
2012-09-11
*
clean up authorized_keys handling
Joey Hess
2012-09-11
*
pairing probably works now (untested)
Joey Hess
2012-09-10
*
check that ssh public key received over the wire is sane
Joey Hess
2012-09-10
*
responding to pair requests *almost* works
Joey Hess
2012-09-10
*
broke out fairly generic ssh stuff to Assistant.Ssh so pairing can use it too
Joey Hess
2012-09-10