summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doxygen documentation for public key authenticationAris Adamantiadis2008-05-132-4/+40
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@158 7dcaeef0-15fb-0310-b436-a5af3365683c
* Doxygen changesAris Adamantiadis2008-05-128-24/+16
| | | | | | | Modified the makefile so the ln -s never fails. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@157 7dcaeef0-15fb-0310-b436-a5af3365683c
* Resolved the string_free issue by coding it. I also made some Aris Adamantiadis2008-05-122-1/+40
| | | | | | | documentations of the string module. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@156 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed a bug in channel_poll where channel_poll() would return 0 even Aris Adamantiadis2008-05-081-1/+1
| | | | | | | when data was available. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@155 7dcaeef0-15fb-0310-b436-a5af3365683c
* * BumpStandards-Version to 3.7.3 (no further changes)Laurent Bigonville2008-04-172-1/+3
| | | | | | * debian/libssh-2-doc.doc-base: fix doc-base-unknown-section git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@154 7dcaeef0-15fb-0310-b436-a5af3365683c
* preliminary test suiteAris Adamantiadis2008-03-175-0/+198
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@153 7dcaeef0-15fb-0310-b436-a5af3365683c
* last win32 changes from keisialAris Adamantiadis2008-03-123-4/+3
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@152 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed wrong prototypes for socket_tAris Adamantiadis2008-03-122-3/+3
| | | | | | | bug #0000004 git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@149 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed the netdb problem ?Aris Adamantiadis2008-03-1214-14/+1
| | | | | | | | i don't understand, removing the #include <netdb.h> didn't add misses for ntohl. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@148 7dcaeef0-15fb-0310-b436-a5af3365683c
* config.h bug resolvedAris Adamantiadis2008-03-081-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@146 7dcaeef0-15fb-0310-b436-a5af3365683c
* change doxygen doc for channel_pollAris Adamantiadis2008-03-071-2/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@145 7dcaeef0-15fb-0310-b436-a5af3365683c
* changed version number to 0.2.1-svnAris Adamantiadis2008-03-072-2/+2
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@144 7dcaeef0-15fb-0310-b436-a5af3365683c
* second part of win32 changesAris Adamantiadis2008-03-0710-8/+296
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c
* shrinked the default_get_password function. I hope nobody used it, it Aris Adamantiadis2008-03-071-9/+4
| | | | | | | has nothing to do in a ssh library. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@142 7dcaeef0-15fb-0310-b436-a5af3365683c
* first part of win32 patchesAris Adamantiadis2008-03-0716-42/+98
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@141 7dcaeef0-15fb-0310-b436-a5af3365683c
* Merged Keisial bugfix (crash when available protocols mismatch)Aris Adamantiadis2008-03-061-12/+21
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@140 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-047-33/+33
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@139 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed null pointer into options and ssh_set_error()Aris Adamantiadis2008-03-043-16/+18
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@138 7dcaeef0-15fb-0310-b436-a5af3365683c
* added the socket class and created wrappersAris Adamantiadis2008-03-049-99/+244
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@137 7dcaeef0-15fb-0310-b436-a5af3365683c
* fixed the #0000003 bugAris Adamantiadis2008-03-032-4/+5
| | | | | | | | | was only a misplaced #include. I hate C git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@136 7dcaeef0-15fb-0310-b436-a5af3365683c
* Rodolphe Rocca fixesAris Adamantiadis2008-03-032-2/+3
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@135 7dcaeef0-15fb-0310-b436-a5af3365683c
* fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis2008-03-035-14/+27
| | | | | | | "g" and "p" O(1) memleak. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@134 7dcaeef0-15fb-0310-b436-a5af3365683c
* use AC_HELP_STRING to correctly format help stringLaurent Bigonville2008-01-311-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@133 7dcaeef0-15fb-0310-b436-a5af3365683c
* * Use now official Vcs-* fieldLaurent Bigonville2007-11-082-11/+6
| | | | | | * Use new Homepage field instead of old pseudo-field git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@132 7dcaeef0-15fb-0310-b436-a5af3365683c
* * libssh/Makefile.am: use top_srcdir instead of srcdirLaurent Bigonville2007-07-311-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@131 7dcaeef0-15fb-0310-b436-a5af3365683c
* * include/libssh/Makefile.am: using top_builddir instead of top_srcdirLaurent Bigonville2007-07-311-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@130 7dcaeef0-15fb-0310-b436-a5af3365683c
* move config.h installation to include/libssh/MakefileLaurent Bigonville2007-07-312-3/+6
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@129 7dcaeef0-15fb-0310-b436-a5af3365683c
* Better automake filesLaurent Bigonville2007-07-315-7/+36
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@128 7dcaeef0-15fb-0310-b436-a5af3365683c
* Run doxygen -u to update the config fileLaurent Bigonville2007-07-311-5/+1037
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@127 7dcaeef0-15fb-0310-b436-a5af3365683c
* Sync with debian package (0.2+svn20070321-4)Laurent Bigonville2007-07-302-2/+16
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@126 7dcaeef0-15fb-0310-b436-a5af3365683c
* * Add autogen.sh to generate autotools filesLaurent Bigonville2007-07-2711-172/+283
| | | | | | | * Rewrite the makefiles to use more automake git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@125 7dcaeef0-15fb-0310-b436-a5af3365683c
* Remove other auto-generated filesLaurent Bigonville2007-07-266-10121/+0
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@124 7dcaeef0-15fb-0310-b436-a5af3365683c
* Delete aclocal.m4, this file has nothing todo in the repository, generated fileLaurent Bigonville2007-07-261-7309/+0
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@123 7dcaeef0-15fb-0310-b436-a5af3365683c
* * debian/changelog: update the debian changelogLaurent Bigonville2007-07-041-2/+2
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@122 7dcaeef0-15fb-0310-b436-a5af3365683c
* * debian/control: add the XS-Vcs-Browser fieldLaurent Bigonville2007-07-041-0/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@121 7dcaeef0-15fb-0310-b436-a5af3365683c
* * Sync with uploaded debian versionLaurent Bigonville2007-06-252-3/+18
| | | | | | | | | * Add XS-Vcs-Svn field to debian/control * Be binNMU safe git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@120 7dcaeef0-15fb-0310-b436-a5af3365683c
* * Sync with uploaded debian packageLaurent Bigonville2007-03-262-5/+12
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@119 7dcaeef0-15fb-0310-b436-a5af3365683c
* found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2007-03-172-1/+3
| | | | | | | | it was the session->alive which was null. I wonder how this bug survived my initial development ... git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@115 7dcaeef0-15fb-0310-b436-a5af3365683c
* Split devel package in -dev and -doc to reduce installed sizeLaurent Bigonville2007-02-118-5/+29
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@112 7dcaeef0-15fb-0310-b436-a5af3365683c
* VMiklos from frugalware.org patch for the permissions of the installed Aris Adamantiadis2007-02-071-7/+7
| | | | | | | headers (these should not have been a problem for debian packages) git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@111 7dcaeef0-15fb-0310-b436-a5af3365683c
* VMiklos from frugalware.org patch for -j2 compilation that was brokenAris Adamantiadis2007-02-071-1/+2
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@110 7dcaeef0-15fb-0310-b436-a5af3365683c
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-073-55/+58
| | | | | | | | | include/libssh/priv.h: Add struct definitions that previously were in include/libssh/server.h libssh/server.c: Include libssh/priv.h git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@109 7dcaeef0-15fb-0310-b436-a5af3365683c
* libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester2007-01-041-0/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@108 7dcaeef0-15fb-0310-b436-a5af3365683c
* * debian/changelog: New release (0.2) :)Laurent Bigonville2006-12-291-0/+6
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@105 7dcaeef0-15fb-0310-b436-a5af3365683c
* trunk to 0.2Aris Adamantiadis2006-12-264-4/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@104 7dcaeef0-15fb-0310-b436-a5af3365683c
* debian/libssh-2.lintian-overrides: New file. Overrides lintian warning about ↵Jean-Philippe Garcia Ballester2006-12-214-4/+9
| | | | | | | | | | | | | | package name not matching soname. debian/control: Change debhelper build-dep version from 5.0.0 to 5 Add Priority: extra to libssh-2-dbg debian/changelog: Change package version to 0.2~rc-1 debian/rules: Install lintian overrides git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@103 7dcaeef0-15fb-0310-b436-a5af3365683c
* Use libssh-SONAME instead of libsshSONAME for debian package name to avoid ↵Jean-Philippe Garcia Ballester2006-12-208-9/+9
| | | | | | | | | | name clash with libssh2 package. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@102 7dcaeef0-15fb-0310-b436-a5af3365683c
* debian/rules en executableAris Adamantiadis2006-12-163-45/+34
| | | | | | | packages edgy/amd64 git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@100 7dcaeef0-15fb-0310-b436-a5af3365683c
* -rc releaseAris Adamantiadis2006-12-156-39/+56
| | | | | | | | | | | Ipv6 patch from Laurent Bigonville. When the ipv6 targets are unreachable, it tries all possible targets from the getaddrinfo list. Norbert: does it break anything ? it works for me but I didn't test it extensively git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@99 7dcaeef0-15fb-0310-b436-a5af3365683c
* forgot a line from norbert's patchAris Adamantiadis2006-12-121-0/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@98 7dcaeef0-15fb-0310-b436-a5af3365683c