aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-14Implemented X11 server sidemilo1-1/+2
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-0/+2
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+2
2011-04-14[pki] Added privatekey_from_base64() function...milo1-0/+3
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-0/+2
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis1-0/+1
2011-02-20poll: Added a function to poll the events.milo1-0/+1
2011-02-20poll: Added function to remove fd from the event context.milo1-0/+1
2011-02-20poll: Added function to add an fd to the events.milo1-0/+5
2011-02-20poll: Added function to remove session from event loop.milo1-0/+1
2011-02-20poll: Added function to add session to an event.milo1-0/+1
2011-02-20poll: Added a function to free an event.milo1-0/+1
2011-02-20poll: Started to add a poll based event loop.milo1-0/+3
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+2
2011-02-06session: Added ssh_is_connected().Andreas Schneider1-0/+1
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider1-0/+3
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis1-0/+1
2011-01-10Change blocking parameter to a flagAris Adamantiadis1-0/+1
2010-12-31libssh: Don't use the visibility flag on OS/2.Andreas Schneider1-1/+1
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-1/+3
2010-12-10include: Only require LIBSSH_STATIC on Windows.Andreas Schneider1-9/+9
2010-10-15Oops, libssh.h did not compile anymoreAris Adamantiadis1-2/+2
2010-10-14Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis1-1/+1
2010-10-02Handle global requests and reverse forwardingmilo1-0/+6
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-1/+1
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis1-3/+3
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis1-1/+1
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-1/+2
2010-06-17socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider1-1/+1
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-0/+2
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider1-2/+6
2010-06-11string: Added a function to delete a char basesd stirng object.Andreas Schneider1-0/+1
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-59/+45
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-1/+2
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis1-1/+2
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-0/+8
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-2/+2
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara1-3/+3
2010-04-04Fixed the documentation of log.cAndreas Schneider1-5/+7
2010-03-25Fixed spelling.Andreas Schneider1-1/+1
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-0/+5
2010-02-05Increase version number.Andreas Schneider1-1/+1
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis1-1/+0
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+2
2009-12-20Add key validation in server side authenticationAris Adamantiadis1-0/+7
2009-12-09Remove socklen_t definition.Andreas Schneider1-3/+0
2009-12-01Fixed uint* to work on Windows.Andreas Schneider1-0/+4
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis1-1/+6
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+1