summaryrefslogtreecommitdiffstats
path: root/libssh/misc.c
Commit message (Collapse)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
| | | | | | | | | - 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.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
| | | | Thanks to Patrick Spendrin.
* 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
| | | | Thanks to Pino Toscano.
* More include file splittingAris Adamantiadis2009-09-261-0/+1
|
* Fixed including of config.h.Andreas Schneider2009-09-251-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 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
| | | | 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 Schneider2009-05-121-3/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c
* Cleanup misc functions.Andreas Schneider2009-04-101-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 Schneider2009-04-051-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 Schneider2009-03-291-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 Schneider2009-03-281-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 Schneider2009-03-211-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 Schneider2009-02-021-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 Adamantiadis2008-12-191-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 Adamantiadis2008-03-121-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 changesAris Adamantiadis2008-03-071-1/+22
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c
* first importAris Adamantiadis2005-07-051-0/+98
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@1 7dcaeef0-15fb-0310-b436-a5af3365683c