summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-02-04move keytrans test to a separate test script, and move functions common to al...Jameson Graef Rollins
2009-02-04add test of key conversion (openpgp2ssh and pem2openpgp) in test script.Jameson Graef Rollins
2009-02-03fix up gen/import-key:Jameson Graef Rollins
2009-02-02add ability to specify key length of core secret key, so the test scripts can...Jameson Graef Rollins
2009-02-01Fix a bug in setup where gpg was called instead of gpg_core. ThisJameson Graef Rollins
2009-02-01some tweaks to the man pagesJameson Graef Rollins
2009-02-01fix a bunch of directory references to the new data/share dirsJameson Graef Rollins
2009-02-01some small tweaks, and one tiny syntax bug fix, to ma/setup, and someJameson Graef Rollins
2009-02-01removed some unnecessary setup from the basic test, pulling the random string...Daniel Kahn Gillmor
2009-02-01add setup subcommand call to ms-authentication, and more fixes to testsJameson Graef Rollins
2009-01-31fix some things bugs from the separation transition, and try to fix the test ...Jameson Graef Rollins
2009-01-31fix some test problems related to gpg.conf locationsMicah Anderson
2009-01-31fix location of the primary public keyring for the new reorganizationMicah Anderson
2009-01-31rework the tests to use the new reorganizationMicah Anderson
2009-01-31resyn implementation of m-s gen-key with the help outputMicah Anderson
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