aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-26trunk to 0.2Aris Adamantiadis4-4/+4
2006-12-21debian/libssh-2.lintian-overrides: New file. Overrides lintian warning about ...Jean-Philippe Garcia Ballester4-4/+9
2006-12-20Use libssh-SONAME instead of libsshSONAME for debian package name to avoid na...Jean-Philippe Garcia Ballester8-9/+9
2006-12-16debian/rules en executableAris Adamantiadis3-45/+34
2006-12-15-rc releaseAris Adamantiadis6-39/+56
2006-12-12forgot a line from norbert's patchAris Adamantiadis1-0/+1
2006-12-12norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2-3/+9
2006-12-11Change to debian debug package to contain SONAME.Jean-Philippe Garcia Ballester9-9/+14
2006-12-10moved ssh drafts elsewhere (for packaging reasons)Aris Adamantiadis21-19590/+0
2006-12-06debian/libssh-dev.doc-base: New file. Add doc-base file for libsshJean-Philippe Garcia Ballester1-0/+9
2006-12-06debian/libssh-dev.examples: New file. Install sample.c and samplesshd.c asJean-Philippe Garcia Ballester1-0/+1
2006-12-06debian/rules, debian/libssh-dev.docs: Use doc and install-doc Makefile target.Jean-Philippe Garcia Ballester2-6/+2
2006-12-06debian/rules: Use the real configure switch (this comment doesn't makeJean-Philippe Garcia Ballester1-1/+1
2006-12-06debian/watch: Remove useless comments.Jean-Philippe Garcia Ballester1-20/+0
2006-12-06Add Homepage pseudo-field.Jean-Philippe Garcia Ballester1-0/+6
2006-12-06Add doc (respectively install-doc) target to generate (respectivelyJean-Philippe Garcia Ballester1-2/+17
2006-12-06Copy Doxyfile in dist target.Jean-Philippe Garcia Ballester1-1/+1
2006-11-24Upgrade config.guess and config.sub from autotools-20060920.Jean-Philippe Garcia Ballester2-334/+525
2006-11-16Debian packaging ! and adding of the packager into authorsAris Adamantiadis11-2/+136
2006-11-16fixed doxygen ouput and input pathAris Adamantiadis1-3/+3
2006-11-16fixed makefiles for debian packagingAris Adamantiadis3-13/+13
2006-11-16changed LIBSSH_CURRENT to 1 to make a difference from libssh 0.11Aris Adamantiadis2-292/+590
2006-11-12oops, forgot to verify that it compiled fineAris Adamantiadis6-25/+66
2006-11-12good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis4-11/+417
2006-11-07more doxygen documentationAris Adamantiadis5-6/+146
2006-11-06doxygen documentation for option moduleAris Adamantiadis2-15/+135
2006-11-06at least I get a working doxygen documentation.Aris Adamantiadis4-51/+38
2006-11-06Added doxygen documentation file. Now need to document it..Aris Adamantiadis2-24/+33
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester6-2/+62
2006-07-09Correct file headerJean-Philippe Garcia Ballester1-4/+2
2006-05-12libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester1-2/+3
2006-05-08configure.in: Now exit when crypto library not available and minor fixesJean-Philippe Garcia Ballester1-14/+21
2006-04-30Makefile.in: Update dist target to copy libssh.vers, needed for compilation w...Jean-Philippe Garcia Ballester1-0/+1
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester5-36/+23
2006-03-01Remove the file "plop", which was added some time ago by mistake (oops,Jean-Philippe Garcia Ballester1-1/+0
2005-12-12removed mercurius from trunkAris Adamantiadis75-29739/+3
2005-12-06git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis1-34/+40
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis4-72/+133
2005-11-25Added support for known_hosts format version 1Jean-Philippe Garcia Ballester5-17/+207
2005-11-23same changes, SSH1 (reading only).Aris Adamantiadis1-96/+90
2005-11-22added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis5-118/+217
2005-10-26norbert's Makefile.in and crypt.c patchesAris Adamantiadis2-18/+37
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis3-3/+8
2005-10-26resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis4-10/+35
2005-10-26Phillip Vandry has seen another bug into r42 :Aris Adamantiadis1-1/+1
2005-10-26Libgcrypt was still used by default. Now it really compiles with openssl by d...Aris Adamantiadis2-54/+2
2005-10-26good, now it compiles (removed the -Wl-O1 thing as Giga said.)Aris Adamantiadis2-22898/+3
2005-10-26Almost forgot the most important :) a patch for AUTHORS fileAris Adamantiadis1-1/+5
2005-10-26patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis10-101/+328
2005-10-25added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis15-397/+30404