summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-11-09tests/basic ensure that any lingering sshd process will get killed off.Daniel Kahn Gillmor
2008-11-04very minor changes to test scriptJameson Graef Rollins
2008-11-03set the bash pipefail option in the test script to return the errorJameson Graef Rollins
2008-10-30fixing check for test suite.Daniel Kahn Gillmor
2008-10-30fixing stupid typo.Daniel Kahn Gillmor
2008-10-30add checks to make sure that the test suite will be able to run.Daniel Kahn Gillmor
2008-10-29added comments and changelog notes about why the test script sets $DISPLAYDaniel Kahn Gillmor
2008-10-29set DISPLAY in test suite so that passphrase prompting falls through.Jameson Graef Rollins
2008-10-29finish consolidating test suite ssh test into single function, andJameson Graef Rollins
2008-10-28move away from using MONKEYSPHERE_SERVER_CONFIG in test suite.Jameson Graef Rollins
2008-10-28tweak to test to not include user authorized_keys file.Jameson Graef Rollins
2008-10-28move to using 'none' for the RAW_AUTHORIZED_KEY value to use for *not*Jameson Graef Rollins
2008-10-28touch known_hosts file in monkeysphere so that permission checkingJameson Graef Rollins
2008-10-28cleaning up basic test.Daniel Kahn Gillmor
2008-10-28more work on test suite, and add new tmpdir to monkeysphere.dirs.Jameson Graef Rollins
2008-10-28chown authorized_keys files as jrollins, and add monkeysphere tmpdir in SYSDA...Jameson Graef Rollins
2008-10-28testing: tighten up the umask before sshd launch, so that the socket is not e...Daniel Kahn Gillmor
2008-10-28test suite now auto-detects which flavor of prng support GPG uses.Daniel Kahn Gillmor
2008-10-28do not choke at end of test suite if no sshd was ever launched.Daniel Kahn Gillmor
2008-10-28tests now avoid prompting for default identity files.Daniel Kahn Gillmor
2008-10-27extend test suite to check for authentication denial whenJameson Graef Rollins
2008-10-26testing: A bit more fine-tuning, so that the test suite should successfully c...Daniel Kahn Gillmor
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 i...Daniel Kahn Gillmor
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 a...Daniel Kahn Gillmor
2008-10-26testing: moved the LogLevel debugging for ssh into config files, added an ssh...Daniel Kahn Gillmor
2008-10-26testing: move ProxyCommand into a simple shell script to ease invocation (she...Daniel Kahn Gillmor
2008-10-26testing switching back to SSHD_PID, since the jobspec does not seem to work t...Daniel Kahn Gillmor
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 passw...Daniel Kahn Gillmor
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 admin,...Daniel Kahn Gillmor
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
2008-10-25more changes to test suite, and add admin/testuser gpg.conf files toJameson Graef Rollins
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