aboutsummaryrefslogtreecommitdiff
path: root/libssh/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+1
2009-08-25Fix linking on solaris.Andreas Schneider1-7/+1
2009-08-21Improve detection for required libraries on Solaris.Andreas Schneider1-4/+4
2009-08-12Fix compilation with visibility flags with mingw.Andreas Schneider1-6/+5
2009-08-11Fix static build.Andreas Schneider1-7/+3
2009-08-11Remove the map file from the sources.Andreas Schneider1-1/+0
2009-08-11Use gcc visibility attribute to get rid of the map file.Andreas Schneider1-13/+9
2009-08-11Fix linking of the static library on Windows.Andreas Schneider1-0/+2
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-11/+6
2009-08-09Initial scp implementation in source treeAris Adamantiadis1-0/+1
2009-08-01Don't use the map file if the build type is debug.Andreas Schneider1-2/+2
2009-07-30Export public functions on Windows.Andreas Schneider1-0/+7
2009-07-30Compile the library with the map file again.Andreas Schneider1-0/+9
2009-07-23Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider1-0/+14
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider1-0/+1
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-0/+1
2009-04-27Add option to build with or without sftp support.Andreas Schneider1-2/+14
2009-04-16Fix typo.Andreas Schneider1-1/+1
2009-04-14Only compile SSHv1 files if enabled.Andreas Schneider1-2/+8
2009-03-30Fix sources list of libssh.Andreas Schneider1-3/+0
2009-03-28Fix compilation of the server with option turned off.Andreas Schneider1-1/+7
2009-03-25Add an option to build a static library.Andreas Schneider1-8/+44
2009-03-17Don't require C++ compiler.Andreas Schneider1-1/+1
2009-03-08Fix compilation and installation of libssh.Andreas Schneider1-0/+7
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider1-4/+25
2009-02-03Fix typo.Andreas Schneider1-1/+1
2009-02-02Add Makefiles for the CMake build system.Andreas Schneider1-0/+91