summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2006-12-122-3/+9
* Change to debian debug package to contain SONAME.Jean-Philippe Garcia Ballester2006-12-119-9/+14
* moved ssh drafts elsewhere (for packaging reasons)Aris Adamantiadis2006-12-1021-19590/+0
* debian/libssh-dev.doc-base: New file. Add doc-base file for libsshJean-Philippe Garcia Ballester2006-12-061-0/+9
* debian/libssh-dev.examples: New file. Install sample.c and samplesshd.c asJean-Philippe Garcia Ballester2006-12-061-0/+1
* debian/rules, debian/libssh-dev.docs: Use doc and install-doc Makefile target.Jean-Philippe Garcia Ballester2006-12-062-6/+2
* debian/rules: Use the real configure switch (this comment doesn't makeJean-Philippe Garcia Ballester2006-12-061-1/+1
* debian/watch: Remove useless comments.Jean-Philippe Garcia Ballester2006-12-061-20/+0
* Add Homepage pseudo-field.Jean-Philippe Garcia Ballester2006-12-061-0/+6
* Add doc (respectively install-doc) target to generate (respectivelyJean-Philippe Garcia Ballester2006-12-061-2/+17
* Copy Doxyfile in dist target.Jean-Philippe Garcia Ballester2006-12-061-1/+1
* Upgrade config.guess and config.sub from autotools-20060920.Jean-Philippe Garcia Ballester2006-11-242-334/+525
* Debian packaging ! and adding of the packager into authorsAris Adamantiadis2006-11-1611-2/+136
* fixed doxygen ouput and input pathAris Adamantiadis2006-11-161-3/+3
* fixed makefiles for debian packagingAris Adamantiadis2006-11-163-13/+13
* changed LIBSSH_CURRENT to 1 to make a difference from libssh 0.11Aris Adamantiadis2006-11-162-292/+590
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-126-25/+66
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-124-11/+417
* more doxygen documentationAris Adamantiadis2006-11-075-6/+146
* doxygen documentation for option moduleAris Adamantiadis2006-11-062-15/+135
* at least I get a working doxygen documentation.Aris Adamantiadis2006-11-064-51/+38
* Added doxygen documentation file. Now need to document it..Aris Adamantiadis2006-11-062-24/+33
* Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester2006-07-096-2/+62
* Correct file headerJean-Philippe Garcia Ballester2006-07-091-4/+2
* libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester2006-05-121-2/+3
* configure.in: Now exit when crypto library not available and minor fixesJean-Philippe Garcia Ballester2006-05-081-14/+21
* Makefile.in: Update dist target to copy libssh.vers, needed for compilation w...Jean-Philippe Garcia Ballester2006-04-301-0/+1
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-015-36/+23
* Remove the file "plop", which was added some time ago by mistake (oops,Jean-Philippe Garcia Ballester2006-03-011-1/+0
* removed mercurius from trunkAris Adamantiadis2005-12-1275-29739/+3
* git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis2005-12-061-34/+40
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-304-72/+133
* Added support for known_hosts format version 1Jean-Philippe Garcia Ballester2005-11-255-17/+207
* same changes, SSH1 (reading only).Aris Adamantiadis2005-11-231-96/+90
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-225-118/+217
* norbert's Makefile.in and crypt.c patchesAris Adamantiadis2005-10-262-18/+37
* resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis2005-10-263-3/+8
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-264-10/+35
* Phillip Vandry has seen another bug into r42 :Aris Adamantiadis2005-10-261-1/+1
* Libgcrypt was still used by default. Now it really compiles with openssl by d...Aris Adamantiadis2005-10-262-54/+2
* good, now it compiles (removed the -Wl-O1 thing as Giga said.)Aris Adamantiadis2005-10-262-22898/+3
* Almost forgot the most important :) a patch for AUTHORS fileAris Adamantiadis2005-10-261-1/+5
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-2610-101/+328
* added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis2005-10-2515-397/+30404
* channel_select(). this function rocks !Aris Adamantiadis2005-10-255-32/+218
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-0429-188/+1339
* ssh-1 small modulus server keys patchAris Adamantiadis2005-09-205-8/+105
* 2 macosx patchesAris Adamantiadis2005-08-312-1/+2
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-313-3/+10
* pam include path patch.Aris Adamantiadis2005-08-314-15/+29