summaryrefslogtreecommitdiffstats
path: root/src/bind.c
Commit message (Collapse)AuthorAgeFilesLines
* bind: fix leak in ssh_bind_accept error pathJon Simons2013-10-241-2/+1
| | | | | Use 'ssh_socket_free' to cleanup if 'ssh_bind_accept_fd' fails, to be sure to free the ssh_socket in/out buffers.
* log: Implment new logging functions.Andreas Schneider2013-07-141-1/+1
|
* bind: ssh_pki functions also return SSH_EOF error codeAris Adamantiadis2013-07-131-3/+3
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* BUG 97: Remove obsolete hsterror().Andreas Schneider2012-12-031-12/+1
| | | | | | This function is pretty much obsolete on most platforms. The standard errno should be used. If it is not enough on Windows we should use WSAGetLastError() in future.
* bind: Fix build.Andreas Schneider2012-05-091-1/+2
|
* server: Add ecdsa hostkey support.Andreas Schneider2012-05-081-1/+1
|
* server: Add ecdsa hostkey support.Andreas Schneider2012-02-191-1/+34
|
* session: Use a struct for all options.Andreas Schneider2012-02-051-6/+6
|
* bind: Add more error messages.Andreas Schneider2011-11-091-1/+9
|
* bind: Fix ssh_bind_listen in normal case.Andreas Schneider2011-10-171-5/+6
|
* server: use app-provided bind socket when availableAris Adamantiadis2011-10-131-17/+19
|
* server: ssh_bind_accept_fdAris Adamantiadis2011-10-131-52/+70
| | | | | This function will not call accept() but use function parameter instead
* error: Use macros for error functions.Andreas Schneider2011-09-171-1/+1
|
* server: Use new pki infrastructure.Andreas Schneider2011-08-221-28/+4
|
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-2/+10
|
* bind: Add checks around key functions.Andreas Schneider2011-08-151-6/+31
|
* bind: Read only once in ssh_bind_listen() (bug #11).Andreas Schneider2011-08-151-44/+50
|
* pki: Use a consistent name scheme.Andreas Schneider2011-08-091-2/+2
| | | | Rename ssh_key_import_private to ssh_pki_import_privkey_file.
* bind: Use ssh_key_import_private().Andreas Schneider2011-08-081-22/+37
|
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-3/+3
|
* doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider2011-03-091-19/+0
|
* bind: Set errors on return.Bernhard R. Link2011-02-141-1/+8
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* bind: Added include file for close function on Windows.Andreas Schneider2011-01-021-0/+1
|
* server: Added missing include files for getaddrinfo on Windows.Andreas Schneider2010-12-291-1/+10
|
* server: Replace gethostbyname() with getaddrinfo().Andreas Schneider2010-12-271-43/+56
| | | | Fixes rlo#13.
* Moved includes from priv.h to bind.hAris Adamantiadis2010-10-271-0/+1
|
* Split ssh_bind functions in a new .c fileAris Adamantiadis2010-10-201-0/+372