summaryrefslogtreecommitdiffstats
path: root/tests/unittests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix build warning.Andreas Schneider2011-10-291-1/+0
|
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+14
|
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+46
|
* Torture: test new ssh_pki_generate functionAris Adamantiadis2011-09-241-1/+136
|
* options: Fix NULL value handling.Andreas Schneider2011-09-061-5/+3
|
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-13/+13
|
* build: Fix the build of keyfiles torture test.Andreas Schneider2011-08-281-1/+1
|
* tests: Add pki signature test.Andreas Schneider2011-08-211-0/+14
|
* tests: Add pki torture tests for keytypes.Andreas Schneider2011-08-211-0/+24
|
* tests: Fix memleak in torture_pki.Andreas Schneider2011-08-211-0/+2
|
* tests: Added more pki tests.Andreas Schneider2011-08-201-3/+137
|
* tests: Fix build warning.Andreas Schneider2011-08-201-0/+2
|
* tests: Fix the torture_pki test.Andreas Schneider2011-08-201-2/+0
|
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-3/+3
|
* tests: Fix torture_pki build warnings.Andreas Schneider2011-08-191-22/+28
|
* tests: Improve pki_import_privkey_base64 test.Andreas Schneider2011-08-191-0/+7
|
* tests: Added test for pubkey from privkey.Andreas Schneider2011-08-161-0/+62
|
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-6/+4
| | | | Rename it to ssh_pki_export_publickey_base64().
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-2/+2
|
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-34/+13
|
* torture: Fix memleak in pubkey base64 tests.Andreas Schneider2011-08-161-0/+2
|
* pki: Add test torture_pki_publickey_dsa_base64().Andreas Schneider2011-08-161-0/+39
|
* pki: Add ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-0/+5
|
* torture: Add torture_pki_publickey_rsa_base64 test.Andreas Schneider2011-08-161-0/+36
|
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-44/+18
|
* pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider2011-08-081-1/+1
|
* Fix memory leaks in pki and testcaseAris Adamantiadis2011-05-261-0/+2
|
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-241-0/+26
| | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard.
* Added some tortures for pkimilo2011-04-142-0/+346
|
* Added a IP address testAris Adamantiadis2011-03-221-0/+1
|
* misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider2011-02-131-4/+3
|
* misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider2011-02-131-0/+8
|
* tests: Fixed misc and isipaddr test on Windows.Andreas Schneider2011-02-132-0/+3
|
* tests: Added ipv6 tests.Andreas Schneider2011-02-121-0/+8
|
* tests: Fixed torture_isipaddr.Andreas Schneider2011-02-121-18/+18
|
* Connect: Test the new isipaddr() functionAris Adamantiadis2011-02-122-0/+40
|
* tests: Fixed checking return values of system().Andreas Schneider2011-02-051-2/+6
|
* Fix unit tests for opensolarisAris Adamantiadis2011-01-112-0/+4
|
* tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider2011-01-061-1/+1
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider2011-01-061-0/+1
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* tests: Added missing asserts in torture_keyfiles.Andreas Schneider2011-01-061-0/+3
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis2011-01-026-6/+31
|
* tests: Added a windows test for torture_path_expand_tilde.Andreas Schneider2011-01-011-2/+27
|
* tests: Fixed includes for torture_list on Windows.Andreas Schneider2011-01-011-0/+1
|
* tests: Fixed includes of torture_options for windows.Andreas Schneider2011-01-011-2/+6
|
* tests: Fixed the torture_callbacks test.Andreas Schneider2011-01-011-0/+1
| | | | | We should zero the structure else ssh_callback_exists() can't be working.
* tests: Don't run torture_keyfiles on Windows.Andreas Schneider2011-01-011-1/+3
| | | | This test needs ssh-keygen to be working.
* tests: Fixed Windows build of torture_options.Andreas Schneider2011-01-011-0/+1
|
* tests: It is enough to include libssh.h for torture_init.Andreas Schneider2010-12-291-1/+1
|
* tests: Fixed torture_get_user_home_dir on Windows.Andreas Schneider2010-12-291-3/+8
|