index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
packet SSH_KEXINIT received and parsed
Aris Adamantiadis
2009-12-12
1
-33
/
+34
*
Async connection + banner fetch is working
Aris Adamantiadis
2009-12-11
1
-2
/
+24
*
Moved #defines into an enum
Aris Adamantiadis
2009-12-06
1
-6
/
+9
*
More callback stuff in connection
Aris Adamantiadis
2009-12-05
1
-92
/
+89
*
Trying to adapt client.c to use callbacks
Aris Adamantiadis
2009-12-03
1
-45
/
+70
*
Improved pcap dumping support
Aris Adamantiadis
2009-11-16
1
-2
/
+9
*
ssh_disconnect doesn't free the session anymore
Aris Adamantiadis
2009-10-09
1
-1
/
+1
*
Get rid of the options structure.
Andreas Schneider
2009-10-02
1
-27
/
+19
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
More include file movings
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-0
/
+4
*
get rid of SSH_OPTIONS
Aris Adamantiadis
2009-09-23
1
-1
/
+1
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-8
/
+8
*
Changed the current callback sys to be scalable
Aris Adamantiadis
2009-09-23
1
-2
/
+2
*
Check for OpenSSH and implement sftp_symlink correct.
Andreas Schneider
2009-07-28
1
-1
/
+33
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-6
/
+6
*
Fix a segfault if a NULL pointer is passed to ssh_disconnect().
Andreas Schneider
2009-07-22
1
-3
/
+2
*
Fix doublefree bug found by Cyril
Aris Adamantiadis
2009-06-21
1
-10
/
+20
*
ssh_init()
Aris Adamantiadis
2009-06-15
1
-6
/
+1
*
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
[next]