Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -685/+0 |
| | |||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | misc: Added %p for port to ssh_path_expand_escape(). | Andreas Schneider | 2010-08-10 | 1 | -0/+8 |
| | |||||
* | doc: Fixed ssh_path_expand_tilde documentation. | Andreas Schneider | 2010-06-01 | 1 | -2/+0 |
| | |||||
* | Fix unclean null termination in ~ expending | Aris Adamantiadis | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | misc: Move size check down in ssh_path_expand_escape(). | Andreas Schneider | 2010-05-31 | 1 | -5/+6 |
| | |||||
* | misc: Make sure the expanded string is null-terminated. | Andreas Schneider | 2010-05-30 | 1 | -0/+1 |
| | |||||
* | win: Added missing includes with newer MSCV. | Andreas Schneider | 2010-05-12 | 1 | -0/+3 |
| | |||||
* | Fixed build of ssh_lowercase and ssh_hostport on Windows. | Andreas Schneider | 2010-05-12 | 1 | -64/+63 |
| | |||||
* | Fixed Windows build warnings. | Andreas Schneider | 2010-05-12 | 1 | -1/+7 |
| | |||||
* | Added a function to expand an escaped string. | Andreas Schneider | 2010-05-11 | 1 | -0/+84 |
| | |||||
* | Added a function to expand the tilde from a path. | Andreas Schneider | 2010-05-11 | 1 | -0/+60 |
| | |||||
* | First implementation of known_hosts with port read | Aris Adamantiadis | 2010-05-01 | 1 | -0/+14 |
| | |||||
* | Fix warnings | Aris Adamantiadis | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Fixed solaris compilation warning and ignore case at host parameter. | Ruben Garcia Azuara | 2010-04-07 | 1 | -0/+19 |
| | | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed the documentation of misc.c | Andreas Schneider | 2010-04-04 | 1 | -25/+35 |
| | |||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -0/+46 |
| | |||||
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Added a prepend function for ssh_list. | Andreas Schneider | 2010-03-04 | 1 | -0/+19 |
| | |||||
* | renamed ssh_list_get_head to ssh_list_pop_head | Aris Adamantiadis | 2010-03-01 | 1 | -1/+8 |
| | |||||
* | Fix compilation of opensolaris | Aris Adamantiadis | 2010-02-12 | 1 | -0/+2 |
| | |||||
* | Fixed ssh_get_user_home_dir() to be thread safe. | Andreas Schneider | 2009-12-21 | 1 | -4/+11 |
| | |||||
* | Fixed indent. | Andreas Schneider | 2009-12-01 | 1 | -2/+2 |
| | |||||
* | Added gettimeofday for Windows. | Andreas Schneider | 2009-12-01 | 1 | -0/+16 |
| | | | | Thanks to Patrick Spendrin. | ||||
* | Fixed a segfault on Windows. | Andreas Schneider | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | Fixed ssh_get_user_home_dir on Windows. | Andreas Schneider | 2009-10-15 | 1 | -2/+2 |
| | |||||
* | Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems. | Andreas Schneider | 2009-10-15 | 1 | -4/+11 |
| | | | | Thanks to Pino Toscano. | ||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+2 |
| | | | | | | | | 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) | ||||
* | Fixed build with mingw. | Andreas Schneider | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | Add a portable ssh_mkdir function for Windows. | Andreas Schneider | 2009-09-09 | 1 | -0/+25 |
| | |||||
* | Added ssh_basename() and ssh_dirname(). | Andreas Schneider | 2009-08-21 | 1 | -0/+108 |
| | |||||
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -10/+6 |
| | |||||
* | Add ssh_file_readaccess_ok to check read access on a file. | Andreas Schneider | 2009-07-27 | 1 | -0/+9 |
| | |||||
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -4/+4 |
| | |||||
* | Fixed copyright notices | Aris Adamantiadis | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Verify memory return codes in ssh_list functions | Aris Adamantiadis | 2009-06-19 | 1 | -2/+7 |
| | |||||
* | Created general singlelinked list implementation | Aris Adamantiadis | 2009-06-18 | 1 | -0/+80 |
| | |||||
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@774 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Cleanup misc functions. | Andreas Schneider | 2009-04-10 | 1 | -26/+31 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@453 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Use const where it should be used. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@407 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -22/+24 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add an option WITH_LIBZ to compile with zlib support. | Andreas Schneider | 2009-03-28 | 1 | -7/+22 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@289 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add a ssh_version function. | Andreas Schneider | 2009-03-21 | 1 | -0/+47 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@283 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix several build warnings. | Andreas Schneider | 2009-02-02 | 1 | -4/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@214 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-get ↵ | Aris Adamantiadis | 2008-12-19 | 1 | -43/+11 |
| | | | | | | | | | pwuid-functions.patch from andreas (mostly userdirectory cleaning) git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@193 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | fixed the netdb problem ? | Aris Adamantiadis | 2008-03-12 | 1 | -1/+0 |
| | | | | | | | | 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 | ||||
* | second part of win32 changes | Aris Adamantiadis | 2008-03-07 | 1 | -1/+22 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | first import | Aris Adamantiadis | 2005-07-05 | 1 | -0/+98 |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@1 7dcaeef0-15fb-0310-b436-a5af3365683c |