Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | agent: the valid request is auth-agent@openssh.com | Aris Adamantiadis | 2013-07-13 | 1 | -1/+1 |
| | | | | 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: call client callback even in non-server mode | Aris Adamantiadis | 2013-07-13 | 1 | -13/+16 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | client: handle x11 channel open requests with callbacks | Aris Adamantiadis | 2013-07-13 | 2 | -1/+30 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | server: Implement X11 requests and window-change | Aris Adamantiadis | 2013-07-13 | 2 | -2/+62 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Doc: fix a few broken parameters | Aris Adamantiadis | 2013-07-13 | 2 | -3/+2 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | server: implement server-side of agent forwarding | Aris Adamantiadis | 2013-07-13 | 2 | -0/+35 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | channels: implement callback for agent forwarding request | Aris Adamantiadis | 2013-07-13 | 2 | -0/+24 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | examples: adapt samplesshd-cb to new callback | Aris Adamantiadis | 2013-07-13 | 1 | -5/+5 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | examples: adapt to the new callback format | Aris Adamantiadis | 2013-07-13 | 1 | -5/+6 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | callbacks: make the channel accept callback more logical | Aris Adamantiadis | 2013-07-13 | 2 | -12/+7 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | ssh-agent: implement the clientside for agent forwarding auth. | Aris Adamantiadis | 2013-07-13 | 3 | -30/+77 |
| | | | | | | | 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> | ||||
* | Examples: Exemple of an SSH proxy | Aris Adamantiadis | 2013-07-13 | 2 | -0/+350 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | gssapi: implement ticket delegation | Aris Adamantiadis | 2013-07-13 | 2 | -14/+39 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | gssapi: retrieve forwarded (delegated) tickets | Aris Adamantiadis | 2013-07-13 | 4 | -1/+24 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | auth: store client's credentials | Aris Adamantiadis | 2013-07-13 | 1 | -6/+7 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | auth: implement client-side gssapi | Aris Adamantiadis | 2013-07-13 | 8 | -7/+488 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | examples:Compile samplessh on bsd too | Aris Adamantiadis | 2013-07-13 | 1 | -3/+3 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | options: Fix null ptr deference introduced in earlier fix. | Aris Adamantiadis | 2013-07-13 | 1 | -0/+7 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | auth: implement gssapi-with-mic server side | Aris Adamantiadis | 2013-07-13 | 2 | -0/+404 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | server: move message-specific call to ssh_* | Aris Adamantiadis | 2013-07-13 | 1 | -17/+40 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | auth: adapt libssh to gssapi-with-mic server | Aris Adamantiadis | 2013-07-13 | 6 | -5/+70 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | example: adapt example for gssapi callback | Aris Adamantiadis | 2013-07-13 | 1 | -0/+10 |
| | | | | 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> | ||||
* | build: build with gssapi if detected | Aris Adamantiadis | 2013-07-13 | 1 | -0/+7 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | build: detect gssapi.h | Aris Adamantiadis | 2013-07-13 | 1 | -0/+6 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | cmake: Add FindGSSAPI.cmake | Aris Adamantiadis | 2013-07-13 | 1 | -0/+78 |
| | | | | 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> | ||||
* | GSSAPI: added stub | Aris Adamantiadis | 2013-07-13 | 2 | -0/+26 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Added server example with callbacks impl | Aris Adamantiadis | 2013-07-13 | 2 | -0/+294 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Make examples more BSD friendly | Aris Adamantiadis | 2013-07-13 | 1 | -11/+15 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Try to find ARGP on solaris, BSD | Aris Adamantiadis | 2013-07-13 | 1 | -0/+4 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Implement callbacks for servers in the message queue | Aris Adamantiadis | 2013-07-13 | 1 | -7/+115 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | bind: ssh_pki functions also return SSH_EOF error code | Aris Adamantiadis | 2013-07-13 | 1 | -3/+3 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | session: Introduce SSH_TIMEOUT_DEFAULT | Aris Adamantiadis | 2013-07-13 | 3 | -6/+17 |
| | | | | | | | | | 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 | 3 | -14/+64 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Defined SSH server callbacks interface | Aris Adamantiadis | 2013-07-13 | 3 | -1/+124 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | tests: Use fstat() after the open(). | Andreas Schneider | 2013-07-13 | 1 | -8/+8 |
| | |||||
* | cmake: Pass _FORTIFY_SOURCE directly to the preprocessor. | Andreas Schneider | 2013-07-13 | 1 | -2/+2 |
| | |||||
* | BUG 103: Disable proxy command if set to 'none'. | Andreas Schneider | 2013-07-11 | 2 | -4/+26 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | examples: Check return value of fileno(). | Andreas Schneider | 2013-06-19 | 1 | -1/+5 |
| | |||||
* | messages: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | agent: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -5/+16 |
| | |||||
* | agent: Fix possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -2/+7 |
| | |||||
* | examples: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -0/+3 |
| | |||||
* | examples: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -1/+9 |
| | |||||
* | kex1: Fix a possible null pointer dereference. | Andreas Schneider | 2013-06-19 | 1 | -0/+3 |
| | |||||
* | ecdh: Add missing return in ssh_client_ecdh_init(). | Andreas Schneider | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | ecdh: Avoid memory leaks in ssh_server_ecdh_init(). | Andreas Schneider | 2013-06-19 | 1 | -36/+69 |
| | |||||
* | src: Add fall trough comments. | Andreas Schneider | 2013-06-18 | 3 | -0/+3 |
| |