summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2008-10-26testing: A bit more fine-tuning, so that the test suite should successfully ↵Daniel Kahn Gillmor
complete without any user interaction.
2008-10-26testing: setting up the fake testuser account with an authorized_user_id.Daniel Kahn Gillmor
2008-10-26testing: change order of operations to make sure that authentication subkey ↵Daniel Kahn Gillmor
is available during authorized_keys update.
2008-10-26testing: setting up the authorized_keys for testuser.Daniel Kahn Gillmor
2008-10-26testing: fixing some bash escaping, adding in one last FIXMEDaniel Kahn Gillmor
2008-10-26testing: added a passphrase (abc123) for the testuser private key; supplied ↵Daniel Kahn Gillmor
a phony SSH_ASKPASS to provide the password when needed.
2008-10-26testing: moved the LogLevel debugging for ssh into config files, added an ↵Daniel Kahn Gillmor
ssh-agent to the final ssh invocation.
2008-10-26testing: move ProxyCommand into a simple shell script to ease invocation ↵Daniel Kahn Gillmor
(shell logical operators do not work directly in ProxyCommand argument).
2008-10-26testing switching back to SSHD_PID, since the jobspec does not seem to work ↵Daniel Kahn Gillmor
through a trap.
2008-10-26testing: only try to kill backgrounded sshd if process exists.Daniel Kahn Gillmor
2008-10-26testing: using jobspec instead of SSHD_PIDDaniel Kahn Gillmor
2008-10-26testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile.Daniel Kahn Gillmor
2008-10-26testing: adding temporary monkeysphere config and ssh config.Daniel Kahn Gillmor
2008-10-26testing: make final ssh command more verbose; supplying a default empty ↵Daniel Kahn Gillmor
password for gen-subkey.
2008-10-26testing: transfer permissions of home directories for testuser and admin.Daniel Kahn Gillmor
2008-10-25repaired admin keyringDaniel Kahn Gillmor
2008-10-25more test suite fixes.Jameson Graef Rollins
2008-10-25more work on test suite.Jameson Graef Rollins
2008-10-25Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-10-25tests: do not use privilege separation with sshd.Daniel Kahn Gillmor
2008-10-25more work on test suite.Jameson Graef Rollins
2008-10-25testing: admin has signed key of testuser; testuser has lsigned key of ↵Daniel Kahn Gillmor
admin, and granted full ownertrust to admin.
2008-10-25more tweaks to test script.Jameson Graef Rollins
2008-10-25fix path to sshd_config in test scriptJameson Graef Rollins
2008-10-25Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: tests/basic
2008-10-25more changes to test suite, and add admin/testuser gpg.conf files toJameson Graef Rollins
use quick-random option
2008-10-25test now has better sshd configuration.Daniel Kahn Gillmor
2008-10-25add a socat-based sshd invocation to the basic test suite.Daniel Kahn Gillmor
2008-10-13More work on test suite.Jameson Graef Rollins
2008-10-12some work on the test script.Jameson Graef Rollins
2008-10-11added fake admin key (ID 7005D3BE) for test suite.Daniel Kahn Gillmor
2008-09-14adding initial testsuite (totally unfinished!), bug report about ↵Daniel Kahn Gillmor
genericizing filesystem locations.