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
/
keys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-224
/
+224
*
Fixed building libssh with DEBUG_CRYPTO.
Andreas Schneider
2010-05-12
1
-0
/
+1
*
Fix uninitialized variable used
Aris Adamantiadis
2010-04-28
1
-0
/
+4
*
Renamed private type TYPE_RSA to SSH_KEYTYPE_*
Aris Adamantiadis
2010-04-28
1
-36
/
+36
*
Fix missing string_data() in crypto debug code
Aris Adamantiadis
2010-04-14
1
-8
/
+8
*
Fixed the documentation of key functions.
Andreas Schneider
2010-04-04
1
-12
/
+24
*
more priv.h splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+2
*
Fixed building with Gcrypt and arith with void*
Aris Adamantiadis
2009-09-25
1
-15
/
+15
*
Get rid of CRYPTO
Aris Adamantiadis
2009-09-23
1
-3
/
+3
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-7
/
+10
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-8
/
+8
*
Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh
Aris Adamantiadis
2009-08-23
1
-1
/
+0
|
\
|
*
Fix double free pointer crash in dsa_public_to_string
Vic Lee
2009-08-16
1
-1
/
+0
*
|
experimental callback system
Aris Adamantiadis
2009-08-23
1
-1
/
+1
|
/
*
Public key authentication server side
milo
2009-07-27
1
-0
/
+66
*
Fix conflicting declarations of ssh_session and ssh_kbdint.
Andreas Schneider
2009-07-25
1
-1
/
+1
*
Change PRIVATE_KEY * to ssh_private_key
Aris Adamantiadis
2009-07-24
1
-3
/
+3
*
Changed all PUBLIC_KEY * to ssh_public_key
Aris Adamantiadis
2009-07-24
1
-14
/
+14
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
1
-11
/
+11
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-45
/
+45
*
Fixed namespace problem in public structures
Aris Adamantiadis
2009-07-24
1
-4
/
+4
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+1
*
Simplify signature_from_string() a bit.
Andreas Schneider
2009-04-18
1
-30
/
+13
*
Add error checks to ssh_do_sign_with_agent() and fix a memleak.
Andreas Schneider
2009-04-18
1
-2
/
+17
*
Replace some strcmp with switch to make it a bit faster.
Andreas Schneider
2009-04-18
1
-34
/
+30
*
Make use of ssh_type_from_name().
Andreas Schneider
2009-04-18
1
-3
/
+3
*
Some cleanup for publickey_to_string().
Andreas Schneider
2009-04-18
1
-2
/
+2
*
Fix segfault with gcrypt.
Andreas Schneider
2009-04-18
1
-5
/
+8
*
Add more error checks to ssh_sign_session_id().
Andreas Schneider
2009-04-18
1
-50
/
+75
*
Fix a segfault if we try to a signature.
Andreas Schneider
2009-04-18
1
-1
/
+4
*
Add more error checks to RSA_do_sign().
Andreas Schneider
2009-04-18
1
-21
/
+30
*
Add more error checks to signature_from_string().
Andreas Schneider
2009-04-18
1
-110
/
+176
*
Add error checks to signature_to_string().
Andreas Schneider
2009-04-18
1
-69
/
+133
*
Add check for the return value of gcry_sexp_find_token().
Andreas Schneider
2009-04-18
1
-2
/
+47
*
Add more error checks to ssh_encrypt_rsa1().
Andreas Schneider
2009-04-18
1
-26
/
+56
*
Add more error checks to ssh_do_sign().
Andreas Schneider
2009-04-18
1
-60
/
+83
*
Don't leak memory in publickey_make_* functions.
Andreas Schneider
2009-04-17
1
-1
/
+4
*
Revert commit 530.
Andreas Schneider
2009-04-17
1
-4
/
+1
*
Don't leak memory in error path.
Andreas Schneider
2009-04-17
1
-1
/
+4
*
Revert commit 527.
Andreas Schneider
2009-04-17
1
-10
/
+3
*
Don't leak memory.
Andreas Schneider
2009-04-17
1
-3
/
+10
*
Add error checking to publickey to string functions.
Andreas Schneider
2009-04-08
1
-82
/
+173
*
Add error checking to publickey_from_privatekey().
Andreas Schneider
2009-04-08
1
-67
/
+152
*
Add error checking to publickey_from_string().
Andreas Schneider
2009-04-08
1
-28
/
+43
*
Add error checking to publickey_make_rsa().
Andreas Schneider
2009-04-08
1
-32
/
+65
*
Add error checking to publickey_make_dss().
Andreas Schneider
2009-04-08
1
-39
/
+73
*
Use const where it should be used.
Andreas Schneider
2009-04-05
1
-1
/
+1
*
Fix build warnings.
Andreas Schneider
2009-04-05
1
-2
/
+3
*
Improve key free functions.
Andreas Schneider
2009-04-04
1
-33
/
+37
[next]