index
:
users/milo/libssh.git
bugfixes
gcrypt_dsa
master
pki
pki_x11
remote_wip
sshd
x11
work in progress
libssh git server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
Use const for x11_auth_* strings
pki_x11
milo
1
-2
/
+2
2011-04-14
Implemented X11 server side
milo
6
-1
/
+129
2011-04-14
Skip \r when reading private keys
milo
1
-2
/
+3
2011-04-14
Added some tortures for pki
milo
2
-0
/
+346
2011-04-14
[pki] Added ssh_userauth_pki_pubkey() function
milo
2
-1
/
+187
2011-04-14
Fix error message in privatekey_from_base64()
milo
1
-1
/
+1
2011-04-14
[pki] Add documentation and check for NULLs
milo
1
-0
/
+13
2011-04-14
Set freed pointers to NULL in ssh_key struct
milo
1
-0
/
+2
2011-04-14
[pki] added ssh_pki_do_sign() function
milo
4
-2
/
+120
2011-04-14
[pki] Added conversion functions to migrate seemlessly to ssh_key
milo
2
-0
/
+87
2011-04-14
[pki] check for NULL and small cosmetic changes
milo
1
-16
/
+17
2011-04-14
[pki] Added ssh_pki_publickey_from_privatekey() function
milo
2
-0
/
+191
2011-04-14
[pki] Added ssh_pki_import_privkey_base64()
milo
3
-0
/
+30
2011-04-14
[pki] remove non existing function prototype
milo
1
-1
/
+0
2011-04-14
[pki] Fixed a probable bug in privatekey_file_to_buffer()
milo
1
-3
/
+2
2011-04-14
[pki] Added privatekey_from_base64() function...
milo
3
-47
/
+96
2011-04-14
[pki] Added b64decode_dsa_privatekey() function
milo
1
-0
/
+60
2011-04-14
[pki] Added b64decode_rsa_privatekey() function
milo
1
-0
/
+72
2011-04-14
[pki] Added privatekey_string_to_buffer() function
milo
1
-2
/
+135
2011-04-14
[pki] Make ssh_key_new and ssh_key_free public
milo
3
-2
/
+3
2011-04-14
Fix a memleak on event poll contexts
milo
1
-0
/
+2
2011-04-14
Fix a 0 bytes malloc in server kbdint implementation
milo
1
-21
/
+26
2011-04-14
Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalize
Aris Adamantiadis
1
-1
/
+5
2011-04-14
wrapper: Fixed a possible NULL pointer dereference.
Andreas Schneider
1
-1
/
+5
2011-04-14
server: Fixed a possible NULL pointer dereference.
Andreas Schneider
1
-1
/
+4
2011-04-14
Bug fix in ssh_poll_ctx_remove()
milo
1
-0
/
+4
2011-04-11
build: Fixed some VS2010 problems.
Oliver Stöneberg
4
-6
/
+6
2011-04-11
keys: Fixed issues reported by cppcheck.
Oliver Stöneberg
2
-15
/
+17
2011-04-08
cmake: Fixed a typo.
Andreas Schneider
1
-1
/
+2
2011-04-08
sftp: Fixed double-free in sftp_unlink().
Mark Riordan
1
-1
/
+3
2011-03-28
Fixed doc of ssh_userauth_list()
Aris Adamantiadis
1
-1
/
+1
2011-03-28
Change session state after receiving a Disconnect
Aris Adamantiadis
1
-0
/
+1
2011-03-25
doc: Extremly important README update!
Andreas Schneider
1
-2
/
+9
2011-03-22
Fix the ssh_message_retrieve problem by anihilation
Aris Adamantiadis
2
-1
/
+10
2011-03-22
Implement ssh_blocking_flush()
Aris Adamantiadis
4
-0
/
+39
2011-03-22
Added a IP address test
Aris Adamantiadis
1
-0
/
+1
2011-03-10
example: Use const in auth_password from samplesshd.
Andreas Schneider
3
-3
/
+3
2011-03-09
messages: Make returned strings const.
Andreas Schneider
2
-22
/
+22
2011-03-09
doc: More doc for messaging functions.
Andreas Schneider
1
-1
/
+37
2011-03-09
doc: Added missing doc for common message function.
Andreas Schneider
1
-0
/
+19
2011-03-09
doc: Fixed typos in messaging introduction.
Andreas Schneider
1
-7
/
+9
2011-03-09
doc: Improve the doc of ssh_bind_set_callbacks.
Andreas Schneider
2
-19
/
+20
2011-03-06
doc: Improved documentation for server options.
Andreas Schneider
1
-4
/
+57
2011-03-01
build: Set version to 0.5.90.
Andreas Schneider
1
-2
/
+2
2011-02-25
messages: Added missing config.h include.
Andreas Schneider
1
-0
/
+2
2011-02-23
legacy: Added missing channel_write_stderr.
Andreas Schneider
2
-0
/
+7
2011-02-23
legacy: Fixed the symbol export.
Andreas Schneider
1
-1
/
+3
2011-02-22
Check for NULL channel pointers
milo
1
-8
/
+116
2011-02-20
examples: Added a event context based sshd example.
milo
3
-0
/
+460
2011-02-20
poll: Added a function to poll the events.
milo
2
-0
/
+39
[next]