[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #41 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-05-03 13:07:26 PDT ---
(In reply to comment #40)
 With the help from the ubuntu bug report I think I finally have a point that
 looks wrong.
 
 http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx#174
 and following seem to be wrong for the MINIMAL_PROFILEDISCOVER case.
 

Seems like this is the problem. The problem is that we add the absolute profile
path to the regPath which creates an invalid path and therefore initializing
nss fails.

This problems is only visible in distro builds and maybe MacOSX/Windows builds
if they use MINIMAL_PROFILEDISCOVER. (I'm quite sure that our windows builds
are affected)

Will post a fix to the ML for review after some more manual testing.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED
 AssignedTo|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com

--- Comment #44 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-05-03 20:28:28 PDT ---
It seems I can no longer reproduce the problem that opening password protected
document fails whithout .mozilla dir. If someone can reproduce this behavior
please open a new bug report and cc me.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-05-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #40 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-05-02 14:11:41 PDT ---
With the help from the ubuntu bug report I think I finally have a point that
looks wrong.

http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx#174
and following seem to be wrong for the MINIMAL_PROFILEDISCOVER case.

We then just create the path to the profile through regDir + profilePath and we
no longer respect if the profile path has been marked as relative or not. I
will try to create a debug build with the ubuntu release configuration to
confirm this.

If it is really only this point we might get a simple fix for this problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|CLOSED  |REOPENED
 Resolution|NOTOURBUG   |
   Severity|major   |normal

--- Comment #37 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-30 09:38:24 PDT ---
Interesting observation from
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/919659/comments/72 :
My firefox profile was on another disk partition than /home (because it is
shared between several OS).
I have copied it into the ~/.mozilla folder and then there's no bug anymore !

So the bug it has nothing to do with the content of the firefox profile but it
depends on the path to the firefox profile.

So when working with passwords, libreoffice does read the profile.ini file in
~/.mozilla folder (WHY?), then :
- if the path to the profile is not relative and situated outside the
~/.mozilla folder - bug
- if the path is relative and inside the ~/.mozilla folder - NO BUG

@Markus: Since you have investigated this issue quite thoroughly, does this
make you see an immediate nice and small fix?


Reopening with normal severity as it only hits a very small subgroup of users.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

Summary|Can't open or create|Can't open or create
   |libreoffice documents with  |libreoffice documents with
   |password|password, when mozilla
   ||profile has an absolute
   ||path

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #39 from ape os...@yandex.ru 2012-04-30 11:48:41 PDT ---
(In reply to comment #38)
 There are some more interesting observations in the bug report.
 I will have a look at this tomorrow and see if it is a bug in our init code,
 nss or mozilla.

Windows_XP_sp2_x64; Windows_7_HP_sp1_x32:
1. An error is confirmed in LOdev_3.5.4rc0+; ID:4506a1b-a73d29c-6845e52-f269e46
(MinGW; Data stamp 2012-04-28_20.20.23)
2. There is no error in LibreOffice_3.5.3rc2 and LOdev_3.6.0alpha0; ID: c0a4c46
{Win-x86@6-fast; Data stamp 2012-04-27_21.25.23)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password, when mozilla profile has an absolute path

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

ape os...@yandex.ru changed:

   What|Removed |Added

 OS/Version|Linux (All) |All

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||NOTOURBUG

--- Comment #35 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-17 02:40:19 UTC ---
Closing as NOTOURBUG as 3.4.6 works on a Ubuntu Oneiric install without
updates. This is most likely a bug in some of the maintainer scripts for some
of the updated packages.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #36 from Cor Nouws c...@nouenoff.nl 2012-04-17 03:07:46 PDT ---
(In reply to comment #35)
 Closing as NOTOURBUG 

would have been my interpretation of the comments too. But much safer if you
decide this ;-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #31 from Cor Nouws c...@nouenoff.nl 2012-04-16 12:33:04 UTC ---
(In reply to comment #30)
 Not a frequently used feature, and it's not opened.

Where so many developers spend attention to this one?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #32 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-16 15:12:59 PDT ---
I gave this a few tries:
- 3.4.4 without other updates in oneiric - no bug
- 3.4.6 without other updates in oneiric - no bug
- 3.4.6 with updates - bug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #33 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-04-16 15:23:47 PDT ---
(In reply to comment #32)
 I gave this a few tries:
 - 3.4.4 without other updates in oneiric - no bug
 - 3.4.6 without other updates in oneiric - no bug
 - 3.4.6 with updates - bug

What do you mean with updates?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

dE de.tec...@gmail.com changed:

   What|Removed |Added

 Blocks|37361   |

--- Comment #30 from dE de.tec...@gmail.com 2012-04-15 21:05:24 UTC ---
Not a frequently used feature, and it's not opened.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #27 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-03 06:15:20 PDT ---
Opening attachment 57028 on libreoffice-3.5.1-1ubuntu1 on Ubuntu precise works.
Attachment 57371 doesnt open, but complains about malformed XML.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #28 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-04-03 06:23:11 PDT ---
(In reply to comment #27)
 Opening attachment 57028 [details] on libreoffice-3.5.1-1ubuntu1 on Ubuntu 
 precise works.
 Attachment 57371 [details] doesnt open, but complains about malformed XML.

57371 is now part of our automated calc test and should be in 3.5.2. You find
it in sc/qa/unit/data/ods/passwordOld.ods and is not broken as you can see in
all tinderboxes :)

The error message complaining about malformed XML looks like it does not know
the encrpytion algorithm and therefore tries to open the encrypted files.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #29 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-03 06:51:12 PDT ---
I explicitly saved that document 57371 and opened it from disc -- works fine.
(Still on 3.5.1-1ubuntu1 on Ubuntu precise)
b5df62bb1fc8da041148c267871e  /home/bjoern/Downloads/ods test document.ods

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #24 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-03-08 10:10:01 PST ---
Gentoo problem has been identified. 

So it is now just a ubuntu/debian problem. I have set up a vm with Ubuntu 11.10
and created a build with nearly the same autogen.sh settings as Bjoern for the
official builds but this does not show the problem.

Would be great to get more information or a someone with a debug build who can
reproduce this problem. I can give some information how to debug the problem
and where to look.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #25 from timjo...@gmail.com 2012-03-08 13:25:36 PST ---
The problem is cleared in LibreOffice 3.5 (Ubuntu 11.10).
I simply upgraded LO and password-protected documents work as expected.

Sent from my HTC Desire HD

On Mar 8, 2012 8:10 PM, bugzilla-dae...@freedesktop.org wrote:

 https://bugs.freedesktop.org/show_bug.cgi?id=45171

 --- Comment #24 from Markus Mohrhard markus.mohrh...@googlemail.com
2012-03-08 10:10:01 PST ---
 Gentoo problem has been identified.

 So it is now just a ubuntu/debian problem. I have set up a vm with Ubuntu
11.10
 and created a build with nearly the same autogen.sh settings as Bjoern
for the
 official builds but this does not show the problem.

 Would be great to get more information or a someone with a debug build
who can
 reproduce this problem. I can give some information how to debug the
problem
 and where to look.

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You are on the CC list for the bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #26 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-03-08 13:31:20 PST ---
(In reply to comment #25)
 The problem is cleared in LibreOffice 3.5 (Ubuntu 11.10).
 I simply upgraded LO and password-protected documents work as expected.
 

Which build did you use? Our official Libreoffice builds won't show that
problem anyway. It seems to be a pure distro specific problem with external
nss.

I have not yet seen any bug report with someone using a non distro build.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #23 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-02-23 09:43:01 PST ---
(In reply to comment #20)
 ods test document with password test and content 2 in cell A1 created with
 LibreOffice 3.4.3 attached.  I release it under the terms of
 LGPLv3+/MPL.  I cannot open this document or save a document with a password
 with LibreOffice 3.4.5 OOO340m1 (Build:502)

Thanks a lot. We added this test case to master and libreoffice-3-5 so if this
is really a build problem and not a problem related to one of the Mozilla
profiles we should spot the error already during the test run.

But I still suspect that it is related to the Mozilla profile, either firefox
or thunderbird.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #18 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-02-20 19:00:58 PST ---
So trying it in this bug report too.

Can someone who is able to reproduce this bug report provide me an ods test
document with password test and content 2 in cell A1 under the terms of
LGPLv3+/MPL?

I would like to add a test case for this to
sc/qa/unit/subsequent_filters-test.cxx:testPassword to prevent such bugs in
future.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #19 from j...@dpets.co.uk 2012-02-20 22:27:40 PST ---
Created attachment 57371
  -- https://bugs.freedesktop.org/attachment.cgi?id=57371
ods test document

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #20 from j...@dpets.co.uk 2012-02-20 22:32:48 PST ---
ods test document with password test and content 2 in cell A1 created with
LibreOffice 3.4.3 attached.  I release it under the terms of
LGPLv3+/MPL.  I cannot open this document or save a document with a password
with LibreOffice 3.4.5 OOO340m1 (Build:502)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||bjoern.michaelsen@canonical
   ||.com

--- Comment #16 from Petr Mladek pmla...@suse.cz 2012-02-15 01:31:20 PST ---
I am unable to reproduce this with SUSE-specific build based on LO-3.4.5.

It smells like the bug 43868. It was broken in 3.4.5-rc1 but we reverted the 
problematic change for rc2, see
http://cgit.freedesktop.org/libreoffice/components/commit/?h=libreoffice-3-4-5id=af45ce4dc9a4b7aea9214b5d74bf60809a4da78d

Bjorn, is it possible that the Ubuntu packages are based on 3.4.5-rc1 or that 
they still have the problematic change from some reasons?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #17 from Rene Engelhard r...@debian.org 2012-02-15 02:42:20 PST 
---
pmladek: given that it also was reported in Debian (which is based on 3.4.5 
final *of course* - 3.4.5.2), and even for 3.5.0 (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659733) - no.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #12 from j...@dpets.co.uk 2012-02-14 03:15:11 PST ---
The document that brought this problem to my attention was old and had been 
opened and edited in many versions of Open/LibreOffice.  It had an eight 
character
password with upper and lower case letters and numbers.

I created a test document and a spreadsheet with LibreOffice 3.4.3 and saved 
them with the password password in both cases.  I copied them to a computer 
with
LibreOffice 3.4.5 installed (all from Debian) and could not open them.  The
message was The password is incorrect

I tried to save a similar document using LibreOffice 3.4.5 using the password 
password and after inputting the password, the message was Error saving the
document Untitled 1: General Error. General input/output error

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #13 from j...@dpets.co.uk 2012-02-14 03:39:13 PST ---
Created attachment 57028
  -- https://bugs.freedesktop.org/attachment.cgi?id=57028
Document saved with password password

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #14 from j...@dpets.co.uk 2012-02-14 03:40:33 PST ---
Created attachment 57029
  -- https://bugs.freedesktop.org/attachment.cgi?id=57029
Spreadsheet saved with password password

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #15 from timjo...@gmail.com 2012-02-14 15:31:39 PST ---
(In reply to comment #12)
 The document that brought this problem to my attention was old and had been 
 opened and edited in many versions of Open/LibreOffice.  It had an eight 
 character
 password with upper and lower case letters and numbers.
 
 I created a test document and a spreadsheet with LibreOffice 3.4.3 and saved 
 them with the password password in both cases.  I copied them to a computer 
 with
 LibreOffice 3.4.5 installed (all from Debian) and could not open them.  The
 message was The password is incorrect
 
 I tried to save a similar document using LibreOffice 3.4.5 using the password 
 password and after inputting the password, the message was Error saving the
 document Untitled 1: General Error. General input/output error

As stated in my original report, my symptoms are identical.  I'm running Ubuntu 
11.10 with LO3.4.5 and have identical issues.

Both my Calc  Writer documents, saved with 8 alphnumeric passwords under LO 
3.4.3 open in Open Office 3.2 with no problem but still will not open under LO
3.4.5.

I can also not password protect any LO 3.4.5 document/spreadsheet and get the 
same error message quoted in this post.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Rene Engelhard r...@debian.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTOURBUG   |
 Ever Confirmed|0   |1

--- Comment #7 from Rene Engelhard r...@debian.org 2012-02-13 06:56:33 PST ---
ehm, I don't think that we should fall back into the old OOo habit as
this doesn't work in our build using internal libs, thus it's NOTOURBUG

There's system-libs, you know, and we DO NOT PATCH the password things. (at 
least not in 3.5.0 rc3, where this was also reported for, see
http://bugs.debian.org/659733.

plain source uses nss-3.12.8-with-nspr-4.8.6 whereas Debian has
 libnspr4-0d | 4.9~beta5-2| sid | amd64, armel, armhf, 
hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc,
 
+s390, s390x, sparc 

 libnss3-1d  | 3.13.1.with.ckbi.1.88-1| sid | amd64, armel, hurd-i386, 
i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390,  
+s390x, sparc   

 libnss3-1d  | 3.13.1.with.ckbi.1.88-1+b1 | sid | armhf

Some nss incompatibility? (Interestingly, the password unittest *succeeds*)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #8 from Tomáš Chvátal tomas.chva...@gmail.com 2012-02-13 07:00:11 
PST ---
I have similar report in gentoo:

https://bugs.gentoo.org/show_bug.cgi?id=398599

Note that we do not patch things around this either. But funny enough it really 
works with 3.5 for us.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #9 from Rene Engelhard r...@debian.org 2012-02-13 07:01:37 PST ---
in my last comment I of course meant do work or doesn't fail

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #10 from Rene Engelhard r...@debian.org 2012-02-13 07:14:48 PST 
---
JBF: so as we see here this is not a Ubuntu bug, nor a Debian bug nor some 
distro-only bug. Will do a build with LibreOffices bundled nss this night to
reconfirm, but even if that works, it's still a valid LibreOffice bug.

(No, using internal nss/nspr which missed many security fixes is not an option)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #11 from Markus Mohrhard markus.mohrh...@googlemail.com 
2012-02-13 09:24:19 PST ---
Some comments:

Do the failing documents  have passwords = 15 characters? 
Are all of them created with =3.4.4 or =3.4.5?
Did you try to save the documents in ODF1.1/1.0?

It would be good to collect some more information about the problems because 
digging in the password code without an idea and a test document is useless.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #6 from Kwintin maxfair.trad...@gmail.com 2012-02-02 01:27:46 PST 
---
Thanks very much!

On Sun, Jan 29, 2012 at 11:41 AM, bugzilla-dae...@freedesktop.org wrote:

 https://bugs.freedesktop.org/show_bug.cgi?id=45171

 Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 
 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTOURBUG
 CC||jbf.fa...@orange.fr
   See Also||
 https://launchpad.net/bugs/
   ||919659

 --- Comment #5 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-29
 01:41:57 PST ---
 Not reproducible with vanilla 3.4.5 version. It is a bug Ubuntu only.
 Please follows this bug here :
 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/919659

 Closing as NotOurBug.

 Best regards. JBF

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You are on the CC list for the bug.


-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-01-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTOURBUG
 CC||jbf.fa...@orange.fr
   See Also||https://launchpad.net/bugs/
   ||919659

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-29 
01:41:57 PST ---
Not reproducible with vanilla 3.4.5 version. It is a bug Ubuntu only.
Please follows this bug here :
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/919659

Closing as NotOurBug.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

--- Comment #1 from mei...@adinet.com.uy 2012-01-27 09:46:44 PST ---
1) Create new Writer or Calc document with Libreoffice 3.4.5
2) Save file, check Save with password, click save.
3) Enter a password, confirm it.
4) Close file.
5) Open the file just created.
6) Enter the password to open the file.
7) Libreoffice fails to open the file.

Popup error message. Spreadsheet cannot be opened.  Error Message The password
is incorrect. The
file cannot be opened.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

mei...@adinet.com.uy changed:

   What|Removed |Added

 CC||timjo...@gmail.com

--- Comment #2 from mei...@adinet.com.uy 2012-01-27 09:50:40 PST ---
*** Bug 45318 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

mei...@adinet.com.uy changed:

   What|Removed |Added

 CC||dec1...@gmail.com

--- Comment #3 from mei...@adinet.com.uy 2012-01-27 09:52:02 PST ---
*** Bug 45309 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45171] Can't open or create libreoffice documents with password

2012-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45171

mei...@adinet.com.uy changed:

   What|Removed |Added

 CC||maxfair.trad...@gmail.com

--- Comment #4 from mei...@adinet.com.uy 2012-01-27 09:52:40 PST ---
*** Bug 45250 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs