[Bug 296604] Re: Sugar-Emulator has no access control

2013-06-08 Thread Bug Watch Updater
** Changed in: sugar Status: Confirmed = Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/296604 Title: Sugar-Emulator has no access control To manage notifications about this bug go

[Bug 296604] Re: Sugar-Emulator has no access control

2010-02-16 Thread Brian Murray
I imagine it was meant for the Ubuntu status and importance to be set to Fix Released and Critical - not the upstream task which was unset by the bug watch updater. ** Changed in: sugar (Ubuntu) Status: Triaged = Fix Released ** Changed in: sugar (Ubuntu) Importance: Low = Critical --

[Bug 296604] Re: Sugar-Emulator has no access control

2010-02-02 Thread Bug Watch Updater
** Changed in: sugar Status: Fix Released = Confirmed ** Changed in: sugar Importance: Critical = Unknown -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 296604] Re: Sugar-Emulator has no access control

2010-02-01 Thread David Farning
This has been fixed as of the most recent release of sugar .88 on 10.4 ** Changed in: sugar Importance: Unknown = Critical ** Changed in: sugar Status: Confirmed = Fix Released -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug

[Bug 296604] Re: Sugar-Emulator has no access control

2009-02-13 Thread Luke Faraone
Upstream has deferred to 0.86, so it'll be in Jaunty+1 ** Changed in: sugar (Ubuntu) Assignee: Luke Faraone (lfaraone) = (unassigned) -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-13 Thread Bug Watch Updater
** Changed in: sugar Status: New = Confirmed -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread Morgan Collett
Reported upstream - I'll get your patch reviewed ** Bug watch added: SugarLabs #17 http://dev.sugarlabs.org/ticket/17 ** Also affects: sugar via http://dev.sugarlabs.org/ticket/17 Importance: Unknown Status: Unknown -- Sugar-Emulator has no access control

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread Bug Watch Updater
** Changed in: sugar Status: Unknown = New -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread mungewell
Slight problem with patch, 1 in 16 chance that xauth will fail as leading 0 is dropped, new to python so don't know how to fix this -- DEBUG:sugar-emulator:Xauth command: xauth add :3 . a3dd93f39f280dad34d58d6f301a84f xauth: (argv):1: key contains odd number of or non-hex characters --

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread Luke Faraone
** Changed in: sugar (Ubuntu) Assignee: (unassigned) = Luke Faraone (lfaraone) Status: New = In Progress -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread Luke Faraone
** Changed in: sugar (Ubuntu) Importance: Undecided = Low Status: In Progress = Triaged -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-12 Thread mungewell
Slightly better way of fixing leading zeros... change cmd2.append('%s' % hex(random.getrandbits(128))[2:-1]) for cmd2.append('%032X' % random.getrandbits(128)) Simon. -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-11 Thread mungewell
A quick fix for this would be to use the Xauth file of the running/calling user. The emulator.py should call 'xauth add $display . random 128bit/32hex char', and then Xephyr can be called without the '-ac' flag. The Xephyr server still listens on the TCP/IP ports, but does not allow others to

[Bug 296604] Re: Sugar-Emulator has no access control

2008-11-11 Thread mungewell
** Attachment added: patch to implement Xauth method http://launchpadlibrarian.net/19585977/emulator.py.patch -- Sugar-Emulator has no access control https://bugs.launchpad.net/bugs/296604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to