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
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ssh_init()
Aris Adamantiadis
2009-07-29
1
-6
/
+1
*
Check for OpenSSH and implement sftp_symlink correct.
Andreas Schneider
2009-07-29
1
-1
/
+33
*
Fix a segfault if a NULL pointer is passed to ssh_disconnect().
Andreas Schneider
2009-07-23
1
-3
/
+2
*
Fix doublefree bug found by Cyril
Aris Adamantiadis
2009-06-21
1
-10
/
+20
*
Fix build warnings.
Andreas Schneider
2009-06-09
1
-0
/
+5
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-3
/
+1
*
Add return values to generate_session_keys() and generate_one_key().
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Add return value to dh_build_k().
Andreas Schneider
2009-04-16
1
-1
/
+5
*
Improve dh_import() functions.
Andreas Schneider
2009-04-16
1
-1
/
+5
*
Add return value to dh_generate_e().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Add return value to dh_generate_x().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Add a return value to ssh_socket_init().
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Add error checks to ssh_crypto_init().
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Revert commit 491.
Andreas Schneider
2009-04-16
1
-6
/
+1
*
Make dh crypto functions thread safe.
Andreas Schneider
2009-04-16
1
-1
/
+6
*
Improve ssh_disconnect().
Andreas Schneider
2009-04-16
1
-16
/
+41
*
Improve ssh_get_issue_banner().
Andreas Schneider
2009-04-16
1
-9
/
+15
*
Add more error checks to ssh_send_banner().
Andreas Schneider
2009-04-16
1
-5
/
+17
*
Add more error checks to ssh_connect().
Andreas Schneider
2009-04-16
1
-88
/
+127
*
Add more error checks to ssh_service_request().
Andreas Schneider
2009-04-16
1
-17
/
+54
*
Add more error checks to dh_handshake().
Andreas Schneider
2009-04-16
1
-116
/
+171
*
Reformat an document ssh_analyze_banner().
Andreas Schneider
2009-04-16
1
-28
/
+47
*
Improve and document ssh_get_banner().
Andreas Schneider
2009-04-16
1
-28
/
+43
*
Use consistend return values for packet_wait() functions.
Andreas Schneider
2009-04-14
1
-1
/
+1
*
Add more error checks to ssh_get_kex().
Andreas Schneider
2009-04-07
1
-1
/
+1
*
Add return value and error checks to make_sessionid().
Andreas Schneider
2009-04-07
1
-1
/
+5
*
Make service name const.
Andreas Schneider
2009-04-05
1
-1
/
+1
*
Improve ssh_send_banner() and add error checking of strdup.
Andreas Schneider
2009-04-02
1
-19
/
+40
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-1
/
+7
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-19
/
+23
*
Add a ssh_version function.
Andreas Schneider
2009-03-21
1
-3
/
+3
*
Use ssh_log instead of ssh_say in ssh_list_kex().
Andreas Schneider
2009-03-12
1
-1
/
+1
*
Replace ssh_say with ssh_log.
Andreas Schneider
2009-03-11
1
-5
/
+7
*
Fix compiler warning in client.c.
Andreas Schneider
2009-02-02
1
-1
/
+1
*
Make ssh_analyze_banner static as it is only used in this file.
Andreas Schneider
2009-02-02
1
-1
/
+1
*
doxygen fixes. Mostly typos and some comments.
Aris Adamantiadis
2008-11-04
1
-9
/
+8
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-6
/
+3
*
big changes :
Aris Adamantiadis
2008-06-12
1
-14
/
+59
*
fixed the netdb problem ?
Aris Adamantiadis
2008-03-12
1
-1
/
+0
*
second part of win32 changes
Aris Adamantiadis
2008-03-07
1
-0
/
+1
*
added the socket class and created wrappers
Aris Adamantiadis
2008-03-04
1
-27
/
+13
*
norbert's patches + strange typo in packet_nonblocking_flush()
Aris Adamantiadis
2006-12-12
1
-1
/
+1
*
oops, forgot to verify that it compiled fine
Aris Adamantiadis
2006-11-12
1
-10
/
+35
*
more doxygen documentation
Aris Adamantiadis
2006-11-07
1
-1
/
+21
*
keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)
Jean-Philippe Garcia Ballester
2006-03-01
1
-8
/
+0
*
nonblocking support in dh_handshake() from client.c
Aris Adamantiadis
2005-11-30
1
-55
/
+93
*
added the gcrypt patch (without gcrypt as default library).
Aris Adamantiadis
2005-10-04
1
-0
/
+7
*
The kex works, the client authentifies (with password) then it's possible to ...
Aris Adamantiadis
2005-08-10
1
-1
/
+0
*
server kex done :)
Aris Adamantiadis
2005-08-07
1
-8
/
+4
*
sample sshd server accepts a client and sends a banner.
Aris Adamantiadis
2005-07-06
1
-11
/
+15
[next]