Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -204/+0 |
| | |||||
* | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 1 | -0/+1 |
| | |||||
* | Moved content from deprecated.c to legacy.c | Aris Adamantiadis | 2010-08-09 | 1 | -1/+0 |
| | |||||
* | server: Make ssh_accept a depreacted function to not break the API. | Andreas Schneider | 2010-08-09 | 1 | -0/+1 |
| | |||||
* | Separation work between openssl and libgcrypt | Aris Adamantiadis | 2010-05-14 | 1 | -0/+2 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -0/+1 |
| | |||||
* | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 1 | -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/vs7 | Aris Adamantiadis | 2010-04-06 | 1 | -3/+3 |
| | |||||
* | Fixed linking of the tests. | Andreas Schneider | 2010-03-04 | 1 | -0/+5 |
| | |||||
* | Move SSH-1 specific packet functions in packet1.c | Aris Adamantiadis | 2010-01-23 | 1 | -0/+1 |
| | |||||
* | Compile in stub for pcap funcs when pcap disabled | Aris Adamantiadis | 2009-11-27 | 1 | -8/+1 |
| | | | | Avoid that way linking problems | ||||
* | Build the pcap source only if enabled. | Andreas Schneider | 2009-11-19 | 1 | -1/+8 |
| | |||||
* | First lines of experimental pcap output support | Aris Adamantiadis | 2009-11-08 | 1 | -0/+1 |
| | | | | This will serve to debug packets right under wireshark ! | ||||
* | Add a function to set the callback structure to the session. | Andreas Schneider | 2009-10-10 | 1 | -0/+1 |
| | |||||
* | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 1 | -0/+1 |
| | |||||
* | Fix linking on solaris. | Andreas Schneider | 2009-08-25 | 1 | -7/+1 |
| | | | | libresolv and librt are required. | ||||
* | Improve detection for required libraries on Solaris. | Andreas Schneider | 2009-08-21 | 1 | -4/+4 |
| | |||||
* | Fix compilation with visibility flags with mingw. | Andreas Schneider | 2009-08-12 | 1 | -6/+5 |
| | | | | Thanks to Patrick Spendrin. | ||||
* | Fix static build. | Andreas Schneider | 2009-08-11 | 1 | -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 Schneider | 2009-08-11 | 1 | -1/+0 |
| | |||||
* | Use gcc visibility attribute to get rid of the map file. | Andreas Schneider | 2009-08-11 | 1 | -13/+9 |
| | |||||
* | Fix linking of the static library on Windows. | Andreas Schneider | 2009-08-11 | 1 | -0/+2 |
| | |||||
* | Fix compilation with MSVC and use declspec to export functions. | Andreas Schneider | 2009-08-11 | 1 | -11/+6 |
| | | | | Thanks to Patrick Spendrin <ps_ml@gmx.de> for all the MSVC fixes. | ||||
* | Initial scp implementation in source tree | Aris Adamantiadis | 2009-08-09 | 1 | -0/+1 |
| | |||||
* | Don't use the map file if the build type is debug. | Andreas Schneider | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Export public functions on Windows. | Andreas Schneider | 2009-07-30 | 1 | -0/+7 |
| | |||||
* | Compile the library with the map file again. | Andreas Schneider | 2009-07-30 | 1 | -0/+9 |
| | |||||
* | Fix getaddrinfo and gethostbyname build problems on Solaris. | Andreas Schneider | 2009-07-23 | 1 | -0/+14 |
| | |||||
* | Make use of poll() and add a poll-emulation for win32. | Andreas Schneider | 2009-06-04 | 1 | -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 Schneider | 2009-04-30 | 1 | -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 Schneider | 2009-04-27 | 1 | -2/+14 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@618 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix typo. | Andreas Schneider | 2009-04-16 | 1 | -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 Schneider | 2009-04-14 | 1 | -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 Schneider | 2009-03-30 | 1 | -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 Schneider | 2009-03-28 | 1 | -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 Schneider | 2009-03-25 | 1 | -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 Schneider | 2009-03-17 | 1 | -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 Schneider | 2009-03-08 | 1 | -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 Schneider | 2009-03-08 | 1 | -4/+25 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@245 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix typo. | Andreas Schneider | 2009-02-03 | 1 | -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 Schneider | 2009-02-02 | 1 | -0/+91 |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@203 7dcaeef0-15fb-0310-b436-a5af3365683c |