nextcloud-desktop/src/owncloudcmd
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
..
owncloudcmd.cpp owncloudcmd: fix the --trust option 2014-07-10 11:19:23 +02:00
owncloudcmd.h Revert "ownCloudcmd: Use Account object and ConnectionValidator." 2014-06-26 10:16:56 +02:00
simplesslerrorhandler.cpp Remove undeeded includes 2014-04-02 16:23:57 +02:00
simplesslerrorhandler.h Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00