1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
|
libpam-mklocaluser (0.18) unstable; urgency=medium
* Team upload.
[ Mike Gabriel ]
* debian/control:
+ Line-wrap B-D and D fields.
+ Provide more info in LONG_DESCRIPTION.
+ Update Section: field. Using "admin" section seems more appropriate.
Thanks lintian.
* debian/pam-python.py:
- Set HOME env variable to the new home directory, also on initial user
login. This makes it possible to drop the concept of enforced re-login
on initial user login. (Closes: #760496, #961254).
- Whitespace clean-up.
[ Holger Levsen ]
* Use secure URI in Homepage field, thanks lintian-brush.
* Upgrade to newer source format 3.0 (native), thanks lintian-brush.
* Update standards version to 4.5.0, no changes needed & thanks once more,
lintian-brush.
* Bump debhelper-compat to 13.
* Drop versioned suggests on libpam-ccreds, as even squeeze has a newer
version.
-- Mike Gabriel <sunweaver@debian.org> Fri, 22 May 2020 18:01:47 +0200
libpam-mklocaluser (0.17) unstable; urgency=medium
* Team upload.
[ Wolfgang Schweer ]
* debian/pam-python.py: Use octal prefix for dirmode value, thanks piuparts.
-- Holger Levsen <holger@debian.org> Thu, 19 Dec 2019 11:51:10 +0100
libpam-mklocaluser (0.16) unstable; urgency=medium
* Team upload.
[ Wolfgang Schweer ]
* debian/pam-python.py: Converted using 2to3 and manual edit afterwards
(dirmode). Closes: #936899
* debian/{control,rules}: Adjusted to match python3.
[ Holger Levsen ]
* Bump Standards-Version to 4.4.1, no changes needed.
-- Holger Levsen <holger@debian.org> Thu, 12 Dec 2019 12:30:55 +0100
libpam-mklocaluser (0.15) unstable; urgency=medium
* Team upload.
* d/control:
- bump Standards-Version to 4.4.0, no changes needed.
- bump debhelper-compat to 12.
-- Holger Levsen <holger@debian.org> Wed, 14 Aug 2019 12:56:35 +0200
libpam-mklocaluser (0.14) unstable; urgency=medium
* Team upload.
* d/control:
- bump Standards-Version to 4.3.0, no changes needed.
- use canonical URL for Vcs-Git, thanks lintian.
-- Holger Levsen <holger@debian.org> Wed, 16 Jan 2019 14:59:54 +0100
libpam-mklocaluser (0.13) unstable; urgency=medium
* Team upload.
[ Holger Levsen ]
* d/control:
- Bump debian/compat from 9 to 11.
- Use the new debhelper-compat(=11) notation and drop d/compat.
- Add "Rules-Requires-Root: no" to support building as non-root.
* Bump Standards-Version to 4.2.1, no changes needed.
* Add d/source/format documenting the use of source format 1.0.
* d/postinst and prerm: use 'set -e' in the script body, thanks lintian.
* d/copyright: Use https for copyright format URI.
-- Holger Levsen <holger@debian.org> Mon, 15 Oct 2018 20:31:01 +0200
libpam-mklocaluser (0.12) unstable; urgency=medium
* Team upload.
[ Holger Levsen ]
* d/control:
- switch packaging to salsa.debian.org. Thanks to the alioth admins for
providing such a nice service so long!
- bump Standards-Version to 4.1.4, no changes needed.
-- Holger Levsen <holger@debian.org> Thu, 31 May 2018 10:57:44 +0000
libpam-mklocaluser (0.11) unstable; urgency=low
* Corrected dh invocation in d/rules.
* Moved from debhelper 7 to 9.
* Changed Standards-Version from 3.9.5 to 3.9.8.
* Removed Morten Werner Forsbring as uploader. Thank you for all
your good work.
* Added copyright info to python code.
* Converted d/copyright to machine readable format.
* Document git tag format in d/gpb.conf.
-- Petter Reinholdtsen <pere@debian.org> Thu, 22 Dec 2016 09:25:33 +0000
libpam-mklocaluser (0.10) unstable; urgency=high
* Using urgency high to fix RC bug quickly.
* Make sure to add trailing newline when updating /etc/passwd and
/etc/shadow. This is an RC bug blocking the package from working.
* Change priority from extra to optional to match the archive override
file.
* Switch from python-support to dh-python.
-- Petter Reinholdtsen <pere@debian.org> Thu, 14 Aug 2014 14:40:23 +0200
libpam-mklocaluser (0.9) unstable; urgency=low
* Update standard-version from 3.9.2 to 3.9.5. No changes needed.
* Make PAM module more robust:
* Add to /etc/passwd and /etc/shadow using python code instead of
calling "echo 'something' >> /etc/file" in a subshell.
* Do not try to syslog an exception, as a string is needed in newer
python versions.
* Do not call chown -R, implement it in python instead.
* Correct test pam_handler function arguments and make it output
more info during testing.
* Make sure syslog message make it clear that both passwd and shadow
is updated by the module.
* Change priority from optional to extra, as it depend on libpam-python
which is priority extra, to avoid priority inversion.
* Source is moved to git. Update Vcs-* control file fields.
-- Petter Reinholdtsen <pere@debian.org> Mon, 09 Jun 2014 20:49:55 +0200
libpam-mklocaluser (0.8) unstable; urgency=low
* Rewrite runcmd() to work with Python on Wheezy (Closes: #706753).
-- Petter Reinholdtsen <pere@debian.org> Sat, 04 May 2013 08:25:53 +0200
libpam-mklocaluser (0.8~deb7u1) wheezy; urgency=low
* Rewrite runcmd() to work with Python on Wheezy (Closes: #706753).
-- Petter Reinholdtsen <pere@debian.org> Sat, 04 May 2013 08:25:53 +0200
libpam-mklocaluser (0.7) unstable; urgency=low
* Rewrite how Popen() is used to ensure the script wait for the
subprocesses to start before looking for their status (Closes:
#634829). Patch from Wolfgang Schulze-Zachau.
* Update standards-version from 3.9.1 to 3.9.2. No changes needed.
-- Petter Reinholdtsen <pere@debian.org> Thu, 28 Jul 2011 19:20:32 +0200
libpam-mklocaluser (0.6) unstable; urgency=low
* Make module more robust. Move group lookup into the code path
where it is used, to avoid failing if the group is missing when
the user is already available locally (Closes: #597174).
* Add code to handle missing primary group information when creating
the local user.
* Change module to only run /usr/sbin/nscd if it exist (Closes: #597241).
* Update standards-version from 3.8.4 to 3.9.1. No changes needed.
-- Petter Reinholdtsen <pere@debian.org> Sat, 18 Sep 2010 16:55:27 +0200
libpam-mklocaluser (0.5) unstable; urgency=low
* Do not create local home directory if the directory mentioned in
passwd already exist.
-- Petter Reinholdtsen <pere@debian.org> Fri, 23 Jul 2010 18:27:14 +0200
libpam-mklocaluser (0.4) unstable; urgency=low
[ Morten Werner Forsbring ]
* Do not add localuser if it already exist in /etc/passwd.
* Add build-dependency on python-support.
* Make sure that dh_pysupport is run during build.
* Added myself as uploader.
-- Petter Reinholdtsen <pere@debian.org> Tue, 01 Jun 2010 21:01:16 +0200
libpam-mklocaluser (0.3) unstable; urgency=low
* Make sure the path to the original home directory and the user
name of the user logging in is passed on to the hook scripts.
-- Petter Reinholdtsen <pere@debian.org> Wed, 19 May 2010 14:38:03 +0200
libpam-mklocaluser (0.2) unstable; urgency=low
* Correct typo in pam-configs entry causing the PAM module to fail.
-- Petter Reinholdtsen <pere@debian.org> Wed, 19 May 2010 11:08:19 +0200
libpam-mklocaluser (0.1) unstable; urgency=low
* Initial release.
-- Petter Reinholdtsen <pere@debian.org> Mon, 17 May 2010 19:54:09 +0200
|