summaryrefslogtreecommitdiffstats
path: root/libssh/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-204/+0
|
* Begin of a solution for threadingAris Adamantiadis2010-08-301-0/+1
|
* Moved content from deprecated.c to legacy.cAris Adamantiadis2010-08-091-1/+0
|
* server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider2010-08-091-0/+1
|
* 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
| | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers.
* 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
| | | | Avoid that way linking problems
* 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
| | | | This will serve to debug packets right under wireshark !
* 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
| | | | libresolv and librt are required.
* 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
| | | | Thanks to Patrick Spendrin.
* Fix static build.Andreas Schneider2009-08-111-7/+3
| | | | | | | If you want to link against the static library you have to define LIBSSH_STATIC and link against ssh_static. gcc -static -DLIBSSH_STATIC -lssh_static foo.c -o foo
* 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
| | | | Thanks to Patrick Spendrin <ps_ml@gmx.de> for all the MSVC fixes.
* 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
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@772 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-0/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@658 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add option to build with or without sftp support.Andreas Schneider2009-04-271-2/+14
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@618 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix typo.Andreas Schneider2009-04-161-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@513 7dcaeef0-15fb-0310-b436-a5af3365683c
* Only compile SSHv1 files if enabled.Andreas Schneider2009-04-141-2/+8
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@472 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix sources list of libssh.Andreas Schneider2009-03-301-3/+0
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@309 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix compilation of the server with option turned off.Andreas Schneider2009-03-281-1/+7
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@294 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add an option to build a static library.Andreas Schneider2009-03-251-8/+44
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@285 7dcaeef0-15fb-0310-b436-a5af3365683c
* Don't require C++ compiler.Andreas Schneider2009-03-171-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@274 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix compilation and installation of libssh.Andreas Schneider2009-03-081-0/+7
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@250 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider2009-03-081-4/+25
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@245 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix typo.Andreas Schneider2009-02-031-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@226 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-021-0/+91
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@203 7dcaeef0-15fb-0310-b436-a5af3365683c