index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak introduced by previous bugfix
Aris Adamantiadis
2009-08-12
1
-2
/
+3
*
Fix possible memory corruption (#14)
milo
2009-08-07
1
-2
/
+2
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-3
/
+1
*
Rename privatekey_free() to be consistent with publickey_free().
Andreas Schneider
2009-04-20
1
-2
/
+2
*
Improve ssh_get_version().
Andreas Schneider
2009-04-14
1
-5
/
+12
*
Improve ssh_get_disconnect_message().
Andreas Schneider
2009-04-14
1
-12
/
+18
*
Improve ssh_get_status().
Andreas Schneider
2009-04-14
1
-14
/
+29
*
Cleanup ssh_handle_packets().
Andreas Schneider
2009-04-14
1
-20
/
+27
*
Add error checks to setter.
Andreas Schneider
2009-04-14
1
-19
/
+46
*
Use consistent return values for packet_translate().
Andreas Schneider
2009-04-14
1
-1
/
+2
*
Improve ssh_message_free().
Andreas Schneider
2009-04-09
1
-1
/
+0
*
Fix SSHv1 compile errors.
Andreas Schneider
2009-04-08
1
-1
/
+1
*
Improve ssh_cleanup().
Andreas Schneider
2009-04-03
1
-26
/
+28
*
Improve ssh_socket_free().
Andreas Schneider
2009-04-03
1
-21
/
+17
*
Use memset cause something is wrong with the macro.
Andreas Schneider
2009-04-01
1
-1
/
+1
*
Fix ssh connection.
Andreas Schneider
2009-04-01
1
-1
/
+1
*
Improve ssh_new().
Andreas Schneider
2009-04-01
1
-17
/
+34
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-0
/
+3
*
More memory error checks for ssh_socket_new().
Andreas Schneider
2009-04-01
1
-1
/
+4
*
Fix memory error checking in socket functions.
Andreas Schneider
2009-04-01
1
-1
/
+8
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-4
/
+7
*
Fix build on Windows.
Andreas Schneider
2009-03-08
1
-0
/
+4
*
Fix build warnings in session code.
Andreas Schneider
2009-02-02
1
-2
/
+3
*
Start with ssh agent implementation.
Andreas Schneider
2009-02-02
1
-0
/
+3
*
patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,
Aris Adamantiadis
2008-11-24
1
-0
/
+1
*
fixed a bug where channel_poll could wait forever for a packet already in soc...
Aris Adamantiadis
2008-10-29
1
-5
/
+5
*
fixed a bug in the channel windows.
Aris Adamantiadis
2008-06-17
1
-1
/
+1
*
displaced the data_to_* into socket
Aris Adamantiadis
2008-06-16
1
-5
/
+7
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-7
/
+4
*
big changes :
Aris Adamantiadis
2008-06-12
1
-3
/
+16
*
workaround for the bug #14
Aris Adamantiadis
2008-05-26
1
-2
/
+3
*
Doxygen changes
Aris Adamantiadis
2008-05-12
1
-3
/
+2
*
first part of win32 patches
Aris Adamantiadis
2008-03-07
1
-1
/
+2
*
added the socket class and created wrappers
Aris Adamantiadis
2008-03-04
1
-6
/
+5
*
fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +
Aris Adamantiadis
2008-03-03
1
-0
/
+4
*
oops, forgot to verify that it compiled fine
Aris Adamantiadis
2006-11-12
1
-1
/
+4
*
more doxygen documentation
Aris Adamantiadis
2006-11-07
1
-0
/
+58
*
added bases for nonblocking packet sending and receiving. packet_send
Aris Adamantiadis
2005-11-22
1
-0
/
+1
*
resolved the infinite loop on exit (thanks giga for the hint).
Aris Adamantiadis
2005-10-26
1
-0
/
+15
*
patches from Norbert merged in. I have made some little changes here and there.
Aris Adamantiadis
2005-10-26
1
-0
/
+3
*
added the gcrypt patch (without gcrypt as default library).
Aris Adamantiadis
2005-10-04
1
-0
/
+1
*
pam samples files to put into /etc/pam.d
Aris Adamantiadis
2005-08-29
1
-0
/
+6
*
More work on the server side and sftp.
Aris Adamantiadis
2005-08-18
1
-1
/
+5
*
The kex works, the client authentifies (with password) then it's possible to ...
Aris Adamantiadis
2005-08-10
1
-0
/
+1
*
server kex done :)
Aris Adamantiadis
2005-08-07
1
-0
/
+4
*
first import
Aris Adamantiadis
2005-07-05
1
-0
/
+124