Andreas Schneider
|
3114e02833
|
Add tests for c_lowercase and c_uppercase.
|
2009-04-29 09:55:13 +02:00 |
|
Andreas Schneider
|
9de1f977b5
|
Cleanup some code of the doubly-linked list.
|
2009-04-25 10:57:46 +02:00 |
|
Andreas Schneider
|
867a8cb246
|
Reformat some code.
|
2009-04-22 13:41:46 +02:00 |
|
Andreas Schneider
|
e7a09af755
|
Add a function to uppercase and to lowercase a string.
|
2009-04-21 09:05:40 +02:00 |
|
Andreas Schneider
|
1cb6ae6fca
|
Fix compilation with latest libssh trunk.
|
2009-04-12 23:58:29 +02:00 |
|
Andreas Schneider
|
b54e952efe
|
Add some comments and move log4c config to the end.
|
2009-04-12 11:33:50 +02:00 |
|
Andreas Schneider
|
9650bccc2f
|
Add a rolling file appender to the config file.
|
2009-04-12 11:25:58 +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
|
7d0393338c
|
Fix possible precedence problems.
|
2009-03-27 00:00:49 +01:00 |
|
Andreas Schneider
|
5d84518f00
|
Fix comment typos ;)
|
2009-03-26 18:23:43 +01:00 |
|
Andreas Schneider
|
fdadbbebab
|
Rename a variable.
|
2009-03-26 11:41:10 +01:00 |
|
Andreas Schneider
|
e948cf6880
|
Document all public functions.
|
2009-03-26 11:24:34 +01:00 |
|
Andreas Schneider
|
6863ff0255
|
Switch to libssh 0.3 and add userdata support.
|
2009-03-26 11:10:37 +01:00 |
|
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 |
|