diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-14 15:24:10 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-14 15:24:10 -0400 |
| commit | 71723ca09f369ccf96462cef1e0200e1615677d1 (patch) | |
| tree | 9519e6a0e1f2a2353df4ef836118bbf3bf96eef4 /debian | |
| parent | 2e2438ae66490a2a00972be16e95f0d9cda2f9ea (diff) | |
support for crypted passwords in privdata
* Added CryptPassword to PrivDataField, for password hashes as produced
by crypt(3).
* User.hasPassword and User.hasSomePassword will now use either
a CryptPassword or a Password from privdata, depending on which is set.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c28989d5..46d28b53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +propellor (1.2.1) UNRELEASED; urgency=medium + + * Added CryptPassword to PrivDataField, for password hashes as produced + by crypt(3). + * User.hasPassword and User.hasSomePassword will now use either + a CryptPassword or a Password from privdata, depending on which is set. + + -- Joey Hess <id@joeyh.name> Sun, 14 Dec 2014 13:51:01 -0400 + propellor (1.2.0) unstable; urgency=medium * Display a warning when ensureProperty is used on a property which has |
