Olivier Goffart
|
b5ed352aa3
|
Merge remote-tracking branch 'origin/master' into ocsync
Only confluct resolution, do not compile or works
Conflicts:
CMakeLists.txt
CPackConfig.cmake
ConfigureChecks.cmake
client/csync_client.c
cmake/Modules/DefineCompilerFlags.cmake
cmake/Modules/DefineInstallationPaths.cmake
cmake/Modules/FindIconv.cmake
cmake/Modules/FindIniparser.cmake
cmake/Modules/FindNeon.cmake
config.h.cmake
config/CMakeLists.txt
config/ocsync.conf
doc/CMakeLists.txt
modules/csync_owncloud.c
modules/csync_sftp2.c
src/CMakeLists.txt
src/csync.c
src/csync.h
src/csync_config.c
src/csync_exclude.c
src/csync_lock.c
src/csync_macros.h
src/csync_misc.c
src/csync_misc.h
src/csync_private.h
src/csync_propagate.c
src/csync_statedb.c
src/csync_statedb.h
src/csync_update.c
src/csync_util.c
src/csync_util.h
src/std/c_dir.c
src/std/c_file.c
src/std/c_private.h
src/std/c_string.c
src/std/c_string.h
src/std/c_time.c
src/vio/csync_vio.c
src/vio/csync_vio.h
src/vio/csync_vio_file_stat.h
src/vio/csync_vio_local.c
src/vio/csync_vio_method.h
tests/CMakeLists.txt
tests/csync_tests/check_csync_statedb_load.c
tests/csync_tests/check_csync_statedb_query.c
tests/csync_tests/check_csync_treewalk.c
tests/csync_tests/check_csync_update.c
tests/ownCloud/HTTP/DAV.pm
tests/ownCloud/ownCloud/Test.pm
tests/std_tests/check_std_c_str.c
tests/vio_tests/check_vio.c
|
2013-08-18 16:21:18 +02:00 |
|
Olivier Goffart
|
4f5bfbdb78
|
Use int64_t instead of off_t
off_t is 64 or 32 bit depending on the architecture and the defines for
large file support. It is better to always use int64_t which is always
64 bits
|
2013-07-30 16:33:19 +02:00 |
|
Andreas Schneider
|
d80da2a088
|
LICENSE: Change license of libcsync from GPL to LGPL.
All contributors have agreed to change the license of libcsync to LGPL.
|
2013-07-29 14:04:37 +02:00 |
|
Andreas Schneider
|
029cdd4980
|
modules: Add capabilities to sftp module.
|
2013-03-19 13:45:50 +01:00 |
|
Klaas Freitag
|
b92a5f55b8
|
Fixed a typo lintian brought up.
|
2013-02-09 17:13:56 +01:00 |
|
Andreas Schneider
|
c2ced426ef
|
modules: Fix csync_sftp module license header.
|
2012-12-04 13:48:13 +01:00 |
|
Dominik Schmidt
|
11c515f869
|
mingw: resolve name clashes in sftp module
|
2012-03-02 17:04:02 +01:00 |
|
Christian Jann
|
1fbe6b6c96
|
Better way to fix bug "Found a bug but no bugtracker"
|
2011-04-06 17:09:05 +02:00 |
|
Andreas Schneider
|
f46817b2c1
|
Improved the interactive keyboard auth function.
|
2010-02-15 12:30:38 +01:00 |
|
Andreas Schneider
|
94b7fdc8ca
|
Improved the ssh auth functions.
|
2010-02-15 12:20:57 +01:00 |
|
Andreas Schneider
|
84c77a2d5a
|
Improve the server is known messages.
|
2010-02-15 12:10:17 +01:00 |
|
Andreas Schneider
|
fdd8236aeb
|
Migrated sftp module to libssh 0.4.
|
2010-02-05 12:28:12 +01:00 |
|
Andreas Schneider
|
511635c119
|
wurst
|
2010-01-30 00:05:01 +01:00 |
|
Andreas Schneider
|
44e9f4fea8
|
Fix name conflicts with newer libssh versions.
|
2009-08-25 10:47:12 +02:00 |
|
Andreas Schneider
|
c0671371ce
|
Don't leak memory using sftp attributes.
|
2009-08-25 10:44:34 +02:00 |
|
Andreas Schneider
|
fdea54edc5
|
Fix the vim modlines.
|
2009-05-13 10:12:07 +02:00 |
|
Andreas Schneider
|
1cb6ae6fca
|
Fix compilation with latest libssh trunk.
|
2009-04-12 23:58:29 +02:00 |
|
Andreas Schneider
|
42014c9a14
|
Add support for asking the user to add the server to known_hosts.
|
2009-03-30 15:06:12 +02:00 |
|
Andreas Schneider
|
fdadbbebab
|
Rename a variable.
|
2009-03-26 11:41:10 +01:00 |
|
Andreas Schneider
|
6863ff0255
|
Switch to libssh 0.3 and add userdata support.
|
2009-03-26 11:10:37 +01:00 |
|
Andreas Schneider
|
4a2677a539
|
Add more debug output.
|
2008-11-05 15:51:18 +01:00 |
|
Andreas Schneider
|
dd52ac837e
|
Fix libssh connect bug cause of uninitialized port variable.
|
2008-11-05 15:50:09 +01:00 |
|
Andreas Schneider
|
db9049d198
|
Add missing line breaks.
|
2008-11-05 11:12:03 +01:00 |
|
Andreas Schneider
|
50929d6457
|
Add error message to csync_sftp module.
|
2008-11-05 10:46:02 +01:00 |
|
Andreas Schneider
|
55c17b6832
|
Fix build warning.
|
2008-08-22 15:28:09 +02:00 |
|
Andreas Schneider
|
56a26d8cd0
|
Revert "Rename the libssh sftp module to have a backup."
This reverts commit 12d8ba2c97 .
|
2008-08-20 18:48:16 +02:00 |
|
Andreas Schneider
|
12d8ba2c97
|
Rename the libssh sftp module to have a backup.
|
2008-08-18 09:45:36 +02:00 |
|
Andreas Schneider
|
f984f78198
|
Use the uri parser of the stdlib.
|
2008-08-12 15:43:42 +02:00 |
|
Andreas Schneider
|
b5da50b035
|
Use the auth callback for ssh kbd interaction.
|
2008-08-12 15:36:14 +02:00 |
|
Andreas Schneider
|
ae304565af
|
Added password only flag or auth callback.
|
2008-08-08 17:28:33 +02:00 |
|
Andreas Schneider
|
e4fc52188d
|
Finalize the functions for sftp.
The authentication with username/password still doesn't work.
|
2008-08-08 15:57:19 +02:00 |
|
Andreas Schneider
|
d875c8a6fa
|
More work on the sftp module.
The module doesn't really work, cause the sftp functions don't
set any errno.
|
2008-08-07 14:24:27 +02:00 |
|
Andreas Schneider
|
ecf1027a54
|
This is a start for a sftp module.
|
2008-08-06 18:16:54 +02:00 |
|