aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-0/+1
2009-10-09Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis1-14/+1
2009-10-09get rid of the option structureAris Adamantiadis1-5/+4
2009-10-04Fixed ssh_options_copy().Andreas Schneider1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-30/+12
2009-09-29Fix warnings on opensolarisAris Adamantiadis1-1/+1
2009-09-29resolve warning on opensolarisAris Adamantiadis1-1/+1
2009-09-26more priv.h splittingAris Adamantiadis1-2/+0
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis1-48/+63
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-7/+7
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-23/+23
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-39/+39
2009-09-23remove the broken setters for options,cb init macroAris Adamantiadis1-7/+0
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-25/+0
2009-09-23Ordered functions in libssh.h alphabeticalyAris Adamantiadis1-242/+179
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis1-6/+6
2009-09-22Added a cleaned up interface for setting options.Andreas Schneider1-0/+39
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider1-1/+4
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-0/+1
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+1
2009-09-13SCP warning requestAris Adamantiadis1-0/+1
2009-09-13scp recursive modeAris Adamantiadis1-2/+7
2009-09-13Add better error detection + EOF requestAris Adamantiadis1-1/+3
2009-09-13Change scp API to use integers for permsAris Adamantiadis1-9/+9
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok1-0/+1
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider1-0/+1
2009-08-23ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis1-0/+3
2009-08-23added ssh_scp_readAris Adamantiadis1-0/+2
2009-08-23Implementation of ssh_scp_pull_requestAris Adamantiadis1-4/+5
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-0/+18
2009-08-23experimental callback systemAris Adamantiadis1-1/+2
2009-08-23Pending workAris Adamantiadis1-0/+2
2009-08-23added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis1-0/+7
2009-08-23add ssh_scp_push_directory,ssh_scp_leave_directoryAris Adamantiadis1-0/+2
2009-08-21Make the functions public.Andreas Schneider1-2/+2
2009-08-21Added ssh_basename() and ssh_dirname().Andreas Schneider1-0/+4
2009-08-16Add forward listening featureVic Lee1-0/+3
2009-08-12Set version number to 0.4.0.Andreas Schneider1-1/+1
2009-08-11Fix static build.Andreas Schneider1-14/+18
2009-08-11Use gcc visibility attribute to get rid of the map file.Andreas Schneider1-20/+34
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-131/+141
2009-08-09ssh_scp_push_file and ssh_scp_writeAris Adamantiadis1-1/+2
2009-08-09Initial scp implementation in source treeAris Adamantiadis1-0/+14
2009-08-05Remove ssh_fd_poll which is gone.Andreas Schneider1-1/+0
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-5/+41
2009-07-31Add x11 forwarding support for ssh clientVic Lee1-0/+3
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider1-1/+0
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider1-0/+1
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider1-0/+1
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-4/+4