index
:
monkeysphere
autoquote
dualquote
master
rootsquash
shell
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
share
/
m
Age
Commit message (
Expand
)
Author
2010-01-10
Fix patch for gen_key to test gpg version.
Jameson Rollins
2010-01-10
added notes about what version needs what keyType
Daniel Kahn Gillmor
2009-12-20
fix ms Issue #1536 for gpg edit/addkey UI change
Jameson Graef Rollins
2009-07-24
Merge commit 'dkg/master'
Jameson Graef Rollins
2009-07-24
make sure we check for the host key existence in the correct known_hosts file.
Daniel Kahn Gillmor
2009-07-24
improve the marginal ui a bit. note number of invalid keys. closes ms #1141
Jameson Graef Rollins
2009-07-23
proposed fix to marginal ui in case where host key not retrieved (should fix ...
Jameson Graef Rollins
2009-07-11
improve marginal UI for cases when host key can't be retrieved
Jameson Graef Rollins
2009-04-05
some small compatibility changes:
Jameson Graef Rollins
2009-03-27
trying to make m gen-subkey more responsive in the face of errors, and cleare...
Daniel Kahn Gillmor
2009-03-18
remove some extraneous invocations of cat.
Daniel Kahn Gillmor
2009-03-18
modify the ssh_proxycommand marginal ui output so that it better
Jameson Graef Rollins
2009-03-07
fix the marginal ui output so that it's not prefixed by the
Jameson Graef Rollins
2009-03-02
added ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FO...
Jameson Graef Rollins
2009-03-01
removed test_gnu_dummy_s2k_extension(); no longer necessary
Daniel Kahn Gillmor
2009-02-21
correct return codes for monkeysphere subkey-to-ssh-agent
Daniel Kahn Gillmor
2009-02-21
un-fix non-typo in ssh_proxycommand. (my mistake!)
Daniel Kahn Gillmor
2009-02-21
fixing typo in ssh_proxycommand.
Daniel Kahn Gillmor
2009-02-21
fix return in subkey_to_ssh_agent, so that it returns, instead of exits
Jameson Graef Rollins
2009-02-21
make sure we're explicitly capturing return codes in places where they are te...
Jameson Graef Rollins
2009-02-20
document why monkeysphere import-subkey is not yet working.
Daniel Kahn Gillmor
2009-02-19
Merge commit 'jrollins/master'
Daniel Kahn Gillmor
2009-02-19
correcting ssh_proxycommand output.
Daniel Kahn Gillmor
2009-02-19
remove import_subkey from monkeysphere usage and man page until we get
Jameson Graef Rollins
2009-02-19
the import_subkey function was in fact not implement at all. MUST FIX!
Jameson Graef Rollins
2009-02-19
add a gpg_user function in monkeysphere to add some gpg quieting
Jameson Graef Rollins
2009-02-19
The monkeysphere {import,gen}_subkey functions were not up-to-date.
Jameson Graef Rollins
2009-02-19
added msmktempfile; got rid of /dev/stdin assumption in ssh_proxycommand for ...
Daniel Kahn Gillmor
2009-02-19
fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for p...
Jameson Graef Rollins
2009-02-19
tweak some of the prompting, to change defaults, and add PROMPT usage where m...
Jameson Graef Rollins
2009-02-19
Cleanup how variables are specified and loaded:
Jameson Graef Rollins
2009-02-18
new msmktempdir function, to simplify making temporary directories. remove M...
Jameson Graef Rollins
2009-02-01
fix the log output for the ssh-proxycommand
Jameson Graef Rollins
2009-02-01
small tweak to ssh-proxycommand comments.
Jameson Graef Rollins
2009-01-31
move src/subcommands to srv/share, and add common file to src/share (update M...
Jameson Graef Rollins