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-03-17
Added some tortures for pki
pki
milo
2
-0
/
+346
2011-03-17
[pki] Added ssh_userauth_pki_pubkey() function
milo
2
-1
/
+187
2011-03-17
Fix error message in privatekey_from_base64()
milo
1
-1
/
+1
2011-03-17
[pki] Add documentation and check for NULLs
milo
1
-0
/
+13
2011-03-17
Set freed pointers to NULL in ssh_key struct
milo
1
-0
/
+2
2011-03-17
[pki] added ssh_pki_do_sign() function
milo
4
-2
/
+120
2011-03-17
[pki] Added conversion functions to migrate seemlessly to ssh_key
milo
2
-0
/
+87
2011-03-17
[pki] check for NULL and small cosmetic changes
milo
1
-16
/
+17
2011-03-17
[pki] Added ssh_pki_publickey_from_privatekey() function
milo
2
-0
/
+191
2011-03-17
[pki] Added ssh_pki_import_privkey_base64()
milo
3
-0
/
+30
2011-03-17
[pki] remove non existing function prototype
milo
1
-1
/
+0
2011-03-17
[pki] Fixed a probable bug in privatekey_file_to_buffer()
milo
1
-3
/
+2
2011-03-17
[pki] Added privatekey_from_base64() function...
milo
3
-49
/
+95
2011-03-17
[pki] Added b64decode_dsa_privatekey() function
milo
1
-0
/
+60
2011-03-17
[pki] Added b64decode_rsa_privatekey() function
milo
1
-0
/
+72
2011-03-17
[pki] Added privatekey_string_to_buffer() function
milo
1
-2
/
+135
2011-03-17
[pki] Make ssh_key_new and ssh_key_free public
milo
3
-2
/
+3
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
2011-02-20
poll: Added function to remove fd from the event context.
milo
2
-0
/
+31
2011-02-20
poll: Added function to add an fd to the events.
milo
2
-0
/
+69
2011-02-20
poll: Added function to remove session from event loop.
milo
2
-0
/
+48
2011-02-20
poll: Added function to add session to an event.
milo
2
-0
/
+45
2011-02-20
poll: Added a function to free an event.
milo
2
-0
/
+24
2011-02-20
poll: Started to add a poll based event loop.
milo
2
-0
/
+52
2011-02-18
server: Fixed logging function name.
Andreas Schneider
1
-1
/
+1
2011-02-18
channel: Fixed a possible NULL pointe dereference.
Andreas Schneider
1
-3
/
+7
2011-02-18
channel: Improve ssh_channel_open_reverse_forward documentation.
Bernhard R. Link
1
-4
/
+5
2011-02-18
channels: set error for new NULL pointer checks
Bernhard R. Link
1
-4
/
+23
2011-02-14
socket: Set errors on return.
Bernhard R. Link
1
-1
/
+16
2011-02-14
channels: Set errors on return.
Bernhard R. Link
1
-2
/
+80
2011-02-14
bind: Set errors on return.
Bernhard R. Link
1
-1
/
+8
2011-02-14
Check for NULL pointers in string.c
milo
1
-3
/
+14
2011-02-14
Check for NULL pointers in channels.c
milo
1
-10
/
+58
2011-02-13
misc: Fixed ssh_is_ipaddr_v4() on Windows.
Andreas Schneider
2
-4
/
+8
2011-02-13
build: Try to fix the build on Solaris.
Andreas Schneider
1
-1
/
+9
2011-02-13
misc: Added working ssh_is_ipaddr for Windows.
Andreas Schneider
2
-33
/
+77
2011-02-13
tests: Fixed misc and isipaddr test on Windows.
Andreas Schneider
2
-0
/
+3
[next]