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 |
|
Andreas Schneider
|
05253be461
|
Simplify _readdir function of the smb module.
|
2008-08-06 18:16:08 +02:00 |
|
Andreas Schneider
|
de86c0ba6b
|
Add more tests for the virtual io system.
|
2008-08-06 18:14:34 +02:00 |
|
Andreas Schneider
|
d9432bee61
|
Add no memory tests to the rbtree testcases.
|
2008-08-05 11:31:37 +02:00 |
|
Andreas Schneider
|
1315b1197f
|
Fix a memory leak in the rename test.
|
2008-08-04 17:21:32 +02:00 |
|
Andreas Schneider
|
fc85165f48
|
Mark the include dir as advanced too.
Thanks to Bernhard Walle.
|
2008-08-04 10:17:37 +02:00 |
|
Andreas Schneider
|
5853d67855
|
Use readline. Patch by Bernhard Walle.
|
2008-08-04 10:13:10 +02:00 |
|
Andreas Schneider
|
1572841ec5
|
Add a testcase for the update detection.
|
2008-08-01 15:58:28 +02:00 |
|
Andreas Schneider
|
9722fd0bad
|
Test if we have a correct path.
|
2008-08-01 15:57:19 +02:00 |
|
Andreas Schneider
|
ce6896453c
|
Fix check for CSYNC_NOMEMORY env variable.
|
2008-07-29 15:43:18 +02:00 |
|
Andreas Schneider
|
7143f20f95
|
Add memory NULL tests.
|
2008-07-28 11:49:56 +02:00 |
|
Andreas Schneider
|
bccadc7d67
|
Fix segfault in str(n)dup function.
|
2008-07-28 11:49:37 +02:00 |
|
Andreas Schneider
|
33aa3abd96
|
Add some error log messages.
|
2008-07-21 14:31:34 +02:00 |
|
Andreas Schneider
|
08eab05c29
|
Use the GNU version of strerror_r.
|
2008-07-19 12:03:48 +02:00 |
|
Andreas Schneider
|
8451d29d12
|
Replace strerror with thread safe version.
|
2008-07-18 11:35:02 +02:00 |
|
Andreas Schneider
|
7ef568d815
|
Mark each library as advanced.
|
2008-07-15 14:06:21 +02:00 |
|
Andreas Schneider
|
e84527ccc8
|
Add a valgrind suppression file to get rid of 3rdparty errors.
|
2008-07-10 19:08:24 +02:00 |
|
Andreas Schneider
|
5a7008ae53
|
Set the right license header in csync.{c,h}.
|
2008-07-10 10:25:12 +02:00 |
|
Andreas Schneider
|
e5286c7c8a
|
Rename journal functions to statedb.
|
2008-07-09 10:10:00 +02:00 |
|
Andreas Schneider
|
88690312d7
|
Rename the csync_journal files to csync_statedb.
|
2008-07-09 09:57:19 +02:00 |
|
Andreas Schneider
|
879680cc0c
|
Add some examples and more documentation to the exclude file.
|
2008-07-09 09:48:00 +02:00 |
|
Andreas Schneider
|
177bcce3ae
|
Use -Wextra compiler flag by default.
|
2008-07-09 09:47:24 +02:00 |
|
Andreas Schneider
|
dc964a4c9a
|
Only run chmod if we are root.
|
2008-07-03 11:34:34 +02:00 |
|
Andreas Schneider
|
36ae0468f6
|
Don't autogenerate manpages for now.
|
2008-07-03 11:10:12 +02:00 |
|
Andreas Schneider
|
bd36d85aae
|
Copy the file to the cmake for manpage generation.
|
2008-07-02 21:00:59 +02:00 |
|
Andreas Schneider
|
1cd21855f2
|
Improve the manpage, add description and example section.
|
2008-07-02 20:37:21 +02:00 |
|
Andreas Schneider
|
ea950dc870
|
Always compile with -fPIC if supported by the compiler.
|
2008-07-02 20:20:50 +02:00 |
|
Andreas Schneider
|
e1753fbba2
|
Update changelog.
|
2008-07-02 19:03:10 +02:00 |
|
Andreas Schneider
|
67efe90536
|
Add a manpage for the csync commandline client.
|
2008-07-02 19:02:27 +02:00 |
|
Andreas Schneider
|
f54b36fe7a
|
Change version to 0.42.0 alpha4 and update ChangeLog.
|
2008-07-02 10:59:37 +02:00 |
|
Andreas Schneider
|
9a96239e7c
|
Change the exclude list to match the directories exactly.
|
2008-06-28 20:46:25 +02:00 |
|
Andreas Schneider
|
262348c7ef
|
Check if a path is excluded directly in the file tree walker.
This improves the performace of the update detection cause it doesn't have
to walk directories which are excluded.
|
2008-06-28 20:44:54 +02:00 |
|
Andreas Schneider
|
e1b1eaa6d5
|
Set dirent to NULL do avoid double free corruption.
|
2008-06-28 19:49:37 +02:00 |
|
Andreas Schneider
|
70ca880a05
|
Set the right instruction during propagation for the journal.
|
2008-06-28 17:18:10 +02:00 |
|
Andreas Schneider
|
274c73a929
|
Add missing instructions.
|
2008-06-28 17:17:34 +02:00 |
|
Andreas Schneider
|
880530c079
|
Set instruction by default to NONE.
|
2008-06-28 17:14:20 +02:00 |
|
Andreas Schneider
|
c79c7bddc8
|
Implement a safe write on local file system.
This means that we try again if we got interrupted.
|
2008-06-28 15:36:30 +02:00 |
|
Andreas Schneider
|
259319f4f9
|
Stop synchronization if quota exceeded.
|
2008-06-28 15:33:52 +02:00 |
|
Andreas Schneider
|
96a933a058
|
More printf fixes.
Add debug output to insert_metadata_visitor to get printf attribute
checking.
|
2008-06-27 19:24:24 +02:00 |
|
Andreas Schneider
|
5d35a46d07
|
More printf fixes.
|
2008-06-27 19:05:54 +02:00 |
|
Andreas Schneider
|
bd8034170a
|
Fix printf attributes.
|
2008-06-27 18:52:09 +02:00 |
|
Andreas Schneider
|
d968e6f48d
|
Add printf attribute checking for gcc.
|
2008-06-27 18:51:44 +02:00 |
|
Andreas Schneider
|
0a4d1e41e1
|
Forgotten %llu fix for PPC.
|
2008-06-27 18:25:34 +02:00 |
|
Andreas Schneider
|
076c7fb819
|
More code cleanup for PPC.
|
2008-06-27 18:01:19 +02:00 |
|
Andreas Schneider
|
cde1a6b9cc
|
Fix segfault on PPC.
The phash (uint64_t) needs to be represented as %llu on PPC or it
segfaults.
|
2008-06-27 18:01:12 +02:00 |
|
Andreas Schneider
|
e9cfa4e610
|
Remove accidently commited debug message.
|
2008-06-27 16:12:26 +02:00 |
|
Andreas Schneider
|
f52114e043
|
Fix typo.
|
2008-06-25 14:46:01 +02:00 |
|
Andreas Schneider
|
867b8252ad
|
Update changelog and files for 0.42.0 alpha3.
|
2008-06-25 13:55:03 +02:00 |
|
Andreas Schneider
|
9934a2842c
|
Fix disabling the journal in the commandline client.
|
2008-06-25 13:44:11 +02:00 |
|