| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Increase version numbers for 0.6.1. | Andreas Schneider | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | channel: Add ssh_channel_accept_forward(). | Oleksandr Shneyder | 2014-01-16 | 1 | -0/+1 |
| | | | | | | | | | This works same way as ssh_forward_accept() but can return a destination port of the channel (useful if SSH connection forwarding several TCP/IP ports). Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | threads: support libgcrypt 1.6 hack | Aris Adamantiadis | 2014-01-08 | 1 | -0/+2 |
| | | | | | | | | Not 100% satisfied of this patch, but the way libgcrypt handles threading in 1.6 is not compatible with custom handlers. The new code basicaly uses pthreads in every case. This will probably not work on windows. | ||||
| * | include: Remove warning cause VSC doesn't know about it. | Andreas Schneider | 2014-01-08 | 1 | -1/+0 |
| | | |||||
| * | include: Fix building if we do not have asm volatile. | Andreas Schneider | 2014-01-08 | 1 | -1/+2 |
| | | |||||
| * | session: Add ssh_get_clientbanner(). | Jon Simons | 2013-12-07 | 1 | -0/+1 |
| | | |||||
| * | channels: Add a ssh_channel_read_timeout function. | Andreas Schneider | 2013-12-04 | 1 | -0/+1 |
| | | |||||
| * | pki: Add ssh_pki_import_privkey_file(). | Andreas Schneider | 2013-11-27 | 1 | -0/+5 |
| | | |||||
| * | pki_gcrypt: Add pki_private_key_to_pem() stub. | Andreas Schneider | 2013-11-27 | 1 | -0/+5 |
| | | |||||
| * | ecdh: Check if we have ECC support. | Andreas Schneider | 2013-11-27 | 2 | -2/+7 |
| | | |||||
| * | server: Add a ssh_send_keepalive() function. | Nicolas Viennot | 2013-11-24 | 1 | -0/+2 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. | Simo Sorce | 2013-11-17 | 2 | -1/+3 |
| | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. | Andreas Schneider | 2013-11-15 | 2 | -1/+3 |
| | | |||||
| * | gssapi: Add suppport to set GSSAPI server identity. | Andreas Schneider | 2013-11-15 | 2 | -1/+3 |
| | | |||||
| * | Add ssh_get_poll_flags() | Colin Walters | 2013-11-09 | 2 | -0/+2 |
| | | | | | | | | | | | For integration with an external mainloop, we need to know how to replicate libssh's internal poll() calls. We originally through ssh_get_status() was that API, but it's not really - those flags only get updated from the *result* of a poll(), where what we really need is to know how libssh would *start* a poll(). Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | dh: Add new ssh_get_publickey_hash() function. | Andreas Schneider | 2013-11-06 | 1 | -1/+13 |
| | | |||||
| * | remove warnings on OSX (workaround) | Aris Adamantiadis | 2013-11-04 | 1 | -0/+10 |
| | | |||||
| * | curve25519: include reference implementation | Aris Adamantiadis | 2013-11-03 | 1 | -2/+10 |
| | | |||||
| * | socket: Fix check for pending data. | Aris Adamantiadis | 2013-11-03 | 1 | -1/+5 |
| | | | | | | | BUG: https://red.libssh.org/issues/119 Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | priv: Fix brackets of burn macros. | Andreas Schneider | 2013-11-03 | 1 | -2/+2 |
| | | |||||
| * | SSH_AUTH_OK -> SSH_AUTH_SUCCESS in comments | Alan Dunn | 2013-10-31 | 1 | -4/+4 |
| | | | | | | | | | A few callback descriptions refer to a non-existent value SSH_AUTH_OK, which should be SSH_AUTH_SUCCESS. This commit fixes these. Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | cmake: Check for isblank(). | Andreas Schneider | 2013-10-30 | 1 | -1/+3 |
| | | |||||
| * | include: Fix build on platforms without ECC. | Andreas Schneider | 2013-10-21 | 1 | -0/+2 |
| | | |||||
| * | wrapper: Fix compilation with gcrypt. | Andreas Schneider | 2013-10-19 | 1 | -0/+1 |
| | | |||||
| * | pki: Add the type as a char pointer. | Andreas Schneider | 2013-10-18 | 1 | -0/+1 |
| | | |||||
| * | wrapper: Add more evp functions. | Andreas Schneider | 2013-10-18 | 2 | -0/+6 |
| | | |||||
| * | callbacks: Improve the documentation of ssh_threads_set_callbacks(). | Andreas Schneider | 2013-10-01 | 1 | -6/+11 |
| | | | | | BUG: https://red.libssh.org/issues/123 | ||||
| * | callbacks: Improve the documentation of ssh_threads_get_noop(). | Andreas Schneider | 2013-10-01 | 1 | -3/+7 |
| | | | | | BUG: https://red.libssh.org/issues/123 | ||||
| * | session: Remove obsolete status variables. | Andreas Schneider | 2013-10-01 | 1 | -3/+0 |
| | | | | | BUG: https://red.libssh.org/issues/121 | ||||
| * | kex: implement curve25519-sha256@libssh.org | Aris Adamantiadis | 2013-09-27 | 2 | -1/+55 |
| | | |||||
| * | include: Fix a build warning in MinGW. | Andreas Schneider | 2013-07-27 | 1 | -0/+1 |
| | | |||||
| * | cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION. | Andreas Schneider | 2013-07-23 | 1 | -2/+35 |
| | | | | | | This ensures that the memset call is not optimized out by the compiler (works works with gcc and clang). | ||||
| * | cmake: Check for _strtoui64() on Windows. | Andreas Schneider | 2013-07-22 | 1 | -13/+12 |
| | | |||||
| * | pki: Fix declaration of ssh_pki_convert functions. | Andreas Schneider | 2013-07-22 | 1 | -3/+3 |
| | | |||||
| * | log: Make _ssh_log() public. | Andreas Schneider | 2013-07-21 | 3 | -5/+4 |
| | | |||||
| * | src: Remove enter_function() and leave_function(). | Andreas Schneider | 2013-07-14 | 2 | -4/+0 |
| | | |||||
| * | include: Mark ssh_log as depcrecated. | Andreas Schneider | 2013-07-14 | 1 | -3/+3 |
| | | |||||
| * | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -1/+1 |
| | | |||||
| * | error: Use new logging function. | Andreas Schneider | 2013-07-14 | 1 | -0/+4 |
| | | |||||
| * | log: Implment new logging functions. | Andreas Schneider | 2013-07-14 | 3 | -5/+47 |
| | | |||||
| * | cmake: Check if we have Thread Local Storage support. | Andreas Schneider | 2013-07-14 | 1 | -0/+8 |
| | | |||||
| * | server: Fix compilation without WITH_SERVER | Aris Adamantiadis | 2013-07-14 | 3 | -5/+10 |
| | | |||||
| * | server: add pubkey auth callback | Aris Adamantiadis | 2013-07-13 | 1 | -0/+23 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | gssapi: Add user parameter to gssapi auth callback | Aris Adamantiadis | 2013-07-13 | 1 | -2/+6 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | gssapi: gssapi callbacks serverside | Aris Adamantiadis | 2013-07-13 | 1 | -2/+52 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | sftp: more flexibility on channels | Aris Adamantiadis | 2013-07-13 | 1 | -1/+15 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | sftp: added useful server APIs | Aris Adamantiadis | 2013-07-13 | 1 | -2/+9 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | server: callback for channel_request_subsystem | Aris Adamantiadis | 2013-07-13 | 1 | -0/+16 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | server: added 2 missing channel callbacks | Aris Adamantiadis | 2013-07-13 | 1 | -1/+40 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | server: export ssh_channel_open_x11() | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
