summaryrefslogtreecommitdiffstats
path: root/libssh/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Separation work between openssl and libgcryptAris Adamantiadis2010-05-141-0/+2
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-0/+1
* Added pki.[ch] files as a new standard API for PKsAris Adamantiadis2010-05-011-0/+1
* Fix building on win32/vs7Aris Adamantiadis2010-04-061-3/+3
* Fixed linking of the tests.Andreas Schneider2010-03-041-0/+5
* Move SSH-1 specific packet functions in packet1.cAris Adamantiadis2010-01-231-0/+1
* Compile in stub for pcap funcs when pcap disabledAris Adamantiadis2009-11-271-8/+1
* Build the pcap source only if enabled.Andreas Schneider2009-11-191-1/+8
* First lines of experimental pcap output supportAris Adamantiadis2009-11-081-0/+1
* Add a function to set the callback structure to the session.Andreas Schneider2009-10-101-0/+1
* Added support for ~/.ssh/config.Andreas Schneider2009-09-151-0/+1
* Fix linking on solaris.Andreas Schneider2009-08-251-7/+1
* Improve detection for required libraries on Solaris.Andreas Schneider2009-08-211-4/+4
* Fix compilation with visibility flags with mingw.Andreas Schneider2009-08-121-6/+5
* Fix static build.Andreas Schneider2009-08-111-7/+3
* Remove the map file from the sources.Andreas Schneider2009-08-111-1/+0
* Use gcc visibility attribute to get rid of the map file.Andreas Schneider2009-08-111-13/+9
* Fix linking of the static library on Windows.Andreas Schneider2009-08-111-0/+2
* Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-111-11/+6
* Initial scp implementation in source treeAris Adamantiadis2009-08-091-0/+1
* Don't use the map file if the build type is debug.Andreas Schneider2009-08-011-2/+2
* Export public functions on Windows.Andreas Schneider2009-07-301-0/+7
* Compile the library with the map file again.Andreas Schneider2009-07-301-0/+9
* Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider2009-07-231-0/+14
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-041-0/+1
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-0/+1
* Add option to build with or without sftp support.Andreas Schneider2009-04-271-2/+14
* Fix typo.Andreas Schneider2009-04-161-1/+1
* Only compile SSHv1 files if enabled.Andreas Schneider2009-04-141-2/+8
* Fix sources list of libssh.Andreas Schneider2009-03-301-3/+0
* Fix compilation of the server with option turned off.Andreas Schneider2009-03-281-1/+7
* Add an option to build a static library.Andreas Schneider2009-03-251-8/+44
* Don't require C++ compiler.Andreas Schneider2009-03-171-1/+1
* Fix compilation and installation of libssh.Andreas Schneider2009-03-081-0/+7
* Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider2009-03-081-4/+25
* Fix typo.Andreas Schneider2009-02-031-1/+1
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-021-0/+91