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-20
Started to make a full sshd server
sshd
milo
2
-0
/
+685
2011-04-20
[socket] fix a segfault at disconnect
bugfixes
milo
1
-4
/
+15
2011-04-20
[event] don't use sessions in event anymore
milo
1
-10
/
+13
2011-04-20
[messages] don't queue messages if callback present
milo
1
-5
/
+34
2011-04-20
[poll] avoid infinite loop in ssh_poll_ctx_free()
milo
1
-1
/
+6
2011-04-20
[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...
milo
2
-8
/
+10
2011-04-18
[keyfiles] Fix two memory leaks
milo
1
-1
/
+2
2011-04-18
[pki] remove unused functions
milo
2
-62
/
+0
2011-04-15
poll: Fix poll input events.
Andreas Schneider
3
-4
/
+4
2011-04-15
examples: Fix some memory leaks.
Andreas Schneider
3
-2
/
+16
2011-04-15
Fix assertion with Visual Studio because of %zu.
Andreas Schneider
4
-6
/
+6
2011-04-15
scp: More correct fix for snprintf 64-bit format.
Andreas Schneider
2
-2
/
+10
2011-04-15
scp: Fix snprintf format for 64-bit size on SCP push.
Mark Riordan
1
-2
/
+2
2011-04-15
scp: Support huge files by changing size to 64-bit type.
Mark Riordan
3
-10
/
+32
2011-04-15
[pki] Fix buffer overflow in pki
Aris Adamantiadis
1
-1
/
+1
2011-04-14
scp: Fix potential infinite loop in ssh_scp_close
Mark Riordan
1
-1
/
+1
2011-04-14
examples: Call correct functions on exit.
Andreas Schneider
2
-1
/
+9
2011-04-14
Use const for x11_auth_* strings
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
Semantic fix on malloc
milo
1
-1
/
+1
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
[next]