| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync with debian package (0.2+svn20070321-4) | Laurent Bigonville | 2007-07-30 | 2 | -2/+16 |
| * | * Add autogen.sh to generate autotools files | Laurent Bigonville | 2007-07-27 | 11 | -172/+283 |
| * | Remove other auto-generated files | Laurent Bigonville | 2007-07-26 | 6 | -10121/+0 |
| * | Delete aclocal.m4, this file has nothing todo in the repository, generated file | Laurent Bigonville | 2007-07-26 | 1 | -7309/+0 |
| * | * debian/changelog: update the debian changelog | Laurent Bigonville | 2007-07-04 | 1 | -2/+2 |
| * | * debian/control: add the XS-Vcs-Browser field | Laurent Bigonville | 2007-07-04 | 1 | -0/+1 |
| * | * Sync with uploaded debian version | Laurent Bigonville | 2007-06-25 | 2 | -3/+18 |
| * | * Sync with uploaded debian package | Laurent Bigonville | 2007-03-26 | 2 | -5/+12 |
| * | found the nasty server bug ("ssh_accept: ") | Aris Adamantiadis | 2007-03-17 | 2 | -1/+3 |
| * | Split devel package in -dev and -doc to reduce installed size | Laurent Bigonville | 2007-02-11 | 8 | -5/+29 |
| * | VMiklos from frugalware.org patch for the permissions of the installed | Aris Adamantiadis | 2007-02-07 | 1 | -7/+7 |
| * | VMiklos from frugalware.org patch for -j2 compilation that was broken | Aris Adamantiadis | 2007-02-07 | 1 | -1/+2 |
| * | include/libssh/server.h: Remove struct definitions | Jean-Philippe Garcia Ballester | 2007-02-07 | 3 | -55/+58 |
| * | libssh/server.c: Include netinet/in.h in order to compile under OpenBSD. | Jean-Philippe Garcia Ballester | 2007-01-04 | 1 | -0/+1 |
| * | * debian/changelog: New release (0.2) :) | Laurent Bigonville | 2006-12-29 | 1 | -0/+6 |
| * | trunk to 0.2 | Aris Adamantiadis | 2006-12-26 | 4 | -4/+4 |
| * | debian/libssh-2.lintian-overrides: New file. Overrides lintian warning about ... | Jean-Philippe Garcia Ballester | 2006-12-21 | 4 | -4/+9 |
| * | Use libssh-SONAME instead of libsshSONAME for debian package name to avoid na... | Jean-Philippe Garcia Ballester | 2006-12-20 | 8 | -9/+9 |
| * | debian/rules en executable | Aris Adamantiadis | 2006-12-16 | 3 | -45/+34 |
| * | -rc release | Aris Adamantiadis | 2006-12-15 | 6 | -39/+56 |
| * | forgot a line from norbert's patch | Aris Adamantiadis | 2006-12-12 | 1 | -0/+1 |
| * | norbert's patches + strange typo in packet_nonblocking_flush() | Aris Adamantiadis | 2006-12-12 | 2 | -3/+9 |
| * | Change to debian debug package to contain SONAME. | Jean-Philippe Garcia Ballester | 2006-12-11 | 9 | -9/+14 |
| * | moved ssh drafts elsewhere (for packaging reasons) | Aris Adamantiadis | 2006-12-10 | 21 | -19590/+0 |
| * | debian/libssh-dev.doc-base: New file. Add doc-base file for libssh | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -0/+9 |
| * | debian/libssh-dev.examples: New file. Install sample.c and samplesshd.c as | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -0/+1 |
| * | debian/rules, debian/libssh-dev.docs: Use doc and install-doc Makefile target. | Jean-Philippe Garcia Ballester | 2006-12-06 | 2 | -6/+2 |
| * | debian/rules: Use the real configure switch (this comment doesn't make | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -1/+1 |
| * | debian/watch: Remove useless comments. | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -20/+0 |
| * | Add Homepage pseudo-field. | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -0/+6 |
| * | Add doc (respectively install-doc) target to generate (respectively | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -2/+17 |
| * | Copy Doxyfile in dist target. | Jean-Philippe Garcia Ballester | 2006-12-06 | 1 | -1/+1 |
| * | Upgrade config.guess and config.sub from autotools-20060920. | Jean-Philippe Garcia Ballester | 2006-11-24 | 2 | -334/+525 |
| * | Debian packaging ! and adding of the packager into authors | Aris Adamantiadis | 2006-11-16 | 11 | -2/+136 |
| * | fixed doxygen ouput and input path | Aris Adamantiadis | 2006-11-16 | 1 | -3/+3 |
| * | fixed makefiles for debian packaging | Aris Adamantiadis | 2006-11-16 | 3 | -13/+13 |
| * | changed LIBSSH_CURRENT to 1 to make a difference from libssh 0.11 | Aris Adamantiadis | 2006-11-16 | 2 | -292/+590 |
| * | oops, forgot to verify that it compiled fine | Aris Adamantiadis | 2006-11-12 | 6 | -25/+66 |
| * | good work tonight. Made documentation for authentication, channels, buffers, ... | Aris Adamantiadis | 2006-11-12 | 4 | -11/+417 |
| * | more doxygen documentation | Aris Adamantiadis | 2006-11-07 | 5 | -6/+146 |
| * | doxygen documentation for option module | Aris Adamantiadis | 2006-11-06 | 2 | -15/+135 |
| * | at least I get a working doxygen documentation. | Aris Adamantiadis | 2006-11-06 | 4 | -51/+38 |
| * | Added doxygen documentation file. Now need to document it.. | Aris Adamantiadis | 2006-11-06 | 2 | -24/+33 |
| * | Add ssh_finalize to handle finalization of libssh and underlying cryptographic | Jean-Philippe Garcia Ballester | 2006-07-09 | 6 | -2/+62 |
| * | Correct file header | Jean-Philippe Garcia Ballester | 2006-07-09 | 1 | -4/+2 |
| * | libssh/keyfiles.c: Fix bug when reading private keys with libgcrypt | Jean-Philippe Garcia Ballester | 2006-05-12 | 1 | -2/+3 |
| * | configure.in: Now exit when crypto library not available and minor fixes | Jean-Philippe Garcia Ballester | 2006-05-08 | 1 | -14/+21 |
| * | Makefile.in: Update dist target to copy libssh.vers, needed for compilation w... | Jean-Philippe Garcia Ballester | 2006-04-30 | 1 | -0/+1 |
| * | keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt) | Jean-Philippe Garcia Ballester | 2006-03-01 | 5 | -36/+23 |
| * | Remove the file "plop", which was added some time ago by mistake (oops, | Jean-Philippe Garcia Ballester | 2006-03-01 | 1 | -1/+0 |