aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-03-15Increase version number to 0.4.2.Andreas Schneider1-1/+1
2010-03-06Fixed and added support for several identity files.Andreas Schneider3-1/+7
2010-03-06Rename ssh_list_add to ssh_list_append.Andreas Schneider1-1/+1
2010-03-06Added a prepend function for ssh_list.Andreas Schneider1-0/+1
2010-03-06renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-8/+4
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider1-4/+3
2010-01-29Increased version number.Andreas Schneider1-1/+1
2010-01-29Fix underflow when leave_function() are unbalancedAris Adamantiadis1-1/+1
2009-12-18Fixed documentation of buffer struct.Andreas Schneider1-2/+1
2009-12-18Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider1-12/+0
2009-12-18Added a mainpage to doxygen.Andreas Schneider1-0/+12
2009-12-10Don't install crypto.h which is an internal header file.Andreas Schneider1-1/+0
2009-12-09Remove socklen_t definition.Andreas Schneider1-3/+0
2009-12-02Added gettimeofday for Windows.Andreas Schneider1-0/+5
2009-12-02Fixed uint* to work on Windows.Andreas Schneider2-2/+6
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis2-9/+7
2009-11-16Improved pcap dumping supportAris Adamantiadis2-1/+8
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+1
2009-11-08First lines of experimental pcap output supportAris Adamantiadis2-0/+31
2009-11-06Update structures name to new conventionAris Adamantiadis1-17/+17
2009-11-06Improve MSVC support. Better binary compatibility.Andreas Schneider2-2/+2
2009-11-03Fix warnings on old gcc'sAris Adamantiadis2-19/+19
2009-11-03Fix openssl header inclusionAris Adamantiadis1-5/+6
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 Schneider2-1/+4
2009-10-15Added an option to set the port as string.Andreas Schneider1-0/+1
2009-10-13Remove deprecated functions.Andreas Schneider1-21/+0
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-104/+114
2009-10-10Add structure cleaning in commentAris Adamantiadis1-1/+1
2009-10-10Document the function to set the callbacks and provide an example.Andreas Schneider1-0/+22
2009-10-10resolve callback crashAris Adamantiadis1-1/+1
2009-10-10fix typo in header inclusionAris Adamantiadis1-1/+1
2009-10-10Rename callback header file.Andreas Schneider2-1/+1
2009-10-10Add a function to set the callback structure to the session.Andreas Schneider1-6/+1
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis2-1/+1
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+12
2009-10-09Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis1-14/+1
2009-10-09get rid of the option structureAris Adamantiadis2-6/+5
2009-10-09Moved samples into examples directoryAris Adamantiadis1-1/+2
2009-10-09Modified server APIAris 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-04Fixed ssh_options_copy().Andreas Schneider1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider6-96/+65
2009-10-02Remove unused option functions.Andreas Schneider1-6/+0
2009-09-29Fix warnings on opensolarisAris Adamantiadis2-5/+5
2009-09-29resolve warning on opensolarisAris Adamantiadis1-1/+1
2009-09-26more priv.h splittingAris Adamantiadis6-96/+117
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-1/+1