1
1
libssh/src
Andreas Schneider c6fc69fbdd BUG 97: Remove obsolete hsterror().
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.
2012-12-03 13:08:17 +01:00
..
threads Fix typo. 2012-03-09 18:14:13 +01:00
agent.c agent: Fix some memory leaks in error paths. 2012-10-12 08:07:01 +02:00
auth1.c auth1: Reset error state to no error. 2012-10-22 18:01:39 +02:00
auth.c auth: Don't leak memory on error in info request callback. 2012-10-12 08:07:01 +02:00
base64.c base64: Added casts to GET macros to fix build warnings. 2011-01-02 19:35:54 +01:00
bind.c BUG 97: Remove obsolete hsterror(). 2012-12-03 13:08:17 +01:00
buffer.c CVE-2012-4562: Fix a possible infinite loop in buffer_reinit(). 2012-11-14 17:36:22 +01:00
callbacks.c Fixes the ssh_log issue on ssh_bind handles. 2011-07-19 22:16:28 +02:00
channels1.c channels1: Add missing request_state and set it to accepted. 2012-10-22 18:05:06 +02:00
channels.c BUG 94: Fix big endian issue. 2012-12-03 12:35:36 +01:00
client.c client: If session is NULL we can't set an error. 2012-10-09 11:09:34 +02:00
CMakeLists.txt cmake: Update GCrypt module. 2012-02-04 20:09:51 +01:00
config.c session: Use a struct for all options. 2012-02-05 11:50:49 +01:00
connect.c connect: Don't leak the addressinfo on error. 2012-10-12 08:07:02 +02:00
crc32.c priv: Create crc32.h. 2011-09-18 21:37:17 +02:00
dh.c CVE-2012-4562: Fix possible integer overflow in ssh_get_hexa(). 2012-11-14 17:36:11 +01:00
ecdh.c dh: Fix build with DEBUG_CRYPTO. 2012-02-05 10:52:39 +01:00
error.c error: Use macros for error functions. 2011-09-17 10:38:08 +02:00
gcrypt_missing.c priv: Move gcrypt functions to gcrypt header. 2011-09-18 21:37:17 +02:00
getpass.c getpass: Fix a memory leak in ssh_gets() on error. 2012-10-05 11:12:14 +02:00
gzip.c session: Use a struct for all options. 2012-02-05 11:50:49 +01:00
init.c init: Some initialization fixes. 2011-05-01 19:42:50 +02:00
kex1.c kex: Add simple DES support for SSHv1. 2012-09-07 12:19:43 +02:00
kex.c kex: Use getter functions to access kex arrays. 2012-10-12 17:46:37 +02:00
known_hosts.c known_hosts: Don't leak memory in ssh_write_knownhost error paths. 2012-10-12 08:07:01 +02:00
legacy.c legacy: Use snprintf instead of sprintf. 2012-10-12 14:45:54 +02:00
libcrypto.c kex: Add simple DES support for SSHv1. 2012-09-07 12:19:43 +02:00
libgcrypt.c gcrypt: Fix simple DES support. 2012-10-05 11:22:15 +02:00
log.c Fixed a compiling error in src/log.c on Win32 with MSVC 2012-02-07 09:59:33 +01:00
match.c match: Don't dereference 's' directly. 2012-10-09 11:09:34 +02:00
messages.c messages: Fix memory leaks in user request callback. 2012-10-12 08:07:02 +02:00
misc.c CVE-2012-4560: Fix a write one past the end of 'buf'. 2012-11-14 17:36:24 +01:00
options.c options: Fix documentation of ssh_options_get_port(). 2012-10-14 19:53:51 +02:00
packet1.c packet: Make default_packet_handlers static. 2012-02-19 13:26:02 +01:00
packet_cb.c kex: Add simple DES support for SSHv1. 2012-09-07 12:19:43 +02:00
packet_crypt.c build: Fix missing struct in_addr warning. 2012-07-17 18:16:07 +02:00
packet.c packet: Check return values of buffer functions. 2012-10-09 11:09:34 +02:00
pcap.c pcap: Check return codes of buffer_add_* functions. 2012-10-09 11:09:34 +02:00
pki_crypto.c pki: Don't leak the signature on error paths. 2012-10-12 08:07:01 +02:00
pki_gcrypt.c pki: Add ecdsa gcrypt stubs. 2012-02-04 20:25:24 +01:00
pki.c pki: Add a size limit for pubkey files. 2012-11-21 12:44:00 +01:00
poll.c poll: Fix sizeof in ssh_poll_ctx_resize(). 2012-10-12 14:45:54 +02:00
scp.c scp: Make sure buffer is initialzed. 2012-10-12 14:45:54 +02:00
server.c kex: Use getter functions to access kex arrays. 2012-10-12 17:46:37 +02:00
session.c session: Fix a possible use after free in ssh_free(). 2012-10-22 17:37:32 +02:00
sftp.c CVE-2012-4559: Make sure we don't free name and longname twice on error. 2012-11-14 17:36:24 +01:00
sftpserver.c sftpserver: Add missing break statement. 2012-10-12 08:07:01 +02:00
socket.c socket: Check return value of buffer function. 2012-10-09 11:09:34 +02:00
string.c CVE-2012-4562: Fix possible integer overflows. 2012-11-14 17:36:16 +01:00
threads.c threads: Make libcrypto_mutexes static. 2012-02-19 13:26:02 +01:00
wrapper.c kex: Add simple DES support for SSHv1. 2012-09-07 12:19:43 +02:00