[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Tünde Tóth  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |tund...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2021-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

NISZ LibreOffice Team  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||5933

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2021-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks|108897, 108914  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108897
[Bug 108897] [META] XLSX (OOXML) bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2021-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks||143335


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143335
[Bug 143335] [META] XLSX (OOXML) document protection issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2021-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #16 from Yannick Markus  ---
can confirm on 6.X too:

.xlsx files with write-protection do not ask for my password when I enter "edit
mode". Basically the file stays in read-only mode and opens "save as..." when
trying to save.

Steps to reproduce:
1. create .xlsx file
2. write some stuff into it
3. save with write password protection as "Excel 2007-365" (read password
protection doesn't seem to matter for this bug)
4. close LibreOffice
5. open said file
6. enter "edit mode"

Tested on Win10 & NixOS (Linux) with current release and 6.3.5.2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||5206

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-01-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #15 from Adam Kovacs  ---
This could be the main password code:

https://opengrok.libreoffice.org/xref/core/include/comphelper/docpasswordhelper.hxx
https://opengrok.libreoffice.org/xref/core/comphelper/source/misc/docpasswordhelper.cxx

https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/securitypage.cxx

https://opengrok.libreoffice.org/xref/core/oox/source/core/filterdetect.cxx#250
https://opengrok.libreoffice.org/xref/core/oox/source/core/filterdetect.cxx#266
https://opengrok.libreoffice.org/xref/core/oox/source/core/filterdetect.cxx#318

But this is at a different place and it has no relations with the readonly
password code section.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-01-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #14 from Adam Kovacs  ---
Related code is here:
https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/workbooksettings.cxx#204

With this comment:
/*TODO: not setting read-only if only mnPasswordHash ('password'
attribute) is present looks a bit silly, any reason for that?
'readOnlyRecommended' is defined as "indicates on open, whether the
application alerts the user that the file be marked as read-only",
which sounds silly in itself and seems not to be present if the
'password' attribute isn't present, but.. */

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-01-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #13 from Adam Kovacs  ---
In Excel:
Adding readOnlyRecommended="1" to  XML tag is only a popup
message box with a text "the owner of this document recommends you to open this
document as read only" with "yes", "no" and "cancel" buttons, but this is after
entering the password.
In Calc:
Nothing change.

Adding reservationPassword="CC82" to it is simply ignored by Excel, and Calc.

So I'm talking about this in xl/workbook.xml:


-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-01-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #12 from Adam Kovacs  ---
So in an Excel xlsx file I see only this (about filesharing):

In this file: xl/workbook.xml
If I unzip the xlsx file.

So we should add these more 2 lines, even if an Excel file doesn't contain it?



-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2019-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Gabor Kelemen  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||383

--- Comment #11 from Gabor Kelemen  ---
This may be a duplicate.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #10 from Bartosz  ---
It seems that following two lines were needed to enable proper Read-Only mode:




Unfortunately LibreOffice Calc is not asking for password, even if it is
properly set by MS Office

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #9 from Bartosz  ---
It seems that following line needs to be added (in file workbook.xml) to enable
ReadOnly mode for .xlsx:



More details is available at:
http://www.datypic.com/sc/ooxml/e-ssml_fileSharing-1.html

and 

https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_fileSharing_topic_ID0E62E4.html

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #8 from Bartosz  ---
Created attachment 145307
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145307=edit
Example .xlsx document created by MS Excel 2007, with password "dupa"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Bartosz  changed:

   What|Removed |Added

 CC||gan...@poczta.onet.pl

--- Comment #7 from Bartosz  ---
Created attachment 145306
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145306=edit
Example .xlsx document created by LibreOffice, with password "dupa"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:xlsx
 Blocks||108897


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108897
[Bug 108897] [META] XLSX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Xisco Faulí  changed:

   What|Removed |Added

Version|6.0.5.2 release |4.4 all versions

--- Comment #6 from Xisco Faulí  ---
Also reproduced in

Version: 5.2.0.0.alpha0+
Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53
Threads 4; Ver: 4.10; Render: default; 

Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #5 from Xisco Faulí  ---
I can't reproduce it if I save it to .ODS

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Xisco Faulí  changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All
 CC||xiscofa...@libreoffice.org
 Blocks||108914

--- Comment #4 from Xisco Faulí  ---
Also reproduced in

Version: 6.2.0.0.alpha0+
Build ID: 72b099d279e7096d41a04fe8c0dd493a5fc18a33
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

--- Comment #3 from Alex Thurgood  ---
If I open the file in MS Excel 16.15 (180709), I get asked for the first
password to load the file. Once the file is open, there is an indication
beneath the main toolbar that the file has been marked "FINAL", with an option
to reset that status and allow editing. If I click on the "MODIFY" button, the
spreadsheet is released for editing and I can make changes, however, I am not
asked to enter the second password.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Alex Thurgood  ---
Confirming with

Version: 6.2.0.0.alpha0+
Build ID: 36e1f6ebf0c74b4b90bbf1aab8d9ab69b8746f3a
CPU threads: 4; OS: Mac OS X 10.13.6; UI render: default; 
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded

At step 7, I have to specifically activate the Edit Mode (Shift-Cmd-M) in order
to be able to change the data in the spreadsheet, but I am not asked for the
second password.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118938] FILESAVE to Microsoft Excel 2007-2013 XML (.xlsx) files as read-only with additional password protection for editing not working (Calc)

2018-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118938

kam3...@gmail.com changed:

   What|Removed |Added

 CC||kam3...@gmail.com

--- Comment #1 from kam3...@gmail.com ---
Created attachment 143760
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143760=edit
A supposedly read-only password-protected .xlsx spreadsheet

A supposedly read-only password-protected .xlsx spreadsheet

A simple spreadsheet saved as a read only, password-protected .xlsx file with
an additional editing password.

Read-only password: open
Editing password: edit

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs