aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09Modified server APIAris Adamantiadis3-52/+38
2009-10-09Remove functions to set callbacks.Andreas Schneider1-96/+0
2009-10-06Added more error messages to config parser.Andreas Schneider1-1/+3
2009-10-06Update ChangeLog.Andreas Schneider1-1/+53
2009-10-05Fixed build temporarily.Andreas Schneider1-0/+2
2009-10-05Fix a segment fault in privatekey_from_fileVic Lee1-1/+1
Signed-off-by: Vic Lee <llyzs@163.com>
2009-10-05Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis24-931/+655
2009-10-05samplesshd: allow overriding KEYS_FOLDER by compiler optionBernhard R. Link1-0/+2
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-05do not segfault in ssh_bind_accept if bindaddr is NULLBernhard R. Link1-6/+10
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-05improve error handling in options.cBernhard R. Link1-13/+81
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-05Fix documentation.Andreas Schneider1-1/+1
2009-10-05add ssh_set_error_oom and ssh_set_error_invalidBernhard R. Link2-1/+32
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-05proper prototype of ssh_session_newBernhard R. Link1-1/+1
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-04Fixed SSHv1 to work with the option changes.Andreas Schneider1-4/+5
2009-10-04Fixed ssh_options_copy().Andreas Schneider2-61/+40
2009-10-03Temporary server fixup for options structure deletAris Adamantiadis2-15/+23
server_set_kex needs to be rewritten
2009-10-02Get rid of the options structure.Andreas Schneider18-825/+470
2009-10-02Fixed setting of LFS CFLAGS.Andreas Schneider1-2/+4
2009-10-02Fixed LFS support on unix.Andreas Schneider1-25/+25
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-30Missed copying of log verbosityAris Adamantiadis1-1/+1
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