index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix return value of sftp_tell64().
Andreas Schneider
2009-07-25
2
-2
/
+2
*
Update map file for ssh_clean_pubkey_hash;
Andreas Schneider
2009-07-25
1
-1
/
+1
*
Add a sftp_tel64() function.
Andreas Schneider
2009-07-25
3
-1
/
+17
*
Add ssh_clean_pubkey_hash() which is needed on Windows.
Andreas Schneider
2009-07-25
2
-0
/
+17
*
New example directory with the begining of a scp
Aris Adamantiadis
2009-07-25
6
-0
/
+469
*
Bumped the version numbers to 0.4.0 in HEAD
Aris Adamantiadis
2009-07-25
2
-3
/
+3
*
Update map file.
Andreas Schneider
2009-07-25
1
-0
/
+1
*
Fix a typo.
Andreas Schneider
2009-07-25
1
-1
/
+1
*
Add symlink and readlink test to sample.
Andreas Schneider
2009-07-25
1
-0
/
+19
*
Add sftp_readlink function.
Andreas Schneider
2009-07-25
2
-0
/
+85
*
Add sftp_symlink function.
Andreas Schneider
2009-07-25
2
-0
/
+96
*
Added a threading + sftp stress testcase
Aris Adamantiadis
2009-07-24
1
-0
/
+174
*
move all u32,u16,u8 and u64 declarations in priv.h
Aris Adamantiadis
2009-07-24
4
-47
/
+47
*
Missed something in channel_select for CHANNEL
Aris Adamantiadis
2009-07-24
1
-1
/
+1
*
Make the SSH_SAFE_NAMESPACE flag active
Aris Adamantiadis
2009-07-24
1
-1
/
+1
*
Change refs from AGENT * to ssh_agent
Aris Adamantiadis
2009-07-24
3
-8
/
+7
*
Changes all CHANNEL * to ssh_channel
Aris Adamantiadis
2009-07-24
11
-118
/
+118
*
Change PRIVATE_KEY * to ssh_private_key
Aris Adamantiadis
2009-07-24
7
-30
/
+30
*
Forgot sample* in previous BUFFER change
Aris Adamantiadis
2009-07-24
2
-2
/
+2
*
Changed all PUBLIC_KEY * to ssh_public_key
Aris Adamantiadis
2009-07-24
8
-34
/
+34
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
15
-131
/
+131
*
You always forget SSH1 ...
Aris Adamantiadis
2009-07-24
2
-17
/
+17
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
16
-253
/
+268
*
moved try_publickey_from_file in priv.h
Aris Adamantiadis
2009-07-24
2
-4
/
+3
*
replacing keys_struct with ssh_keys_struct
Aris Adamantiadis
2009-07-24
4
-5
/
+5
*
Fixed namespace problem in public structures
Aris Adamantiadis
2009-07-24
8
-82
/
+82
*
Fix a possible segfault in sftp_canonicalize_path().
Andreas Schneider
2009-07-23
1
-0
/
+4
*
Fix getaddrinfo and gethostbyname build problems on Solaris.
Andreas Schneider
2009-07-23
2
-0
/
+22
*
Fix OpenSSL include file checks on Solaris.
Andreas Schneider
2009-07-23
1
-0
/
+3
*
Fix finding OpenSSL on Solaris.
Andreas Schneider
2009-07-23
1
-0
/
+5
*
Add cmake check for big endian.
Andreas Schneider
2009-07-23
2
-9
/
+6
*
Fix a segfault if a NULL pointer is passed to ssh_disconnect().
Andreas Schneider
2009-07-22
1
-3
/
+2
*
Don't segfault if the session or the answer is NULL.
Andreas Schneider
2009-07-22
1
-1
/
+1
*
Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh
Andreas Schneider
2009-07-21
1
-42
/
+43
|
\
|
*
Add compile flags and test for compiler options only if we use gcc.
Andreas Schneider
2009-07-21
1
-42
/
+41
|
*
Only add additional warnings if we have a GNU compiler.
Andreas Schneider
2009-07-21
1
-1
/
+3
*
|
Fix ssh_write_knownhost() which always returned -1.
Andreas Schneider
2009-07-21
2
-4
/
+6
|
/
*
Make the ssh_userauth_kbdint functions to get the prompts const.
Andreas Schneider
2009-07-21
3
-7
/
+8
*
Fix sol8 + ss11 compile errors.
Andreas Schneider
2009-07-20
2
-2
/
+14
*
Add missing changelog entries.
Andreas Schneider
2009-07-14
1
-0
/
+14
*
Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fix
Aris Adamantiadis
2009-07-14
1
-1
/
+4
*
Fix build on windows, missing include.
Andreas Schneider
2009-07-13
1
-0
/
+2
*
Put #ifdef around AI_NUMERICSERV which doesn't seem std
Aris Adamantiadis
2009-07-13
1
-0
/
+2
*
Enable conditional compiling for IP regex code.
Aris Adamantiadis
2009-07-13
3
-2
/
+17
*
forgot init.c in copyright updates
Aris Adamantiadis
2009-07-13
1
-1
/
+1
*
Fixed copyright notices
Aris Adamantiadis
2009-07-13
7
-7
/
+8
*
typo in sample.c
Aris Adamantiadis
2009-07-13
1
-1
/
+1
*
Reflect the SSH_SERVER_NOT_KNOWN add-on in sample
Aris Adamantiadis
2009-07-12
1
-0
/
+4
*
Added return code SSH_SERVER_FILE_NOT_FOUND
Aris Adamantiadis
2009-07-12
2
-2
/
+3
*
Set correct hint when connecting to an IP address
Aris Adamantiadis
2009-07-12
3
-4
/
+58
[next]