summaryrefslogtreecommitdiffstats
path: root/libssh/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Workaround ssh_get_user_home_dir on LDAP accountsv0-4Aris Adamantiadis2011-07-131-1/+3
* misc: Fixed a possible memory leak.Andreas Schneider2010-12-271-1/+2
* misc: Fixed a memory leak.Andreas Schneider2010-09-071-1/+2
* Fix unclean null termination in ~ expendingAris Adamantiadis2010-05-311-1/+1
* misc: Make sure the expanded string is null-terminated.Andreas Schneider2010-05-301-0/+1
* 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-2/+63
* Move ssh_hostport to a location which is global accessible.Patrick Spendrin2010-05-101-14/+14
* First implementation of known_hosts with port readAris Adamantiadis2010-05-071-0/+14
* Fixed and added support for several identity files.Andreas Schneider2010-03-061-0/+46
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-061-1/+1
* Added a prepend function for ssh_list.Andreas Schneider2010-03-061-0/+19
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-061-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-021-2/+2
* Added gettimeofday for Windows.Andreas Schneider2009-12-021-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