index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
libssh
/
libssh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change #defines to enums when it makes sense
Aris Adamantiadis
2009-09-23
1
-48
/
+63
*
Get rid of SSH_MESSAGE
Aris Adamantiadis
2009-09-23
1
-7
/
+7
*
get rid of SSH_OPTIONS
Aris Adamantiadis
2009-09-23
1
-23
/
+23
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-39
/
+39
*
remove the broken setters for options,cb init macro
Aris Adamantiadis
2009-09-23
1
-7
/
+0
*
Changed the current callback sys to be scalable
Aris Adamantiadis
2009-09-23
1
-25
/
+0
*
Ordered functions in libssh.h alphabeticaly
Aris Adamantiadis
2009-09-23
1
-242
/
+179
*
Fix typos in SSH_OPTIONS
Aris Adamantiadis
2009-09-23
1
-6
/
+6
*
Added a cleaned up interface for setting options.
Andreas Schneider
2009-09-22
1
-0
/
+39
*
Added a userdata generic pointer to the log callback function.
Andreas Schneider
2009-09-22
1
-1
/
+4
*
Fixed building libssh with MSVC.
Andreas Schneider
2009-09-21
1
-0
/
+1
*
Added support for ~/.ssh/config.
Andreas Schneider
2009-09-15
1
-0
/
+1
*
SCP warning request
Aris Adamantiadis
2009-09-13
1
-0
/
+1
*
scp recursive mode
Aris Adamantiadis
2009-09-13
1
-2
/
+7
*
Add better error detection + EOF request
Aris Adamantiadis
2009-09-13
1
-1
/
+3
*
Change scp API to use integers for perms
Aris Adamantiadis
2009-09-13
1
-9
/
+9
*
Support for sending signals (RFC 4254, section 6.9).
Dmitry V. Krivenok
2009-09-10
1
-0
/
+1
*
Add a portable ssh_mkdir function for Windows.
Andreas Schneider
2009-09-09
1
-0
/
+1
*
ssh_scp_request_get_{filename,permissions,size}
Aris Adamantiadis
2009-08-23
1
-0
/
+3
*
added ssh_scp_read
Aris Adamantiadis
2009-08-23
1
-0
/
+2
*
Implementation of ssh_scp_pull_request
Aris Adamantiadis
2009-08-23
1
-4
/
+5
*
Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh
Aris Adamantiadis
2009-08-23
1
-0
/
+18
|
\
|
*
Pending work
Aris Adamantiadis
2009-08-23
1
-0
/
+2
|
*
added ssh_scp_request_new,ssh_scp_request_struct
Aris Adamantiadis
2009-08-23
1
-0
/
+7
|
*
add ssh_scp_push_directory,ssh_scp_leave_directory
Aris Adamantiadis
2009-08-23
1
-0
/
+2
|
*
Make the functions public.
Andreas Schneider
2009-08-21
1
-2
/
+2
|
*
Added ssh_basename() and ssh_dirname().
Andreas Schneider
2009-08-21
1
-0
/
+4
|
*
Add forward listening feature
Vic Lee
2009-08-16
1
-0
/
+3
*
|
experimental callback system
Aris Adamantiadis
2009-08-23
1
-1
/
+2
|
/
*
Set version number to 0.4.0.
Andreas Schneider
2009-08-12
1
-1
/
+1
*
Fix static build.
Andreas Schneider
2009-08-11
1
-14
/
+18
*
Use gcc visibility attribute to get rid of the map file.
Andreas Schneider
2009-08-11
1
-20
/
+34
*
Fix compilation with MSVC and use declspec to export functions.
Andreas Schneider
2009-08-11
1
-131
/
+141
*
ssh_scp_push_file and ssh_scp_write
Aris Adamantiadis
2009-08-09
1
-1
/
+2
*
Initial scp implementation in source tree
Aris Adamantiadis
2009-08-09
1
-0
/
+14
*
Remove ssh_fd_poll which is gone.
Andreas Schneider
2009-08-05
1
-1
/
+0
*
Fixed libssh compilation without server support.
Andreas Schneider
2009-07-31
1
-5
/
+41
*
Add x11 forwarding support for ssh client
Vic Lee
2009-07-31
1
-0
/
+3
*
Move channel_write_stderr to server.c.
Andreas Schneider
2009-07-29
1
-1
/
+0
*
Add channel_write_stderr prototype to the right header file.
Andreas Schneider
2009-07-29
1
-0
/
+1
*
Check for OpenSSH and implement sftp_symlink correct.
Andreas Schneider
2009-07-28
1
-0
/
+1
*
Fix conflicting declarations of ssh_session and ssh_kbdint.
Andreas Schneider
2009-07-25
1
-4
/
+4
*
Add ssh_clean_pubkey_hash() which is needed on Windows.
Andreas Schneider
2009-07-25
1
-0
/
+1
*
move all u32,u16,u8 and u64 declarations in priv.h
Aris Adamantiadis
2009-07-24
1
-12
/
+6
*
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
1
-3
/
+2
*
Changes all CHANNEL * to ssh_channel
Aris Adamantiadis
2009-07-24
1
-28
/
+28
*
Change PRIVATE_KEY * to ssh_private_key
Aris Adamantiadis
2009-07-24
1
-5
/
+5
*
Changed all PUBLIC_KEY * to ssh_public_key
Aris Adamantiadis
2009-07-24
1
-5
/
+5
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
1
-6
/
+6
[next]