aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-02Fixed build of sample client.Andreas Schneider1-4/+6
2009-10-02Remove unused option functions.Andreas Schneider2-19/+0
2009-10-01Remove --as-needed linker flag.Andreas Schneider2-2/+3
2009-09-29libcrypto.so is in /lib on opensolarisAris Adamantiadis1-0/+1
2009-09-29Fix warnings on opensolarisAris Adamantiadis2-5/+5
2009-09-29resolve warning on opensolarisAris Adamantiadis1-1/+1
2009-09-28Fix build with SSH1Aris Adamantiadis1-0/+1
2009-09-26more priv.h splittingAris Adamantiadis12-96/+131
2009-09-26Fix small bug in ssh_options_parse_configAris Adamantiadis1-1/+1
2009-09-26Fix bug in dir_expand_subAris Adamantiadis1-32/+32
2009-09-26support in ~/ and SSH_DIR/ in filenames instead of %s/Bernhard R. Link1-26/+55
Get rid of snprintf to fixed sized buffers in setting options. Instead make locations starting with ~/ relative to the users initial working directory (as libssh does not look into the home directory but only at the initial home directory). and starting with SSH_DIR/ relative to the configured ssh directory.
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis7-13/+13
2009-09-26More include file splittingAris Adamantiadis24-191/+294
2009-09-26Removed obsolete optionsAris Adamantiadis5-26/+5
2009-09-26More include file movingsAris Adamantiadis16-122/+202
2009-09-25More commentAris Adamantiadis1-1/+4
2009-09-25fix ssh_callbacks_init() macro + documentationAris Adamantiadis1-8/+20
ssh_callbacks_init should not zero' the struct because it could be used on staticaly declared structures
2009-09-25callback.h should use public headersAris Adamantiadis1-2/+2
2009-09-25Fixed building with Gcrypt and arith with void*Aris Adamantiadis3-20/+20
2009-09-25Add an option to let users choose libgcryptAris Adamantiadis2-6/+13
2009-09-25Fix memory leaks found by tysoniteAris Adamantiadis1-7/+30
2009-09-25Fix openssl version usage, found by tysoniteAris Adamantiadis1-1/+1
2009-09-25Fixed including of config.h.Andreas Schneider5-5/+11
If there is some option to modify libc behaviour (like if there was some off_t usage to be modified by some flag to make that 64 bit) that needs to be done before the first libc header. one could still do -D there, though (unless cmake wants to do something automatically and puts that in config.h)
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-24Fixed typo in config.h.cmake.Andreas Schneider1-1/+1
This closes ticket #24.
2009-09-23Get rid of CRYPTOAris Adamantiadis4-16/+14
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis39-342/+651
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis2-51/+68
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis7-87/+86
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis11-71/+70
2009-09-23get rid of SSH_SESSIONAris Adamantiadis27-311/+309
2009-09-23remove the broken setters for options,cb init macroAris Adamantiadis2-8/+5
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis7-101/+64
2009-09-23Ordered functions in libssh.h alphabeticalyAris Adamantiadis1-242/+179
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis2-13/+13
2009-09-22Fixed bindport in getop function.Andreas Schneider1-3/+7
2009-09-22Fixed options used in server sample.Andreas Schneider1-3/+5
2009-09-22Added handling of bindport in getopt.Andreas Schneider1-1/+9
2009-09-22Use new options interface in sample code.Andreas Schneider1-2/+2
2009-09-22Fix README file which is really obsoleteAris Adamantiadis1-19/+8
2009-09-22fix copy&paste errorBernhard R. Link1-2/+2
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-09-22Use new ssh options interface in auth functions.Andreas Schneider2-8/+8
2009-09-22Use new ssh options interface in keyfiles.Andreas Schneider1-3/+3
2009-09-22Use new options interface in server code.Andreas Schneider1-3/+3
2009-09-22Use the new options interface in config parser.Andreas Schneider1-16/+23
2009-09-22Use the new options function in deprecated functions.Andreas Schneider1-202/+35
2009-09-22Added a cleaned up interface for setting options.Andreas Schneider2-79/+547