summaryrefslogtreecommitdiff
path: root/include/tools/time.hxx
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-11-21 15:22:23 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-11-24 10:23:09 +0100
commitaee059ffabf46b57c7eeea337d0ba5e337737a55 (patch)
tree29d779063e5ecbfcb7f8dba7419ae26755a75c90 /include/tools/time.hxx
parent7d7d84c07b1ed01a5cd51b43c5712eab19d3f729 (diff)
officecfg,sd: add Office::Security::Net::AllowInsecureImpressRemoteWiFi
The IPRemoteServer listens on all interfaces and accepts connections with a "PIN", which is transmitted in the clear (without encryption), so it is not as secure as a naive user might assume and should probably not be used in public/untrusted networks. Make it possible to use the Impress remote with Bluetooth only, which appears to be more secure, by adding a new setting which defaults to disabled. The DiscoveryService which does mDNS/ZeroConf/Bonjour/Renezvous/whatever -it's-called-today should not be needed for Bluetooth. Adapt the RemoteServer code to the new situation that there can be a BluetoothServer but not a IPRemoteServer. Also add a checkbox to the "Slide Show Settings" dialog. Change-Id: I0cd3f23b616e23351f166bc9681b45786df8a26a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159786 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/tools/time.hxx')
0 files changed, 0 insertions, 0 deletions
>tdf#103622 do not use arrow as separator of menu commandsStanislav Horacek 2016-01-21coverity#1326449 Dereference null return valueCaolán McNamara 2016-01-10Fix typosAndrea Gelmini 2015-11-04coverity#1327027 SIC: Inner class could be made staticCaolán McNamara 2015-10-21More plausible fixStephan Bergmann 2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara 2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin 2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin 2015-10-01Fix typosAndrea Gelmini 2015-10-01Fix typosAndrea Gelmini 2015-09-18Fix typosAndrea Gelmini 2015-06-30Fix typosAndrea Gelmini 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle 2015-01-05java: remove dead codeNoel Grandin 2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-05java: remove some unused local variablesNoel Grandin 2014-12-05java: remove some unused fieldsNoel Grandin 2014-11-25java: final fields that can be staticNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-18java: fix some javadoc errorsNoel Grandin 2014-11-12java: convert fields to local variables where possibleNoel Grandin 2014-11-12java: reduce excessive code indentation levelsNoel Grandin