aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-26More include file splittingAris Adamantiadis8-190/+269
2009-09-26Removed obsolete optionsAris Adamantiadis1-4/+1
2009-09-26More include file movingsAris Adamantiadis4-121/+174
2009-09-25More commentAris Adamantiadis1-1/+4
2009-09-25fix ssh_callbacks_init() macro + documentationAris Adamantiadis1-8/+20
2009-09-25callback.h should use public headersAris Adamantiadis1-2/+2
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+3
2009-09-25Add missing extern C.Andreas Schneider1-1/+12
2009-09-25Fix typo.Andreas Schneider1-1/+1
2009-09-25Install callbacks header file.Andreas Schneider1-0/+1
2009-09-23Get rid of CRYPTOAris Adamantiadis2-6/+6
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis11-318/+547
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis2-51/+68
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis2-30/+30
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis4-32/+32
2009-09-23get rid of SSH_SESSIONAris Adamantiadis4-112/+112
2009-09-23remove the broken setters for options,cb init macroAris Adamantiadis2-8/+5
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis3-42/+35
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 Schneider2-2/+6
2009-09-21Fixed building libssh with MSVC.Andreas Schneider3-3/+5
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis1-1/+1