nextcloud-desktop/src
Olivier Goffart 73e35c66af owncloudcmd: fix the --trust option
We can't call csync_set_userdata in owncloudcmd because it is
going to be overwritten later in the SyncEngine.
So we had an object of type SyncEngine* that we cast to CmdOptions*
and the trust flag was in the padding, so was some random data.

Therefore we must use global variables in that case in order to
know if we should ignore the certificate.
2014-07-10 11:19:23 +02:00
..
3rdparty Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
creds Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
mirall Define Q_DECL_OVERRIDE for Qt4 2014-07-09 23:31:56 +02:00
owncloudcmd owncloudcmd: fix the --trust option 2014-07-10 11:19:23 +02:00
updater Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
wizard Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
CMakeLists.txt cleanup the CMakeLists.txt 2014-07-09 22:44:08 +02:00
main.cpp Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is defined 2014-05-15 11:01:21 +02:00