summaryrefslogtreecommitdiffstats
path: root/libssh/misc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-685/+0
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* misc: Added %p for port to ssh_path_expand_escape().Andreas Schneider2010-08-101-0/+8
* doc: Fixed ssh_path_expand_tilde documentation.Andreas Schneider2010-06-011-2/+0
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
* misc: Move size check down in ssh_path_expand_escape().Andreas Schneider2010-05-311-5/+6
* misc: Make sure the expanded string is null-terminated.Andreas Schneider2010-05-301-0/+1
* win: Added missing includes with newer MSCV.Andreas Schneider2010-05-121-0/+3
* Fixed build of ssh_lowercase and ssh_hostport on Windows.Andreas Schneider2010-05-121-64/+63
* Fixed Windows build warnings.Andreas Schneider2010-05-121-1/+7
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+84
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-0/+60
* First implementation of known_hosts with port readAris Adamantiadis2010-05-011-0/+14
* Fix warningsAris Adamantiadis2010-04-141-1/+1
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-0/+19
* Fixed the documentation of misc.cAndreas Schneider2010-04-041-25/+35
* Fixed and added support for several identity files.Andreas Schneider2010-03-041-0/+46
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
* Added a prepend function for ssh_list.Andreas Schneider2010-03-041-0/+19
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-1/+8
* Fix compilation of opensolarisAris Adamantiadis2010-02-121-0/+2
* Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider2009-12-211-4/+11
* Fixed indent.Andreas Schneider2009-12-011-2/+2
* Added gettimeofday for Windows.Andreas Schneider2009-12-011-0/+16
* Fixed a segfault on Windows.Andreas Schneider2009-10-291-1/+1
* Fixed ssh_get_user_home_dir on Windows.Andreas Schneider2009-10-151-2/+2
* Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider2009-10-151-4/+11
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+2
* Fixed build with mingw.Andreas Schneider2009-09-151-1/+1
* Add a portable ssh_mkdir function for Windows.Andreas Schneider2009-09-091-0/+25
* Added ssh_basename() and ssh_dirname().Andreas Schneider2009-08-211-0/+108
* Fix build with MSVC.Andreas Schneider2009-07-301-10/+6
* Add ssh_file_readaccess_ok to check read access on a file.Andreas Schneider2009-07-271-0/+9
* Switch completly to stdint types.Andreas Schneider2009-07-251-4/+4
* Fixed copyright noticesAris Adamantiadis2009-07-131-1/+1
* Verify memory return codes in ssh_list functionsAris Adamantiadis2009-06-191-2/+7
* Created general singlelinked list implementationAris Adamantiadis2009-06-181-0/+80
* Fix build warnings.Andreas Schneider2009-06-091-0/+1
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Cleanup misc functions.Andreas Schneider2009-04-101-26/+31
* Use const where it should be used.Andreas Schneider2009-04-051-1/+1
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-22/+24
* Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider2009-03-281-7/+22
* Add a ssh_version function.Andreas Schneider2009-03-211-0/+47
* Fix several build warnings.Andreas Schneider2009-02-021-4/+3
* http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis2008-12-191-43/+11
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* second part of win32 changesAris Adamantiadis2008-03-071-1/+22
* first importAris Adamantiadis2005-07-051-0/+98