aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-06-03tests: Moved proxycommand test to client tests.Andreas Schneider3-1/+1
2010-06-03tests: Move getpwuid_r to a setup function.Andreas Schneider1-13/+21
2010-06-03tests: Move client tests to a seperate directory.Andreas Schneider5-2/+7
2010-06-03tests: Fixed the misc torture test.Andreas Schneider1-4/+4
2010-05-31misc: Move size check down in ssh_path_expand_escape().Andreas Schneider1-0/+14
2010-05-19Fixed keyboard-interactive and unit testAris Adamantiadis1-0/+5
2010-05-19Fix authentication testAris Adamantiadis1-2/+2
2010-05-18Added verbosity flag for unit testsAris Adamantiadis4-1/+26
2010-05-18Added unit test for kbdint and password auth.Aris Adamantiadis2-0/+107
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis10-191/+36
2010-05-18Fixed unittest nameAris Adamantiadis1-1/+1
2010-05-17Added some other junk test fileAris Adamantiadis1-0/+33
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis4-22/+22
2010-05-11Added a torture test for ssh_path_expand_escape().Andreas Schneider1-0/+27
2010-05-11Added a torture test for ssh_path_expand_tilde().Andreas Schneider1-0/+25
2010-05-10Changed test name + test with invalid proxycommandAris Adamantiadis1-1/+18
2010-05-09Test case for proxycommandAris Adamantiadis2-0/+62
2010-05-08Fix u_int_x_t -> uint_x_tAris Adamantiadis1-3/+3
2010-05-08added test for ntohllAris Adamantiadis1-0/+19
2010-05-08Added tests for ssh_dirname and ssh_basenameAris Adamantiadis1-0/+31
2010-05-07Added test for zlib compression methodAris Adamantiadis1-1/+22
2010-05-07Added torture_algorithms test caseAris Adamantiadis2-0/+147
2010-05-07The actual init testAris Adamantiadis1-0/+46
2010-05-07Added torture_ssh_init unit testAris Adamantiadis1-0/+1
2010-05-05More detailed testsAris Adamantiadis1-16/+16
2010-05-05Make unit test spit libssh error messagesAris Adamantiadis1-4/+4
2010-05-01knownhosts writing and unit testAris Adamantiadis2-0/+109
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-4/+4
2010-04-27Added privatekey_from_file with passphrase testAris Adamantiadis1-1/+42
2010-04-27make torture_keyfiles silentAris Adamantiadis1-2/+2
2010-04-27Added test for privatekey_from_fileAris Adamantiadis1-3/+43
2010-04-20torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined.Andreas Schneider1-0/+3
2010-03-28Fixed the torture_keyfiles test.Andreas Schneider1-2/+11
2010-03-15Added options for memcheck and coverage.Andreas Schneider1-3/+10
2010-03-13Added a ctest script for nightly builds.Andreas Schneider1-0/+39
2010-03-13Added a valgrind suppression file to ignore check errors.Andreas Schneider1-0/+24
2010-03-13Fixed a memory leak in the torture_get_user_home_dir test.Andreas Schneider1-1/+2
2010-03-13Fixed the torture_pubkey_generate_from_privkey test.Andreas Schneider1-4/+8
2010-03-13Fixed a memory leak in keyfile torture test.Andreas Schneider1-0/+1
2010-03-13Added tests for ssh options.Andreas Schneider2-0/+159
2010-03-06Added some tests for ssh_list.Andreas Schneider2-0/+112
2010-03-04Added a test for keyfiles.c.Andreas Schneider2-0/+169
2010-03-04Fixed linking of the tests.Andreas Schneider1-2/+2
2010-03-02Fixed unit testing.Andreas Schneider2-1/+3
2010-03-02Added unit testing support using check.Andreas Schneider6-0/+196
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-4/+16
2009-11-30More loggingAris Adamantiadis1-0/+2
2009-11-30Socket connect callback working...Aris Adamantiadis2-5/+11
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis2-1/+78