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