syncevolution/src/syncevo
Patrick Ohly e85cca1912 config: revise default of the "keyring" property
The command line tool in --daemon=no mode did not use the GNOME
keyring or KWallet even if the syncevo-dbus-server did, leading
to failing test cases when actually starting to use it by default
there.

Now all components use the same default: use safe password storage if
any was enabled during compilation, don't use if not.

This also makes SyncEvolution work without user intervention on
systems without a password storage.
2013-10-01 09:28:38 +02:00
..
configs PBAP: incremental sync (FDO #59551) 2013-07-10 13:08:02 +02:00
BoostHelper.h Boost helper: support weak pointer indirection for up to 9 parameters 2012-12-07 20:00:44 +01:00
Cmdline.cpp config: selectively resolve username during indirect credential lookup 2013-09-27 08:59:14 -07:00
Cmdline.h config: selectively resolve username during indirect credential lookup 2013-09-27 08:59:14 -07:00
CmdlineSyncClient.cpp config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
CmdlineSyncClient.h config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
ConfigFilter.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigFilter.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigNode.cpp .ini files: use newer Ini*ConfigNode 2012-06-07 14:16:58 +02:00
ConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00
CurlTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
CurlTransportAgent.h syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
DBusTraits.h config: user name -> identity 2013-09-27 08:59:13 -07:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
eds_abi_wrapper.cpp CalDAV + syncevolution.org: fixed segfault without libical+libecal 2012-07-10 15:10:14 +02:00
eds_abi_wrapper.h Various packaging and build system patches for the Maemo 5 port. 2012-08-07 01:32:09 +02:00
EDSClient.cpp engine: event processing when using multithreading 2013-05-13 17:49:50 +02:00
EDSClient.h EDS: shared loading of ESourceRegistry 2012-12-07 20:00:44 +01:00
FileConfigTree.cpp config: refactor root path handling 2013-09-27 08:59:13 -07:00
FileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00
FileDataBlob.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FileDataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FilterConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
FilterConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ForkExec.cpp ForkExec: allow passing arguments to helper 2013-07-11 11:40:51 +02:00
ForkExec.h ForkExec: allow passing arguments to helper 2013-07-11 11:40:51 +02:00
GeeSupport.h gee: stricter ref counting 2013-05-17 12:38:17 -07:00
GLibSupport.cpp glib: allow other threads to check something after each main loop iteration 2013-07-10 13:07:35 +02:00
GLibSupport.h glib: SYNCEVO_GLIB_CALL_SYNC() must use GRunWhile() 2013-09-04 11:05:47 +02:00
GValueSupport.h GValue: support constructors which take ownership 2013-02-26 12:03:42 +01:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
icalstrdup.c libical: moved support code into core SyncEvolution 2011-02-25 12:18:28 +01:00
icalstrdup.h icalstrdup: fixed compile issue in EDS backend 2011-03-01 15:18:21 +01:00
IdentityProvider.cpp logging: debug output for password handling 2013-10-01 09:28:37 +02:00
IdentityProvider.h config: add identity provider registry 2013-09-27 08:59:14 -07:00
IniConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
IniConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
installcheck-local.sh autotools: fix "make distcheck" when LD_LIBRARY_PATH is set 2012-12-07 20:09:08 +01:00
lcs.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
lcs.h lcs: must include unistd.h for (s)size_t 2012-01-13 16:42:08 +01:00
LocalTransportAgent.cpp config: user name -> identity 2013-09-27 08:59:13 -07:00
LocalTransportAgent.h local sync: use weak pointers with asynchronous D-Bus calls 2012-07-10 07:35:25 +00:00
Logging.cpp Logging: apply filter to glib messages 2013-05-17 12:25:54 -07:00
Logging.h Logging: thread-safe 2013-05-06 16:28:13 +02:00
LogRedirect.cpp Logging: apply filter to glib messages 2013-05-17 12:25:54 -07:00
LogRedirect.h Logging: apply filter to glib messages 2013-05-17 12:25:54 -07:00
LogStdout.cpp Logging: avoid changing global process name 2013-05-06 16:28:13 +02:00
LogStdout.h Logging: merge Logger and LoggerBase 2013-05-06 16:28:13 +02:00
LogSyslog.cpp Logging: thread-safe 2013-05-06 16:28:13 +02:00
LogSyslog.h Logging: thread-safe 2013-05-06 16:28:13 +02:00
MapSyncSource.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
MapSyncSource.h engine: tell peers about detached recurrence exceptions 2011-11-09 11:38:14 +01:00
MultiplexConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
MultiplexConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ObexTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
ObexTransportAgent.h OBEX transport: code cleanup 2012-01-20 13:58:52 +01:00
PrefixConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
PrefixConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
SafeConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
SafeOstream.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SafeOstream.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SingleFileConfigTree.cpp config: refactor root path handling 2013-09-27 08:59:13 -07:00
SingleFileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00
SmartPtr.h SmartPtr: add reset() 2013-05-16 11:19:32 +02:00
SoupTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
SoupTransportAgent.h rewrote signal handling 2012-01-20 13:58:52 +01:00
StringDataBlob.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
StringDataBlob.h StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
SuspendFlags.cpp SuspendFlags: make it thread-safe 2013-07-05 17:44:10 +02:00
SuspendFlags.h SuspendFlags: make it thread-safe 2013-07-05 17:44:10 +02:00
SyncConfig.cpp config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
SyncConfig.h config: selectively resolve username during indirect credential lookup 2013-09-27 08:59:14 -07:00
SyncContext.cpp config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
SyncContext.h sync: less verbose output, shorter runtime 2013-07-12 11:43:40 +02:00
syncevo.am config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
syncevolution.pc.in autotools: ensure that link lines are complete 2012-07-12 16:11:33 +00:00
SyncML.cpp engine: use thread-safe localtime_r(), check results 2013-05-06 16:27:40 +02:00
SyncML.h SyncSource: optional support for asynchronous insert/update/delete 2013-07-05 17:44:09 +02:00
SyncSource.cpp sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
SyncSource.h read-ahead: tell SyncSource about the upcoming read accesses 2013-07-10 13:07:44 +02:00
SynthesisDBPlugin.cpp config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h D-Bus server: fix support for WBXML 2012-05-10 22:08:49 +02:00
ThreadSupport.h Threading: add Cond class 2013-07-05 17:44:20 +02:00
Timespec.h util/Timespec: moved into Timespec.h 2012-05-10 22:08:47 +02:00
TmpFile.cpp TmpFile: add moreData() and remove() 2013-07-05 17:44:20 +02:00
TmpFile.h TmpFile: add moreData() and remove() 2013-07-05 17:44:20 +02:00
TrackingSyncSource.cpp SyncSource: support asynchronous add/update in utility classes 2013-07-05 17:44:09 +02:00
TrackingSyncSource.h SyncSource: support asynchronous add/update in utility classes 2013-07-05 17:44:09 +02:00
TransportAgent.cpp config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
TransportAgent.h TransportAgent: destructor must be virtual 2013-05-06 16:28:11 +02:00
UserInterface.cpp ConfigPasswordKey: add toString() 2013-09-27 08:59:13 -07:00
UserInterface.h ConfigPasswordKey: add toString() 2013-09-27 08:59:13 -07:00
util.cpp glib: allow other threads to check something after each main loop iteration 2013-07-10 13:07:35 +02:00
util.h Logging: remove usage of Logger instance 2013-05-06 16:28:12 +02:00
VolatileConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
VolatileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00