aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Fix server kex againAris Adamantiadis1-0/+1
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis1-0/+4
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider1-0/+1
2009-10-10fix typo in header inclusionAris Adamantiadis1-1/+1
2009-10-09get rid of the option structureAris Adamantiadis1-1/+1
2009-10-05add ssh_set_error_oom and ssh_set_error_invalidBernhard R. Link1-0/+2
2009-10-05proper prototype of ssh_session_newBernhard R. Link1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-5/+15
2009-09-26more priv.h splittingAris Adamantiadis1-94/+0
2009-09-26More include file splittingAris Adamantiadis1-189/+3
2009-09-26More include file movingsAris Adamantiadis1-116/+4
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+3
2009-09-23Get rid of CRYPTOAris Adamantiadis1-4/+4
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-318/+1
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis1-3/+5
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-5/+5
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-67/+67
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-7/+3
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider1-1/+2
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-0/+4
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis1-1/+1
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+3
2009-09-13SCP warning requestAris Adamantiadis1-0/+1
2009-09-13scp recursive modeAris Adamantiadis1-0/+1
2009-09-13Add better error detection + EOF requestAris Adamantiadis1-1/+3
2009-09-13Change scp API to use integers for permsAris Adamantiadis1-2/+4
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider1-4/+4
2009-08-23Implementation of ssh_scp_pull_requestAris Adamantiadis1-12/+5
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-6/+18
2009-08-23experimental callback systemAris Adamantiadis1-4/+4
2009-08-23added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis1-0/+14
2009-08-20Add a portable define to print size_t.Andreas Schneider1-0/+3
2009-08-20Remove DEBUG_CRYPTO variable.Andreas Schneider1-6/+0
2009-08-12Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-1/+13
2009-08-12Make the calltrace logging optionalAris Adamantiadis1-0/+5
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-1/+13
2009-08-10Latest scp codeAris Adamantiadis1-0/+9
2009-08-09ssh_scp_push_file and ssh_scp_writeAris Adamantiadis1-0/+2
2009-08-09Initial scp implementation in source treeAris Adamantiadis1-0/+7
2009-07-30Fix build with MSVC.Andreas Schneider1-1/+14
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider1-0/+2
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider1-0/+1
2009-07-27Fix typo orignator_port -> originator_portmilo1-1/+1
2009-07-27Public key authentication server sidemilo1-0/+5
2009-07-25Switch completly to stdint types.Andreas Schneider1-52/+46
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-11/+11
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis1-0/+6
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis1-1/+1
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-11/+11
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis1-8/+8