Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> | |||||
* | client: handle x11 channel open requests with callbacks | Aris Adamantiadis | 2013-07-13 | 1 | -1/+17 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | server: Implement X11 requests and window-change | Aris Adamantiadis | 2013-07-13 | 1 | -2/+44 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | Doc: fix a few broken parameters | Aris Adamantiadis | 2013-07-13 | 1 | -1/+0 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | server: implement server-side of agent forwarding | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | channels: implement callback for agent forwarding request | Aris Adamantiadis | 2013-07-13 | 1 | -0/+14 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | callbacks: make the channel accept callback more logical | Aris Adamantiadis | 2013-07-13 | 1 | -6/+5 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | ssh-agent: implement the clientside for agent forwarding auth. | Aris Adamantiadis | 2013-07-13 | 2 | -0/+2 | |
| | | | | | | | This can only be used to authenticate the client, not to allow the connected server to transfer agent requests Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: implement ticket delegation | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: retrieve forwarded (delegated) tickets | Aris Adamantiadis | 2013-07-13 | 2 | -0/+3 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | auth: implement client-side gssapi | Aris Adamantiadis | 2013-07-13 | 4 | -3/+16 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | auth: implement gssapi-with-mic server side | Aris Adamantiadis | 2013-07-13 | 1 | -0/+38 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | auth: adapt libssh to gssapi-with-mic server | Aris Adamantiadis | 2013-07-13 | 4 | -2/+7 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | callbacks: new callbacks for gssapi | Aris Adamantiadis | 2013-07-13 | 1 | -1/+16 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: added SSH constants | Aris Adamantiadis | 2013-07-13 | 1 | -0/+7 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | session: Introduce SSH_TIMEOUT_DEFAULT | Aris Adamantiadis | 2013-07-13 | 1 | -0/+5 | |
| | | | | | | | | | The default timeout of 30seconds is very nice when connecting to a new SSH session, however it completely breaks the synchronous blocking API. Use SSH_TIMEOUT_DEFAULT when in blocking mode so channel reads&write are blocking as expected Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | server: added channel callbacks | Aris Adamantiadis | 2013-07-13 | 2 | -0/+37 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | Defined SSH server callbacks interface | Aris Adamantiadis | 2013-07-13 | 2 | -1/+108 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | socket: Check if socket (non)blocking is working. | Andreas Schneider | 2013-06-17 | 1 | -2/+2 | |
| | ||||||
* | pki: Limit privkey to 4M for now. | Andreas Schneider | 2013-06-17 | 1 | -0/+1 | |
| | ||||||
* | priv: Make really sure memset doesn't get optimzed out. | Andreas Schneider | 2013-03-13 | 1 | -2/+2 | |
| | ||||||
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 34 | -389/+397 | |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | |||||
* | Implement key re-exchange | Aris Adamantiadis | 2012-12-23 | 2 | -0/+4 | |
| | ||||||
* | BUG 97: Fix strtoull() detection on serveral platforms. | Andreas Schneider | 2012-12-03 | 1 | -1/+13 | |
| | ||||||
* | BUG 96: Guard ntohll() and htonll prototypes correctly. | Andreas Schneider | 2012-12-03 | 1 | -1/+6 | |
| | ||||||
* | BUG 98: Use __attribute__ ((packed)) only with GCC. | Andreas Schneider | 2012-12-03 | 1 | -1/+1 | |
| | ||||||
* | priv: Add BURN_BUFFER macro and make sure it isn't optimzed out. | Andreas Schneider | 2012-11-23 | 1 | -2/+5 | |
| | ||||||
* | pki: Add a size limit for pubkey files. | Andreas Schneider | 2012-11-21 | 1 | -0/+2 | |
| | ||||||
* | kex: Use getter functions to access kex arrays. | Andreas Schneider | 2012-10-12 | 1 | -3/+2 | |
| | | | | This should fix the build on OpenIndiana. | |||||
* | include: Fix an include recursion. | Andreas Schneider | 2012-10-12 | 1 | -2/+0 | |
| | | | | | | It includes itself: libssh.h -> legacy.h -> libssh.h. Found by Coverity. | |||||
* | kex: Add simple DES support for SSHv1. | Dmitriy Kuznetsov | 2012-09-07 | 1 | -1/+6 | |
| | ||||||
* | dh: Add support for diffie-hellman-group14-sha1. | Dmitriy Kuznetsov | 2012-09-04 | 1 | -0/+2 | |
| | ||||||
* | socket: Add a SSH_WRITE_PENDING socket status. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 | |
| | ||||||
* | options: Add option to specify host keys string. | Oliver Gasser | 2012-07-06 | 1 | -1/+2 | |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | server: Add ecdsa hostkey support. | Andreas Schneider | 2012-02-19 | 2 | -0/+3 | |
| | ||||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 1 | -17/+18 | |
| |