[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@', '/' or '?'

2011-02-24 Thread Launchpad Bug Tracker
This bug was fixed in the package sbackup - 0.11.4-0ubuntu1

---
sbackup (0.11.4-0ubuntu1) natty; urgency=low

  * [Fix] LP: #714916 Unhandled error in gio backend when looking up
  verbose error message
  * [Fix] LP: #662613 sbackup crashes with 'NonValidOptionException'
  * [Fix] LP: #709338 Restore/revert of non-toplevel items produces only
  empty folders
  * [Fix] LP: #689016 Uncaught error 'invalid literal for int() when
  processing invalid configuration files
  * [Fix] LP: #697386 RemoteMountFailedError 'Max. number of password inputs
  reached' not handled properly
  * [Fix] LP: #697654 No desktop session found: no notification icon:
  * [Fix] LP: #701403 Unable to use remote target without giving a password:
  * [Fix] LP: #588578 Email notification/reporting doesn't work with GMAIL
  * [Fix] LP: #706037 Email reports not working; enable debug output
  for sending mail
  * [Fix] LP: #683990 Uncaught 'NoSectionError' when adding report settings
  (SMTP server etc.)
  * [Fix] LP: #695613 Empty notification popup due to invalid markup
  * [Fix] LP: #671785 Parsing remote URIs fails when username or password
  contains special characters; quote special characters
  to comply with RFC 1738 sec. 3.1
  * [Fix] LP: #675361 Restore process fails with error 'is not a file' while
  copying
  * [Fix] LP: #696183 Failed to set GID to `admin`; improved handling of
  non-existent user groups
  * [Fix] LP: #507177 update translations
  * debian/control: added gconf2 and desktop-file-utils to Depends
 -- Jean-Peer Lorenz peer@gmx.net   Tue, 08 Feb 2011 13:58:43 +0100

** Changed in: sbackup (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':',
  '@','/' or '?'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@', '/' or '?'

2011-02-13 Thread Jean-Peer Lorenz
** Changed in: sbackup/0.11
   Status: Fix Committed = Fix Released

** Changed in: sbackup/trunk
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':',
  '@','/' or '?'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@', '/' or '?'

2011-02-04 Thread Jean-Peer Lorenz
** Summary changed:

- Parsing remote URIs fails when username or password contains ':', '@' or '/'
+ Parsing remote URIs fails when username or password contains ':', '@','/' or 
'?'

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':',
  '@','/' or '?'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@' or '/'

2011-01-16 Thread Jean-Peer Lorenz
** Changed in: sbackup/trunk
   Status: In Progress = Fix Committed

** Changed in: sbackup/0.11
Milestone: None = 0.11.4

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':', '@'
  or '/'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@' or '/'

2011-01-04 Thread Jean-Peer Lorenz
** Summary changed:

- Uncaught error when using ssh password with / in
+ Parsing remote URIs fails when username or password contains ':', '@' or '/'

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to Simple Backup.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':', '@' or '/'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@' or '/'

2011-01-04 Thread Jean-Peer Lorenz
RFC1738 sec. 3.1 (http://tools.ietf.org/html/rfc1738.html): Within the user and 
password field, any :,  @, or / must be encoded.
This was not the case. Therefore, parsing such URIs failed. Now, any special 
characters contained in username or passphrase are encoded before parsing.

Please note: URIs are written in their encoded version into the
configuration file. If you want to set a username/password containing
special characters AND want to modify the configuration file directly,
you'll have to use an URI with encoded special characters. If you use
the configuration GUI, this is done for you automatically.

** Also affects: sbackup/0.11
   Importance: Undecided
   Status: New

** Also affects: sbackup/trunk
   Importance: Low
   Status: Confirmed

** Changed in: sbackup/0.11
   Status: New = Fix Committed

** Changed in: sbackup/0.11
   Importance: Undecided = Low

** Changed in: sbackup/0.11
 Assignee: (unassigned) = Jean-Peer Lorenz (peer.loz)

** Changed in: sbackup/trunk
 Assignee: (unassigned) = Jean-Peer Lorenz (peer.loz)

** Changed in: sbackup/trunk
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to Simple Backup.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':', '@' or '/'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 671785] Re: Parsing remote URIs fails when username or password contains ':', '@' or '/'

2011-01-04 Thread Jean-Peer Lorenz
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Package changed: ubuntu = sbackup (Ubuntu)

** Changed in: sbackup (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.
https://bugs.launchpad.net/bugs/671785

Title:
  Parsing remote URIs fails when username or password contains ':', '@' or '/'

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp