index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
wrapper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-325
/
+0
*
wrapper: Added a log message if client kex is empty.
milo
2010-08-09
1
-1
/
+6
*
Begining of zlib@openssh.org implementation
Aris Adamantiadis
2010-07-23
1
-3
/
+8
*
Separation work between openssl and libgcrypt
Aris Adamantiadis
2010-05-14
1
-796
/
+6
*
Renamed private type TYPE_RSA to SSH_KEYTYPE_*
Aris Adamantiadis
2010-04-28
1
-2
/
+2
*
Do not compile aes*-ctr with <=OpenSSL 0.9.7b
Aris Adamantiadis
2010-04-14
1
-0
/
+8
*
Fixes the broken algorithm choice for server
Aris Adamantiadis
2010-03-28
1
-5
/
+6
*
aes192-ctr and aes256-ctr working on libcrypto
Aris Adamantiadis
2010-02-09
1
-1
/
+24
*
aes128-ctr aes192-ctr aes256-ctr for libgcrypt
Aris Adamantiadis
2010-02-09
1
-7
/
+50
*
Added aes128-ctr support for libcrypto (openssl)
Aris Adamantiadis
2010-02-09
1
-0
/
+28
*
More include file movings
Aris Adamantiadis
2009-09-26
1
-1
/
+3
*
Fixed building with Gcrypt and arith with void*
Aris Adamantiadis
2009-09-25
1
-4
/
+4
*
Fix openssl version usage, found by tysonite
Aris Adamantiadis
2009-09-25
1
-1
/
+1
*
Get rid of CRYPTO
Aris Adamantiadis
2009-09-23
1
-7
/
+5
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-0
/
+1
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-4
/
+4
*
Fix the free calls and use the safe free macro.
Andreas Schneider
2009-09-03
1
-6
/
+6
*
Add missing NULL pointer checks to crypt_set_algorithms_server.
Andreas Schneider
2009-09-03
1
-4
/
+5
*
Fix build with MSVC.
Andreas Schneider
2009-07-30
1
-80
/
+85
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+2
*
Fix openSSL support.
Andreas Schneider
2009-04-17
1
-12
/
+18
*
Fix build with openssl.
Andreas Schneider
2009-04-17
1
-15
/
+29
*
Reformat some of the code.
Andreas Schneider
2009-04-17
1
-69
/
+87
*
Make the cipher table more readable.
Andreas Schneider
2009-04-17
1
-23
/
+155
*
Add return values to set_encrypt_key and set_decrypt_key.
Andreas Schneider
2009-04-17
1
-137
/
+239
*
Reformat HMAC functions.
Andreas Schneider
2009-04-17
1
-46
/
+57
*
Reformat MD5 functions.
Andreas Schneider
2009-04-17
1
-23
/
+29
*
Cleanup SHA1 functions.
Andreas Schneider
2009-04-17
1
-14
/
+20
*
Improve sha1_init().
Andreas Schneider
2009-04-17
1
-11
/
+13
*
Improve crypto free functions.
Andreas Schneider
2009-04-04
1
-33
/
+31
*
Add NULL checks to crypto free functions.
Andreas Schneider
2009-04-03
1
-0
/
+7
*
Use memset cause something is wrong with the macro.
Andreas Schneider
2009-04-01
1
-1
/
+1
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-36
/
+122
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-24
/
+32
*
Fix build warnings.
Andreas Schneider
2009-03-08
1
-2
/
+2
*
Fix build warnings in the crypto wrapper functions.
Andreas Schneider
2009-02-02
1
-8
/
+13
*
commited path 003 and 004 from Andreas Schneider
Aris Adamantiadis
2008-11-23
1
-1
/
+1
*
fix bug 0000015 about memory leak in server path
Aris Adamantiadis
2008-06-30
1
-1
/
+20
*
begin fixing the ssh_say everywhere
Aris Adamantiadis
2008-06-12
1
-6
/
+6
*
Merged Keisial bugfix (crash when available protocols mismatch)
Aris Adamantiadis
2008-03-06
1
-12
/
+21
*
fixed a load of ssh_set_error(NULL,...)
Aris Adamantiadis
2008-03-04
1
-1
/
+1
*
keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)
Jean-Philippe Garcia Ballester
2006-03-01
1
-12
/
+12
*
resolved the channel hangs on exit issue (moved EOF to read events and remove...
Aris Adamantiadis
2005-10-26
1
-1
/
+1
*
resolved the infinite loop on exit (thanks giga for the hint).
Aris Adamantiadis
2005-10-26
1
-1
/
+1
*
Phillip Vandry has seen another bug into r42 :
Aris Adamantiadis
2005-10-26
1
-1
/
+1
*
added the gcrypt patch (without gcrypt as default library).
Aris Adamantiadis
2005-10-04
1
-19
/
+199
*
server kex done :)
Aris Adamantiadis
2005-08-07
1
-1
/
+58
*
first import
Aris Adamantiadis
2005-07-05
1
-0
/
+329