lp:~lfaraone/pithos/password-permissions-fix

Created by Luke Faraone and last modified
Get this branch:
bzr branch lp:~lfaraone/pithos/password-permissions-fix
Only Luke Faraone can upload to this branch. If you are Luke Faraone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Luke Faraone
Project:
Pithos
Status:
Merged

Recent revisions

158. By Luke Faraone

Handle o+rw in one run.

Previously didn't modify the config_perms value, so when we ORd it the second time the changes made the first time were not preserved.

157. By Luke Faraone

CVE-2011-1500: Fix password leak to local users through file permissions. (LP: #733307)

On start, check file permissions according to new rules as follows:

  If the file is 0644 and if "unsafe_permissions" is not True,
    chmod 0600
  If the file is world-readable and/or writable (but not exactly 0644) and if
  "unsafe_permissions" is not True:
    chmod o-rw

To override this new behavior, set unsafe_permissions to False in pithos.ini.

On new configuration file creation, set to 0600.

156. By Kevin Mehall

Correctly handle hour-long songs. (LP: #734962) Patch by Luke Faraone

155. By Kevin Mehall

Apply patch for bug #706681 by Rick Spencer. Fixes "TypeError: could not convert argument to correct param type"

154. By Kevin Mehall

Version bump (0.3.7)

153. By Kevin Mehall

Only treat QuickMix specially when isCreator is also set (bug #658230)

152. By Kevin Mehall

Don't send Pandora ratings to last.fm (bug #636600)

151. By Kevin Mehall

os.wait() after webbrowser.open() to avoid zombie process (Fixes bug #670131)

150. By Kevin Mehall

Merge delete_feedback branch by Christopher Eby

149. By Kevin Mehall

version bump (actually change version number)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~kevin-mehall/pithos/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers