aboutsummaryrefslogtreecommitdiff
path: root/libssh/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+2
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
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-04-10Cleanup misc functions.Andreas Schneider1-26/+31
2009-04-05Use const where it should be used.Andreas Schneider1-1/+1
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-22/+24
2009-03-28Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider1-7/+22
2009-03-21Add a ssh_version function.Andreas Schneider1-0/+47
2009-02-02Fix several build warnings.Andreas Schneider1-4/+3
2008-12-19http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis1-43/+11
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07second part of win32 changesAris Adamantiadis1-1/+22
2005-07-05first importAris Adamantiadis1-0/+98