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
path:
root
/
include
/
libssh
/
libssh.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made ssh_userauth_none nonblocking
Aris Adamantiadis
2011-01-16
1
-0
/
+1
*
Change blocking parameter to a flag
Aris Adamantiadis
2011-01-10
1
-0
/
+1
*
libssh: Don't use the visibility flag on OS/2.
Andreas Schneider
2010-12-31
1
-1
/
+1
*
Added compression options and allow "yes/no" setting
Aris Adamantiadis
2010-12-27
1
-1
/
+3
*
include: Only require LIBSSH_STATIC on Windows.
Andreas Schneider
2010-12-10
1
-9
/
+9
*
Oops, libssh.h did not compile anymore
Aris Adamantiadis
2010-10-15
1
-2
/
+2
*
Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change
Aris Adamantiadis
2010-10-14
1
-1
/
+1
*
Handle global requests and reverse forwarding
milo
2010-10-02
1
-0
/
+6
*
options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.
Andreas Schneider
2010-09-28
1
-1
/
+1
*
ssh_channel_forward_* -> ssh_forward_*
Aris Adamantiadis
2010-08-28
1
-3
/
+3
*
Added missing /** in doxygen @}'s
Aris Adamantiadis
2010-08-28
1
-1
/
+1
*
options: Added option to bind a client to an ip address.
Andreas Schneider
2010-07-07
1
-1
/
+2
*
socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.
Andreas Schneider
2010-06-17
1
-1
/
+1
*
socket: Fixed checks for max fd.
Andreas Schneider
2010-06-17
1
-0
/
+2
*
poll: Fixed a malfunction with wrong max fd value check.
Andreas Schneider
2010-06-17
1
-2
/
+6
*
string: Added a function to delete a char basesd stirng object.
Andreas Schneider
2010-06-11
1
-0
/
+1
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-59
/
+45
*
ssh_socket support for 2 fd + Proxyhost command
Aris Adamantiadis
2010-05-09
1
-1
/
+2
*
Added pki.[ch] files as a new standard API for PKs
Aris Adamantiadis
2010-05-01
1
-1
/
+2
*
Renamed private type TYPE_RSA to SSH_KEYTYPE_*
Aris Adamantiadis
2010-04-28
1
-0
/
+8
*
Added ssh_privatekey_type public function
Aris Adamantiadis
2010-04-28
1
-0
/
+3
*
Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.
Ruben Garcia Azuara
2010-04-07
1
-2
/
+2
*
Fixed solaris compilation warning and ignore case at host parameter.
Ruben Garcia Azuara
2010-04-07
1
-3
/
+3
*
Fixed the documentation of log.c
Andreas Schneider
2010-04-04
1
-5
/
+7
*
Fixed spelling.
Andreas Schneider
2010-03-25
1
-1
/
+1
*
Fixed and added support for several identity files.
Andreas Schneider
2010-03-04
1
-0
/
+5
*
Increase version number.
Andreas Schneider
2010-02-05
1
-1
/
+1
*
Merged the channel_request hdlrs and clean hdlrs
Aris Adamantiadis
2010-01-08
1
-1
/
+0
*
Add new API function ssh_userauth_privatekey_file().
Vic Lee
2009-12-30
1
-0
/
+2
*
Add key validation in server side authentication
Aris Adamantiadis
2009-12-20
1
-0
/
+7
*
Remove socklen_t definition.
Andreas Schneider
2009-12-09
1
-3
/
+0
*
Fixed uint* to work on Windows.
Andreas Schneider
2009-12-01
1
-0
/
+4
*
Pcap: more cleanup and minimalist API
Aris Adamantiadis
2009-11-16
1
-1
/
+6
*
Added an option to set log verbosity as string.
Andreas Schneider
2009-11-10
1
-0
/
+1
*
Improve MSVC support. Better binary compatibility.
Andreas Schneider
2009-11-06
1
-1
/
+1
*
ssh_disconnect doesn't free the session anymore
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
1
-5
/
+4
*
Fixed ssh_options_copy().
Andreas Schneider
2009-10-04
1
-1
/
+1
*
Get rid of the options structure.
Andreas Schneider
2009-10-02
1
-30
/
+12
*
Fix warnings on opensolaris
Aris Adamantiadis
2009-09-29
1
-1
/
+1
*
resolve warning on opensolaris
Aris Adamantiadis
2009-09-29
1
-1
/
+1
*
more priv.h splitting
Aris Adamantiadis
2009-09-26
1
-2
/
+0
*
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
[prev]
[next]