index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed setting knownhosts in ssh_is_server_known().
Andreas Schneider
2009-10-29
1
-5
/
+7
*
Fixed a segfault on Windows.
Andreas Schneider
2009-10-29
1
-1
/
+1
*
Make libssh_scp a little more consistant
Aris Adamantiadis
2009-10-29
1
-19
/
+18
*
Fix server kex again
Aris Adamantiadis
2009-10-29
3
-5
/
+6
*
Fix server kex
Aris Adamantiadis
2009-10-29
1
-6
/
+3
*
improve error reporting of sftp.c
Bernhard R. Link
2009-10-25
1
-37
/
+203
*
buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...
Bernhard R. Link
2009-10-25
2
-2
/
+2
*
fix stupid bug
Aris Adamantiadis
2009-10-23
1
-1
/
+1
*
Compatibility with (broken) sftp version 2 protocols
Aris Adamantiadis
2009-10-23
1
-10
/
+35
*
Add missing free.
Andreas Schneider
2009-10-23
1
-0
/
+1
*
Fix memory leaks in ssh_bind_options_set() if called twice.
Andreas Schneider
2009-10-22
1
-0
/
+3
*
Allow use of SSH_DIR/ when expanding key paths
Aris Adamantiadis
2009-10-17
4
-23
/
+31
*
Verify existence of callback before using them
Aris Adamantiadis
2009-10-17
1
-1
/
+1
*
Improve example authentication.
Andreas Schneider
2009-10-15
1
-37
/
+48
*
Added missing documentation for ssh_bind_options_set.
Andreas Schneider
2009-10-15
1
-14
/
+55
*
Added option parsing using GNU argp.
Andreas Schneider
2009-10-15
1
-3
/
+12
*
Added option to set log_verbosity in the server.
Andreas Schneider
2009-10-15
4
-8
/
+36
*
Added an option to set the port as string.
Andreas Schneider
2009-10-15
3
-4
/
+121
*
Fixed ssh_get_user_home_dir on Windows.
Andreas Schneider
2009-10-15
1
-2
/
+2
*
Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.
Andreas Schneider
2009-10-15
4
-24
/
+36
*
Add API changes to README.
Andreas Schneider
2009-10-13
1
-1
/
+21
*
Remove deprecated functions.
Andreas Schneider
2009-10-13
2
-34
/
+0
*
Fix a memory corruption in parse_status_msg
Vic Lee
2009-10-11
1
-1
/
+1
*
add logging
Aris Adamantiadis
2009-10-11
1
-0
/
+1
*
Fix server. Now, it runs
Aris Adamantiadis
2009-10-11
1
-1
/
+1
*
updated the sftp subsystem to follow the type conv
Aris Adamantiadis
2009-10-10
4
-317
/
+324
*
Add structure cleaning in comment
Aris Adamantiadis
2009-10-10
1
-1
/
+1
*
Document the function to set the callbacks and provide an example.
Andreas Schneider
2009-10-10
1
-0
/
+22
*
resolve callback crash
Aris Adamantiadis
2009-10-10
2
-10
/
+9
*
fix typo in header inclusion
Aris Adamantiadis
2009-10-10
1
-1
/
+1
*
Add ssh_free at the end
Aris Adamantiadis
2009-10-10
1
-0
/
+1
*
Added auth callback function to sample to test callback stuff.
Andreas Schneider
2009-10-10
1
-0
/
+36
*
Rename callback header file.
Andreas Schneider
2009-10-10
2
-1
/
+1
*
Add a function to set the callback structure to the session.
Andreas Schneider
2009-10-10
3
-6
/
+39
*
ssh_disconnect doesn't free the session anymore
Aris Adamantiadis
2009-10-09
5
-8
/
+10
*
No more SSH_BIND SSH_MESSAGE etc.
Aris Adamantiadis
2009-10-09
2
-22
/
+23
*
samplessh uses ssh_options_getopt()
Aris Adamantiadis
2009-10-09
1
-0
/
+1
*
Last nail on SSH_OPTIONS, SSH_SESSION etc.
Aris Adamantiadis
2009-10-09
1
-14
/
+1
*
get rid of the option structure
Aris Adamantiadis
2009-10-09
4
-45
/
+30
*
sample.c compiles now
Aris Adamantiadis
2009-10-09
1
-1
/
+1
*
Moved samples into examples directory
Aris Adamantiadis
2009-10-09
5
-14
/
+22
*
Modified server API
Aris Adamantiadis
2009-10-09
3
-52
/
+38
*
Remove functions to set callbacks.
Andreas Schneider
2009-10-09
1
-96
/
+0
*
Added more error messages to config parser.
Andreas Schneider
2009-10-06
1
-1
/
+3
*
Update ChangeLog.
Andreas Schneider
2009-10-06
1
-1
/
+53
*
Fixed build temporarily.
Andreas Schneider
2009-10-05
1
-0
/
+2
*
Fix a segment fault in privatekey_from_file
Vic Lee
2009-10-05
1
-1
/
+1
*
Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh
Aris Adamantiadis
2009-10-05
24
-931
/
+655
|
\
|
*
samplesshd: allow overriding KEYS_FOLDER by compiler option
Bernhard R. Link
2009-10-05
1
-0
/
+2
|
*
do not segfault in ssh_bind_accept if bindaddr is NULL
Bernhard R. Link
2009-10-05
1
-6
/
+10
[next]