index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pki: Fix build warnings.
Andreas Schneider
2011-08-20
1
-1
/
+1
*
pki: Use a consistent naming scheme.
Andreas Schneider
2011-08-19
2
-6
/
+6
*
pki: Add ssh_pki_export_publickey_file().
Andreas Schneider
2011-08-16
1
-0
/
+2
*
misc: Remove session from ssh_get_local_username().
Andreas Schneider
2011-08-16
1
-1
/
+1
*
pki: Fix and rename ssh_pki_publickey_to_base64().
Andreas Schneider
2011-08-16
1
-3
/
+2
*
pki: Remove session from ssh_pki_import_pubkey_* functions.
Andreas Schneider
2011-08-16
2
-8
/
+8
*
pki: Remove session from ssh_pki_import_privkey_* functions.
Andreas Schneider
2011-08-16
3
-24
/
+31
*
pki: Add ssh_pki_publickey_to_base64().
Andreas Schneider
2011-08-16
1
-0
/
+3
*
pki: Add ssh_pki_import_pubkey_file().
Andreas Schneider
2011-08-16
1
-0
/
+3
*
pki: Rename ssh_pki_publickey_to_string and make it public.
Andreas Schneider
2011-08-16
2
-1
/
+1
*
pki: Rename ssh_pki_import_pubkey_string and make it public.
Andreas Schneider
2011-08-16
2
-3
/
+3
*
pki: Add ssh_pki_publickey_to_string().
Andreas Schneider
2011-08-15
1
-0
/
+2
*
pki: Flags are a bit mask so use hex.
Andreas Schneider
2011-08-15
1
-3
/
+3
*
pki: Cleanup pki header.
Andreas Schneider
2011-08-15
1
-11
/
+15
*
bind: Read only once in ssh_bind_listen() (bug #11).
Andreas Schneider
2011-08-15
1
-0
/
+2
*
pki: Added ssh_key_dup().
Andreas Schneider
2011-08-15
1
-1
/
+2
*
pki: Add ssh_pki_import_pubkey_string().
Andreas Schneider
2011-08-13
1
-0
/
+3
*
pki: Use const.
Andreas Schneider
2011-08-13
2
-6
/
+7
*
pki: Use a consistent name scheme.
Andreas Schneider
2011-08-09
1
-1
/
+1
*
pki: Add ssh_pki_import_pubkey_base64().
Andreas Schneider
2011-08-08
2
-0
/
+13
*
pki: Add pki_do_sign().
Andreas Schneider
2011-08-08
2
-0
/
+4
*
pki: Add ssh_pki_convert_key_to_privatekey().
Andreas Schneider
2011-08-08
1
-0
/
+1
*
pki: Create pki_publickey_from_privatekey().
Andreas Schneider
2011-08-08
1
-0
/
+1
*
pki: Improve ssh_key_import_private().
Andreas Schneider
2011-08-08
2
-2
/
+5
*
pki: Improve ssh_pki_import_privkey_base64().
Andreas Schneider
2011-08-08
2
-2
/
+7
*
pki: Add pki_privatekey_type_from_string().
Andreas Schneider
2011-08-08
1
-0
/
+6
*
pki: Add placeholder for ecdsa and certs.
Andreas Schneider
2011-08-08
1
-0
/
+2
*
Fixes the ssh_log issue on ssh_bind handles.
Aris Adamantiadis
2011-07-19
3
-13
/
+19
*
pki: Make ssh_key_is_private() a public function.
Andreas Schneider
2011-06-15
2
-2
/
+1
*
pki: Make ssh_key_is_public() a public function.
Andreas Schneider
2011-06-15
2
-1
/
+2
*
Fix build with missing openssl/ecdh.h
Aris Adamantiadis
2011-06-14
1
-0
/
+3
*
[crypto] Removed ugly ifdefs on gcrypt/libcrypto
Aris Adamantiadis
2011-06-13
1
-10
/
+1
*
[crypto] initial support for ecdh-sha2-nistp256
Aris Adamantiadis
2011-06-13
8
-15
/
+104
*
Test for ecdh and dh-group1
Aris Adamantiadis
2011-06-12
1
-1
/
+2
*
Check for ecdsa with openssl, added log_warning
Aris Adamantiadis
2011-06-12
1
-2
/
+3
*
pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().
Andreas Schneider
2011-06-11
1
-0
/
+2
*
pki: Make ssh_key_type a public function.
Andreas Schneider
2011-06-11
2
-1
/
+1
*
pki: Add SSH_KEYTYPE_ECDSA.
Andreas Schneider
2011-06-11
1
-1
/
+2
*
cmake: Set next version.
Andreas Schneider
2011-05-30
1
-1
/
+1
*
Introduced ssh_timeout_elapsed functions
Aris Adamantiadis
2011-05-24
1
-0
/
+9
*
[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...
milo
2011-05-02
1
-0
/
+1
*
[pki] remove unused functions
milo
2011-04-18
1
-3
/
+0
*
scp: More correct fix for snprintf 64-bit format.
Andreas Schneider
2011-04-15
1
-0
/
+8
*
scp: Support huge files by changing size to 64-bit type.
Mark Riordan
2011-04-15
2
-3
/
+4
*
Use const for x11_auth_* strings
milo
2011-04-14
1
-2
/
+2
*
Implemented X11 server side
milo
2011-04-14
3
-1
/
+15
*
[pki] Added ssh_userauth_pki_pubkey() function
milo
2011-04-14
1
-0
/
+2
*
[pki] added ssh_pki_do_sign() function
milo
2011-04-14
2
-0
/
+6
*
[pki] Added conversion functions to migrate seemlessly to ssh_key
milo
2011-04-14
1
-0
/
+6
*
[pki] Added ssh_pki_publickey_from_privatekey() function
milo
2011-04-14
1
-0
/
+3
[prev]
[next]