1
0
Fork 0
Commit Graph

14082 Commits

Author SHA1 Message Date
Andreas Schneider 3c618a3d7d Add possibility to pass userdata to the auth function. 2009-03-26 11:09:46 +01:00
Andreas Schneider c826f021d6 Improve the version function. 2009-03-26 10:40:16 +01:00
Andreas Schneider 20048b238d Cosmetic change for a define. 2009-03-26 10:27:04 +01:00
Andreas Schneider 25f83f1764 Cleanup dirname and basename code. 2009-03-18 20:19:37 +01:00
Andreas Schneider 0634e0fdea Don't require a C++ compiler. 2009-03-18 10:55:14 +01:00
Jim McDonough 7ad9628a24 Fix build with cmake >= 2.6.3. -D does not overwrite FORCE.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-03-18 10:15:04 +01:00
Andreas Schneider d88cffe607 Make the LIB_FOUND variable accessible in CMake. 2009-03-14 11:11:44 +01:00
Andreas Schneider ff0341855e Set version for CPack. 2009-02-10 12:54:41 +01:00
Andreas Schneider 467c082368 Set version to 0.42.0. 2009-02-10 12:50:26 +01:00
Andreas Schneider adb520a3eb Some bugfixed to the findpackage script. 2009-02-04 14:26:08 +01:00
Andreas Schneider add8f35bef Small text improvements. 2009-02-02 10:42:32 +01:00
Andreas Schneider a18202744d Change versions to 0.42.0 rc3 and add changelog entries. 2009-01-23 14:44:54 +01:00
Andreas Schneider dd23c4ecbf Add some comments. 2009-01-23 14:10:08 +01:00
Andreas Schneider e69976bc88 Fix a bug where the wrong function for deletion was executed.
Thanks to David Wooldridge for all the testing.
2009-01-23 14:07:34 +01:00
Andreas Schneider cc9a185bba Use the right variables for config.h. 2009-01-22 15:21:29 +01:00
Andreas Schneider 2331568f08 Fix a segfault if we use a local path. 2009-01-22 15:21:06 +01:00
Andreas Schneider ecca37d2a1 Normalize the path to <host>/<path> for the statedb filename.
This should fix problem if a user uses pam_csync and csync with different
urls (#27).
2009-01-22 14:44:06 +01:00
Andreas Schneider 228a19abf4 Add min and max macros. 2009-01-22 14:43:37 +01:00
Andreas Schneider eca50e32a6 Add more documentation to the userguide. 2009-01-20 18:06:42 +01:00
Andreas Schneider 38807d09c5 Change client option to be more descriptive (#25). 2009-01-20 16:57:27 +01:00
Andreas Schneider 9bab1d5951 Add some text to the README. 2009-01-20 16:52:16 +01:00
Andreas Schneider c5104e8da3 Rename variable to unix_extensions. 2009-01-19 11:32:58 +01:00
Andreas Schneider 2ffe986dc1 Don't exclude paths. 2009-01-15 23:14:46 +01:00
Andreas Schneider e0807cba1b Add a check if we are operating remote on a unix filesystem.
This extends the exclude function. Maybe we should do this for the local
too.
2009-01-13 15:50:44 +01:00
Andreas Schneider e86225db0e Fix url to sqlite homepage, thanks maxxer. 2009-01-13 15:44:40 +01:00
Andreas Schneider f95b6c0b6f Add some comments to the logging config file. 2009-01-08 16:26:11 +01:00
Andreas Schneider 5ae1aaadb7 Fix loading of plugins.
The wrong directory was used.
2009-01-08 16:03:31 +01:00
Andreas Schneider f6a956e248 Set the version numbers for 0.42.0 rc2/gmc. 2009-01-07 13:10:28 +01:00
Andreas Schneider 2d3412b0fa More improvements to the user guide.
Thanks to Jim McDonough <jmcd@samba.org> for this.
2008-12-23 16:48:33 +01:00
Andreas Schneider a9150e9e2a Initialize some variables. 2008-12-23 13:54:57 +01:00
Andreas Schneider 69bb51d7af Some improvement and corrections.
Thanks to Joe Brockmeier <zonker@opensuse.org> for proofreading.
2008-12-23 10:26:21 +01:00
Andreas Schneider 0f6a55bb23 Add more test to the userguide. 2008-12-17 18:23:32 +01:00
Andreas Schneider 2a9ac9a91a Update the manpage to make clear which are debugging options. 2008-12-17 16:53:48 +01:00
Andreas Schneider 6d20c8b4fc Install the modules to a version directory.
The directory version number is the soversion of the library.
2008-12-16 15:03:57 +01:00
Andreas Schneider 9152e25f8f Fix the format for the inode number in the mprintf. 2008-12-14 18:27:24 +01:00
Andreas Schneider 1047431e4c Fix a typo. 2008-12-13 23:29:16 +01:00
Andreas Schneider 1c04bb9cb7 Update ChangeLog. 2008-12-05 14:56:20 +01:00
Andreas Schneider 600b8657de Prepare for 0.42.0 rc1. 2008-12-05 14:51:01 +01:00
Andreas Schneider cd2b94e20b Some more documentation. 2008-12-05 14:44:33 +01:00
Andreas Schneider 3b51103a60 Implement own function to create a random filename.
This removes an uneeded syscall to lstat by mktemp at this point.
2008-11-13 15:11:02 +01:00
Andreas Schneider 0681db0efe Reduce system calls of getuid and geteuid. 2008-11-13 14:08:26 +01:00
Andreas Schneider 1e70c74037 Set the replica to destination only once. 2008-11-13 14:06:22 +01:00
Andreas Schneider d177c57cfe Check return value of mkdir in the mkdirs functions. 2008-11-13 10:53:24 +01:00
Andreas Schneider 17b39a78c1 Fix open and use the flags variable. 2008-11-12 21:14:35 +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 a825dd3e14 Fix libsmbclient 3.0.x code. 2008-10-29 13:50:04 +01:00
Andreas Schneider 0cb00f266d Remove unused variable. 2008-09-25 00:56:24 +02:00