index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
kex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-835
/
+0
*
kex: Fixed initialization of server kex.
milo
2010-08-09
1
-7
/
+19
*
session: Added callback for the connection per session.
milo
2010-08-09
1
-1
/
+1
*
Begining of zlib@openssh.org implementation
Aris Adamantiadis
2010-07-23
1
-1
/
+1
*
Continue removing old flushing code
Aris Adamantiadis
2010-07-23
1
-2
/
+2
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-34
/
+34
*
Fixed building libssh with DEBUG_CRYPTO.
Andreas Schneider
2010-05-12
1
-0
/
+1
*
Added pki.[ch] files as a new standard API for PKs
Aris Adamantiadis
2010-05-01
1
-1
/
+4
*
Fix bugs found by clang analyzer
Aris Adamantiadis
2010-04-28
1
-9
/
+10
*
kex: Fixed a memory leak.
Andreas Schneider
2010-04-20
1
-0
/
+1
*
Do not compile aes*-ctr with <=OpenSSL 0.9.7b
Aris Adamantiadis
2010-04-14
1
-0
/
+5
*
Fix missing string_data() in crypto debug code
Aris Adamantiadis
2010-04-14
1
-2
/
+2
*
Fixes the broken algorithm choice for server
Aris Adamantiadis
2010-03-28
1
-24
/
+24
*
aes192-ctr and aes256-ctr working on libcrypto
Aris Adamantiadis
2010-02-09
1
-1
/
+1
*
aes128-ctr aes192-ctr aes256-ctr for libgcrypt
Aris Adamantiadis
2010-02-09
1
-1
/
+1
*
KEX bug: client preference should be prioritary
Aris Adamantiadis
2010-02-09
1
-15
/
+15
*
Made parts of SSH asynchronous (inc kex1)
Aris Adamantiadis
2010-01-24
1
-83
/
+96
*
Part of kex.c is SSH-1 specific
Aris Adamantiadis
2010-01-03
1
-0
/
+3
*
packet SSH_KEXINIT received and parsed
Aris Adamantiadis
2009-12-12
1
-17
/
+20
*
Get rid of the options structure.
Andreas Schneider
2009-10-02
1
-3
/
+1
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+2
*
Removed obsolete options
Aris Adamantiadis
2009-09-26
1
-5
/
+1
*
More include file movings
Aris Adamantiadis
2009-09-26
1
-0
/
+2
*
Fixed including of config.h.
Andreas Schneider
2009-09-25
1
-1
/
+2
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-3
/
+6
*
get rid of SSH_OPTIONS
Aris Adamantiadis
2009-09-23
1
-1
/
+1
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-6
/
+6
*
Fix possible memory corruption (#14)
milo
2009-08-06
1
-2
/
+2
*
Switch completly to stdint types.
Andreas Schneider
2009-07-25
1
-8
/
+8
*
Fix conflicting declarations of ssh_session and ssh_kbdint.
Andreas Schneider
2009-07-25
1
-1
/
+1
*
Changed all PUBLIC_KEY * to ssh_public_key
Aris Adamantiadis
2009-07-24
1
-5
/
+5
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
1
-1
/
+1
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-17
/
+17
*
Fix build warnings.
Andreas Schneider
2009-06-09
1
-0
/
+4
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+2
*
space_tokenize should be rewritten.
Andreas Schneider
2009-04-17
1
-0
/
+1
*
Use consistend return values for packet_wait() functions.
Andreas Schneider
2009-04-14
1
-3
/
+3
*
Fix return value.
Andreas Schneider
2009-04-08
1
-1
/
+1
*
Improve SSHv1 key exchange functions.
Andreas Schneider
2009-04-08
1
-162
/
+250
*
Add error checking for make_rsa1_string().
Andreas Schneider
2009-04-07
1
-11
/
+28
*
Add return value and error checks to ssh_send_kex().
Andreas Schneider
2009-04-07
1
-20
/
+53
*
Add more error checks to ssh_get_kex().
Andreas Schneider
2009-04-07
1
-47
/
+73
*
Add return value and error checking for hash buffer cookie functions.
Andreas Schneider
2009-04-07
1
-3
/
+10
*
Fix build warnings in key exchange functions.
Andreas Schneider
2009-04-05
1
-11
/
+42
*
Add error checking for strdup.
Andreas Schneider
2009-04-02
1
-2
/
+7
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-1
/
+9
*
Fix build warning.
Andreas Schneider
2009-04-01
1
-1
/
+2
*
Add memory error checking to key exchange functions.
Andreas Schneider
2009-04-01
1
-12
/
+57
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-19
/
+23
*
Add an option WITH_LIBZ to compile with zlib support.
Andreas Schneider
2009-03-28
1
-1
/
+3
[next]