| 1 |
adduser (3.91) unstable; urgency=low
|
| 2 |
|
| 3 |
* Revert usage of systemcall for chage invocation. (sg)
|
| 4 |
Thanks to Junichi Uekawa, Martin Lohmeier and Matt Kraai.
|
| 5 |
Closes: #375524, #375720, #375510
|
| 6 |
* testsuite changes:
|
| 7 |
- testsuite now wrapped in shadowconfig {off,on} calls to avoid
|
| 8 |
these sorts of failures in the future. (sg/mh)
|
| 9 |
- change assert to exit 1 if $condition, as it did not seem to in previous
|
| 10 |
tests. (sg)
|
| 11 |
- Also make test8.pl able to handle being called multiple times in
|
| 12 |
a row. (sg)
|
| 13 |
- Correctly handle non-zero exit codes in tests. (mh)
|
| 14 |
- Have runsuite list failed tests at end. (mh)
|
| 15 |
|
| 16 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 27 Jun 2006 19:37:47 +0000
|
| 17 |
|
| 18 |
adduser (3.90) unstable; urgency=low
|
| 19 |
|
| 20 |
* 3.89 is not an NMU, I botched up the changelog. Fixing.
|
| 21 |
|
| 22 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 23 Jun 2006 14:23:00 +0000
|
| 23 |
|
| 24 |
adduser (3.89) unstable; urgency=low
|
| 25 |
|
| 26 |
* Add additional check to testsuite/test8.pl to make sure system users are
|
| 27 |
not added to extra groups. (sg)
|
| 28 |
* New translations:
|
| 29 |
- lt (Gintautas Miliauskas <gintas@akl.lt>) (sg) Closes: #374316
|
| 30 |
* 3.88 was in experimental for a week without any bug reports.
|
| 31 |
* now upload to unstable to let potential breakage begin.
|
| 32 |
|
| 33 |
-- Stephen Gran <sgran@debian.org> Mon, 19 Jun 2006 16:26:58 +0100
|
| 34 |
|
| 35 |
adduser (3.88) experimental; urgency=low
|
| 36 |
|
| 37 |
[ Marc Haber ]
|
| 38 |
* experimental version
|
| 39 |
* Update French (fr) program translation.
|
| 40 |
Thanks to Thomas Huriaux. Closes: #366885
|
| 41 |
* Update French (fr) manpage translation.
|
| 42 |
Thanks to Nicolas François. Closes: #367380
|
| 43 |
* Apply two small patches to deluser man page.
|
| 44 |
Thanks to Florentin Duneau. Closes: #367213
|
| 45 |
* Update Italian (it) program and manpage translations.
|
| 46 |
Thanks to Luca Monducci. Closes: #370030
|
| 47 |
* Standards-Version: 3.7.2, no changed necessary.
|
| 48 |
|
| 49 |
[ Stephen Gran ]
|
| 50 |
* allow additional groups to be used for a new user.
|
| 51 |
Closes: #147518, #166718, #212452, #233894, #239006, #240707, #240855
|
| 52 |
* test 8 now adds a group, and adds the new user to that group - this should
|
| 53 |
ensure that the new additional groups feature does not get invoked for
|
| 54 |
'adduser to group' code paths
|
| 55 |
* Fix "adduser: adduser:" output of error messages.
|
| 56 |
* Fix error messages like "foo ", gtx( ..., whch does not produce
|
| 57 |
output at all. Closes: #351968
|
| 58 |
* Honor system PATH, do not hard-code paths to sub-programs.
|
| 59 |
Closes: #357978
|
| 60 |
* deluser should match its documentation, and exit 0 when asked to remove a
|
| 61 |
system user that doesn't exist. Closes: #372599
|
| 62 |
|
| 63 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 13 Jun 2006 19:46:00 +0000
|
| 64 |
|
| 65 |
adduser (3.87) unstable; urgency=low
|
| 66 |
|
| 67 |
[ Marc Haber ]
|
| 68 |
* Update Italian (it) program and manpage translation.
|
| 69 |
Thanks to Luca Monducci. (mh) Closes: #363100
|
| 70 |
* Update French (fr) program translation. Thanks to Thomas Huriaux
|
| 71 |
and Luc FROIDEFOND. (mh) Closes: #356130
|
| 72 |
* Add Galician (gl) debconf translation.
|
| 73 |
Thanks to Jacobo Tarrio. (mh) Closes: #361240
|
| 74 |
* Fix mis-placed closing bracket in sub cleanup.
|
| 75 |
Thanks to Ted Percival. (mh) Closes: #363182
|
| 76 |
* Fix multiple issues in deluser man page.
|
| 77 |
Thanks to J S Bygott. (mh) Closes: #362623
|
| 78 |
* Correct wording in adduser man page.
|
| 79 |
Thanks to Reuben Thomas. (mh) Closes: #364170
|
| 80 |
|
| 81 |
[ Joerg Hoh ]
|
| 82 |
* removed some unnecessary code
|
| 83 |
* converted all calls of die() to dief(); Thanks to Stephan Gran
|
| 84 |
<sgran@debian.org>
|
| 85 |
|
| 86 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 26 Apr 2006 14:00:15 +0000
|
| 87 |
|
| 88 |
adduser (3.86) unstable; urgency=low
|
| 89 |
|
| 90 |
[ Marc Haber ]
|
| 91 |
* Only check $! after calling symlink() if symlink() failed.
|
| 92 |
Patch from Ubuntu, thanks to Colin Watson. (mh) Closes: #355708
|
| 93 |
* Print error when failing, thanks to Ted Percival. (jh) Closes: #356162
|
| 94 |
* Update French (fr) manpage translation.
|
| 95 |
Thanks to Nicolas François. (mh) Closes: #356253
|
| 96 |
* Update Czech (cs) program translation.
|
| 97 |
Thanks to Miroslav Kure. (mh) Closes: #361413
|
| 98 |
* Be more strict in user name checking.
|
| 99 |
Thanks to Jeroen van Wolffelaar and Brendan O'Dea. (mh) Closes: #357185
|
| 100 |
* Fix interpreter name in deluser. (mh)
|
| 101 |
|
| 102 |
[ Joerg Hoh ]
|
| 103 |
* deluser: include symbolic links in backup. Patch from
|
| 104 |
Ubuntu.
|
| 105 |
* deluser: Fixed handling of return codes, updated deluser.8
|
| 106 |
* deluser: removed the --home parameter
|
| 107 |
* adduser: fix @names initialization
|
| 108 |
|
| 109 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 15 Apr 2006 19:45:52 +0000
|
| 110 |
|
| 111 |
adduser (3.85) unstable; urgency=low
|
| 112 |
|
| 113 |
* Add versioned Replaces for manpages-it. Thanks to Marco Presi and
|
| 114 |
Francesco Paolo Lovergine. (mh) Closes: #353666, #353672.
|
| 115 |
* Apply a bunch of patches from Stephen Gran, which look like they
|
| 116 |
finish unfinished work.
|
| 117 |
* introduce skel_ignore_regex, patch by Stephen Gran. (mh)
|
| 118 |
Closes: #121262, #354459
|
| 119 |
* Initialize configref->{"exclude_fstypes"} in AdduserCommon.pm.
|
| 120 |
Thanks to Nobuhiro KUSUNO. Closes: #354823
|
| 121 |
* Add perl-based test suite, shell scripts seem to be no-op now. (jh)
|
| 122 |
* Re-start testing timer. Closes: #354829
|
| 123 |
|
| 124 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Mar 2006 08:19:39 +0000
|
| 125 |
|
| 126 |
adduser (3.84) unstable; urgency=low
|
| 127 |
|
| 128 |
* Fixed warning when using --verbose, which has independently been
|
| 129 |
spotted by Paul Slootman and has been reported later by Kevin B.
|
| 130 |
McCarty. (jh) Closes: #353032
|
| 131 |
* Have --remove-all-files not descend into special file systems.
|
| 132 |
Thanks to Kai Hendry. (jh) Closes: #344488
|
| 133 |
* Update Swedish (sv) program and manpage translation, again from
|
| 134 |
Daniel Nylander. (mh) Closes: #352740, #352742
|
| 135 |
* Update Italian (it) program and manpage translation.
|
| 136 |
Thanks to Luca Monducci. (mh) Closes: #353467
|
| 137 |
|
| 138 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 19 Feb 2006 18:19:15 +0000
|
| 139 |
|
| 140 |
adduser (3.83) unstable; urgency=low
|
| 141 |
|
| 142 |
* Update French (fr) manpage translation.
|
| 143 |
Thanks to Nicolas François. (mh) Closes: #346562
|
| 144 |
* Apply out-of-band patch from Thomas Huriaux to clean up po4a
|
| 145 |
handling. (mh)
|
| 146 |
* Make $configfile a reference in deluser GetOptions call (perl
|
| 147 |
5.8.8 checks this). (mh) Closes: #352496
|
| 148 |
* Fixed bug which prevented adduser from adding an already existing user
|
| 149 |
with the same uid/... again. Thanks to Henrique de Moraes Holschuh for the
|
| 150 |
detailed bug report. (jh) Closes: #352225
|
| 151 |
* Updated adduser.8 : don't assume that adduser creates a new user with
|
| 152 |
uid == gid (jh)
|
| 153 |
* Update Swedish (sv) program and manpage translation, again from
|
| 154 |
Daniel Nylander. (mh) Closes: #352355
|
| 155 |
|
| 156 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 12 Feb 2006 13:51:09 +0000
|
| 157 |
|
| 158 |
adduser (3.82) unstable; urgency=low
|
| 159 |
|
| 160 |
* Don't assume that gid can be equal to the uid. Thanks to
|
| 161 |
Junichi Uekawa and Paul Slootman. (jh) Closes: #351480, #351552
|
| 162 |
* shell code cleanup in the test suite. (mh)
|
| 163 |
* Fix crontab deletion. (mh)
|
| 164 |
|
| 165 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 5 Feb 2006 20:08:45 +0000
|
| 166 |
|
| 167 |
adduser (3.81) unstable; urgency=low
|
| 168 |
|
| 169 |
[ Marc Haber ]
|
| 170 |
* fix swedish manpage addendum thanks to Thomas Huriaux.
|
| 171 |
* Update Swedish (sv) manpage translation, again from Daniel Nylander.
|
| 172 |
* Update French (fr) program translation.
|
| 173 |
Thanks to Aurelien Ricard. (mh) Closes: #341264
|
| 174 |
|
| 175 |
[ Joerg Hoh ]
|
| 176 |
* (nearly) all output should now use gettext
|
| 177 |
* deluser now removes also user crontabs
|
| 178 |
* added only-if-empty parameter to delgroup.conf (Closes: #347717)
|
| 179 |
* improved search for new uid/gid (thanks to Karl Rink) (Closes: #119597)
|
| 180 |
|
| 181 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Feb 2006 11:57:27 +0000
|
| 182 |
|
| 183 |
adduser (3.80) unstable; urgency=low
|
| 184 |
|
| 185 |
* Update Dutch (nl) program translation.
|
| 186 |
Thanks to Rob Snelders. (mh) Closes: #339875
|
| 187 |
* Fix typo in adduser man page and translations.
|
| 188 |
Thanks to A Costa. (mh) Closes: #340343
|
| 189 |
* Make Polish (pl) man pages actually included.
|
| 190 |
Update Polish (pl) program and manpage translation.
|
| 191 |
Thanks to Robert Luberda. (mh) Closes: #340327
|
| 192 |
* New Swedish (sv) program translation.
|
| 193 |
Thanks to Daniel Nylander. (mh) Closes: #340669
|
| 194 |
* New Swedish (sv) manpage translation, also from Daniel.
|
| 195 |
* Add addendum.template to aid manpage translators. Thanks to
|
| 196 |
Thomas Huriaux.
|
| 197 |
* Fix two typos in french manpage translator addenda. Thanks to
|
| 198 |
Thomas Huriaux.
|
| 199 |
|
| 200 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 29 Nov 2005 14:07:10 +0000
|
| 201 |
|
| 202 |
adduser (3.79) unstable; urgency=low
|
| 203 |
|
| 204 |
* Fix shadowless systems _again_.
|
| 205 |
Thanks to Matt Zimmerman. (mh) Closes: #339686
|
| 206 |
* remove double values from adduser.conf. (mh)
|
| 207 |
* Allow underscores in adduser.conf variable names.
|
| 208 |
Thanks to David Bishop and Edward J. Shornock. (mh) Closes: #339670
|
| 209 |
|
| 210 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 18 Nov 2005 17:29:46 +0000
|
| 211 |
|
| 212 |
adduser (3.78) unstable; urgency=low
|
| 213 |
|
| 214 |
[ Marc Haber ]
|
| 215 |
* Changes suggested by Denis Barbier
|
| 216 |
* po/Makefile: move -c down from xgettext definition to the actual call
|
| 217 |
* po/Makefile: Use a SOURCES variable. The old version caused
|
| 218 |
strings from deluser to be discarded.
|
| 219 |
* deluser: make generation of copyright message more translation
|
| 220 |
friendly
|
| 221 |
* hack gtx wrapper to not only export the first string into the
|
| 222 |
POT file.
|
| 223 |
* Add Brazilian Portuguese (pt_BR) manpage translation. Thanks to
|
| 224 |
Felipe Augusto van de Wiel. (mh)
|
| 225 |
* Add Portuguese (pt) debconf translation by Miguel Figueiredo and
|
| 226 |
Marco Ferra. (mh) Close: #336332
|
| 227 |
* Update French (fr) manpage translation. Thanks to
|
| 228 |
Thomas Huriaux. (mh) Closes: #336200
|
| 229 |
* Update Russian (ru) manpage, program and debconf template translation.
|
| 230 |
Thanks to Yuri Kozlov. (mh) Closes: #337080
|
| 231 |
* Fix typo in deluser.conf.5, hopefully without fuzzying
|
| 232 |
translations. Thanks to Felipe Augusto van de Wiel and to Thomas
|
| 233 |
Huriaux. (mh)
|
| 234 |
* remove wrong pt_PT manpage translation. (mh)
|
| 235 |
* Polish (pl) translation work by Robert Luberda. (mh) Closes: #335926
|
| 236 |
* initial man page translation
|
| 237 |
* updated translation of program
|
| 238 |
* updated translation of debconf templates
|
| 239 |
* debian/control: replace manpages-pl
|
| 240 |
* debian/rules + doc/po4a/po4a.conf: add support for Polish man pages
|
| 241 |
* debian/scripts/install_manpages: fail if the man file can't be
|
| 242 |
created
|
| 243 |
* debian/rules: correct man pages location for es and ru translations.
|
| 244 |
|
| 245 |
[ Joerg Hoh ]
|
| 246 |
* stricter checking on variables in configuration files (inspired by
|
| 247 |
#130751)
|
| 248 |
* documented --debug in adduser.8
|
| 249 |
* streamlined verbosity code, replaced calls to system() with systemcall()
|
| 250 |
(Closes: #336841), also changed the definition of the environment
|
| 251 |
variable VERBOSE; DEBUG is deprecated now (but still defined).
|
| 252 |
|
| 253 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 16 Nov 2005 13:26:03 +0000
|
| 254 |
|
| 255 |
adduser (3.77) unstable; urgency=low
|
| 256 |
|
| 257 |
[ Marc Haber ]
|
| 258 |
* call make -C po update clean in debian/rules clean.
|
| 259 |
Thanks to Eduard Bloch. (mh)
|
| 260 |
* invoke debconf-updatepo and po4a in clean target.
|
| 261 |
Thanks to Thomas Huriaux. (mh)
|
| 262 |
|
| 263 |
[ Joerg Hoh ]
|
| 264 |
* fixed bug in deluser which made not specified parameters valid
|
| 265 |
* backup files for users have a mask of 600 and ownership is set to root
|
| 266 |
only (Closes: #331720)
|
| 267 |
|
| 268 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 23 Oct 2005 18:41:21 +0000
|
| 269 |
|
| 270 |
adduser (3.76) experimental; urgency=low
|
| 271 |
|
| 272 |
* use xgettext -kgtx instead of -k_ to de-confuse xgettext
|
| 273 |
|
| 274 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:11:54 +0000
|
| 275 |
|
| 276 |
adduser (3.75) experimental; urgency=low
|
| 277 |
|
| 278 |
* apply patch from Thomas Huriaux to re-work manpage generation:
|
| 279 |
* remove doc/*.es_ES
|
| 280 |
* remove doc/outdated/
|
| 281 |
* create and populate doc/po4a/po
|
| 282 |
* add the addenda to doc/po4a directory
|
| 283 |
* modify the doc/po4a.conf file.
|
| 284 |
* adapt debian/rules
|
| 285 |
(mh) Closes: #335196.
|
| 286 |
* Changes suggested by Denis Barbier
|
| 287 |
* use YESEXPR in the yes/no question to help with non-english
|
| 288 |
languages
|
| 289 |
* call xgettext -c in po/Makefile
|
| 290 |
* Eliminate concatenated msgids building full sentences.
|
| 291 |
(mh) This hopefully solves #224301.
|
| 292 |
* Minor string changes. (mh)
|
| 293 |
|
| 294 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 22 Oct 2005 19:02:52 +0000
|
| 295 |
|
| 296 |
adduser (3.74) unstable; urgency=low
|
| 297 |
|
| 298 |
* Update German (de) debconf translation.
|
| 299 |
Thanks to Daniel Knabl. (mh) Closes: #326136
|
| 300 |
* Fix wrong bug number in 3.72 changelog regarding #333384.
|
| 301 |
|
| 302 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 20 Oct 2005 16:03:59 +0000
|
| 303 |
|
| 304 |
adduser (3.73) unstable; urgency=low
|
| 305 |
|
| 306 |
* make adduser consistent with documentation again. The option is
|
| 307 |
--disabled-password, not --disabled-passwd or --disabled_password.
|
| 308 |
Thanks to Colin Watson. (mh) Closes: #332815
|
| 309 |
|
| 310 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 19 Oct 2005 16:47:13 +0000
|
| 311 |
|
| 312 |
adduser (3.72) unstable; urgency=low
|
| 313 |
|
| 314 |
* add adduser.pot to SVN
|
| 315 |
* Update French (fr) program translation.
|
| 316 |
Thanks to Christian Perrier. (mh) Closes: #333384
|
| 317 |
* Created some shell scripts which are trying to act as a testsuite (jh)
|
| 318 |
* correct wrong "user UID" for system groups in manpage, reference
|
| 319 |
Debian Policy 9.2.2. Thanks to Faheem Mitha. (mh) Closes: #334315
|
| 320 |
* fix $verbose handling. (mh)
|
| 321 |
* global rename _ to gtx to un-break File::Find. (mh)
|
| 322 |
* internal change to config hash handling. (mh)
|
| 323 |
* remove double definition of get_users_groups. (mh)
|
| 324 |
* fix error message in addusertogroup. (mh)
|
| 325 |
|
| 326 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 18 Oct 2005 18:25:53 +0000
|
| 327 |
|
| 328 |
adduser (3.71) experimental; urgency=low
|
| 329 |
|
| 330 |
* Another small patch to po/Makefile to ease translation. Thanks,
|
| 331 |
again, to Thomas Huriaux.
|
| 332 |
* Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362
|
| 333 |
* Fix --disabled-passwd and --disabled-login. (mh) Closes: #332815
|
| 334 |
* Change create_homedir parameter processing. (jh)
|
| 335 |
|
| 336 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 8 Oct 2005 18:38:09 +0000
|
| 337 |
|
| 338 |
adduser (3.70) experimental; urgency=low
|
| 339 |
|
| 340 |
* The "Long Live Jörg" Release. Thanks for your tremendous help!
|
| 341 |
* Update Swedish (sv) debconf translation. Thanks to Daniel Nylander
|
| 342 |
and André Dahlqvist. (mh) Closes: #330258
|
| 343 |
* patches by Jörg Hoh:
|
| 344 |
- move common code regarding parameter and config file parsing to
|
| 345 |
AdduserCommon.pm
|
| 346 |
- put creation of home directory in a function
|
| 347 |
* Streamlining of print(f)/die(f) statements regarding quoting,
|
| 348 |
parenthesis and spaces. (mh/jh)
|
| 349 |
* Clarify error message if system group to be added does already
|
| 350 |
exist as a non-system group.
|
| 351 |
Thanks to Peter Eisentraut. (mh) Closes: #326192
|
| 352 |
* Move package from base to admin to clear up override disparity. (mh)
|
| 353 |
* patch po/Makefile to be nicer to translators.
|
| 354 |
Thanks to Thomas Huriaux. (mh) Closes: #331392
|
| 355 |
* Don't mess with nscd's pid file any more, just invalidate caches if
|
| 356 |
nscd binary is found. It will fail silently if nscd is installed but
|
| 357 |
not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian
|
| 358 |
Blank. (mh) Closes: #327804
|
| 359 |
|
| 360 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 3 Oct 2005 19:14:15 +0000
|
| 361 |
|
| 362 |
adduser (3.69) experimental; urgency=low
|
| 363 |
|
| 364 |
* the "please no more bugs from users of shadowless systems"
|
| 365 |
release. (mh) Closes: #327144
|
| 366 |
* versioned depends on passwd >> 1:4.0.12 because of the changed
|
| 367 |
chage exit code (now, 15) in the "shadow passwod not enabled"
|
| 368 |
case. Earlier versions return 3 or even a normal 1 in that case.
|
| 369 |
* shadowless setups do only work with adduser older than 3.64, or
|
| 370 |
with passwd younger than 1:4.0.12.
|
| 371 |
* make clear in 3.68 changelog that Jörg's patches were against adduser
|
| 372 |
* patches by Jörg Hoh:
|
| 373 |
- move common code to AdduserCommon.pm
|
| 374 |
- deluser: use GetOpt instead of manual option parsing
|
| 375 |
- deluser: restructure plausibility checks
|
| 376 |
- deluser: introduce "use strict"
|
| 377 |
* make adduser.conf.5 NAME_REGEX consistent with the code. Thanks to
|
| 378 |
Christoph Ulrich Scholler. Closes: #323395.
|
| 379 |
* show deluser that name_regex is a valid configuration directive.
|
| 380 |
Thanks to Christoph Ulrich Scholler. Closes: #324699.
|
| 381 |
* put new FSF street address in debian/copyright
|
| 382 |
|
| 383 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 8 Sep 2005 17:18:18 +0000
|
| 384 |
|
| 385 |
adduser (3.68) experimental; urgency=low
|
| 386 |
|
| 387 |
* adduser patches by Jörg Hoh:
|
| 388 |
- use GetOpt instead of manual option parsing
|
| 389 |
- restructure plausibility checks
|
| 390 |
- Comment update
|
| 391 |
- relaxed checking of configuration ("yes" is checked case
|
| 392 |
insensitively now)
|
| 393 |
- explicit return values
|
| 394 |
- reorder command line checks and make them more consistent
|
| 395 |
- add more comments
|
| 396 |
|
| 397 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 15 Aug 2005 20:13:28 +0000
|
| 398 |
|
| 399 |
adduser (3.67) unstable; urgency=low
|
| 400 |
|
| 401 |
* Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène
|
| 402 |
Trojette. (mh) Closes: #320756
|
| 403 |
* Update French (fr) manpages, introduce po4a to generate translated
|
| 404 |
manpages. Thanks to Nicolas François. Closes: #321614
|
| 405 |
* add dependency alternative debconf | debconf-2.0 to stop being a
|
| 406 |
cdebconf transition blocker. Thanks to Joey Hess for the heads-up.
|
| 407 |
|
| 408 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 12 Aug 2005 05:50:03 +0000
|
| 409 |
|
| 410 |
adduser (3.66) unstable; urgency=low
|
| 411 |
|
| 412 |
* Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951
|
| 413 |
* Fix primary group check which was broken due to wrong function name.
|
| 414 |
Thanks to Bastian Kleineidam. Closes: #319043
|
| 415 |
* Fix broken error message on chage non-zero exit code. Thanks to
|
| 416 |
Brian Nelson. Closes: #316089
|
| 417 |
* have get_group_members return a list when callers expect a list.
|
| 418 |
Thanks to Lukasz Czyczylo.
|
| 419 |
* add lintian override: adduser does not need to depend on adduser
|
| 420 |
to use adduser in maintainer scripts.
|
| 421 |
|
| 422 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 28 Jul 2005 05:34:56 +0000
|
| 423 |
|
| 424 |
adduser (3.65) unstable; urgency=low
|
| 425 |
|
| 426 |
* do not abort if chage returns exit code 3. This is an indication
|
| 427 |
that password aging cannot be set due to shadow not being enabled.
|
| 428 |
Closes: #316089, #317944.
|
| 429 |
* get_group_members now filters out non-existent users.
|
| 430 |
Closes: #284688, #315071, #315250
|
| 431 |
* Use getpwent to determine whether a to-be-deleted group is primary
|
| 432 |
group for users to enhance compatibility with non-/etc/passwd
|
| 433 |
backends. Closes: #308175
|
| 434 |
* Standards-Version: 3.6.2 (no changes needed)
|
| 435 |
|
| 436 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 15 Jul 2005 18:03:40 +0000
|
| 437 |
|
| 438 |
adduser (3.64) unstable; urgency=low
|
| 439 |
|
| 440 |
* The "bring the svn changes to unstable while not having time to
|
| 441 |
address the other valid bug reports" release.
|
| 442 |
* try Priority: - to avoid override disparities
|
| 443 |
* Updated Norwegian Bokmal debconf templates and program translations.
|
| 444 |
Thanks to Hans Fredrik Nordhaug. (mh) Closes: #298834
|
| 445 |
* Re-generate adduser.pot, fix gettext bugs in deluser. Thanks to
|
| 446 |
Hans Fredrik Nordhaug. (mh)
|
| 447 |
* Now handles /etc/skel correctly even if it is not readable for a
|
| 448 |
normal user. Thanks to Chapko Dimitrij. (mh) Closes: #299489
|
| 449 |
* Zap program synopsis comments from the beginning.
|
| 450 |
* Fix $ error in adduser.conf.5. Thanks to Kevin Ryde.
|
| 451 |
(mh) Closes: #300641
|
| 452 |
* Add Finnish debconf templates. Thanks to Matti Pöllä.
|
| 453 |
(mh) Closes: #303854
|
| 454 |
* Add Vietnamese debconf templates. Thanks to Clytie Siddall.
|
| 455 |
(mh) Closes: #307599
|
| 456 |
* Fix broken --disabled-login --disabled-password handling. Thanks
|
| 457 |
to Tokka Hastrup. (mh) Closes: #302837
|
| 458 |
* Use chage to override login.defs PASS_MAX_DAYS for system accounts.
|
| 459 |
Thanks to Gerhard Schrenk. (mh) Closes: #298883
|
| 460 |
* fix misdocumentation of system user password status.
|
| 461 |
Thanks to Shaul Karl. (mh) Closes: #308881
|
| 462 |
* add ubuntu patch to generate pot file during package build, and
|
| 463 |
fix two s_print/s_printf invocations in deluser.
|
| 464 |
Thanks to Martin Pitt. (mh) Closes: #313517
|
| 465 |
|
| 466 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 18 Jun 2005 17:09:56 +0000
|
| 467 |
|
| 468 |
adduser (3.63) unstable; urgency=low
|
| 469 |
|
| 470 |
* allow underscores again. Bug in the regexp. Thanks to Steve
|
| 471 |
Langasek.
|
| 472 |
|
| 473 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 04 Mar 2005 06:38:22 +0000
|
| 474 |
|
| 475 |
adduser (3.62) unstable; urgency=low
|
| 476 |
|
| 477 |
* Updated Ukrainian program translation. Thanks to
|
| 478 |
Eugeniy Meshcheryakov. (mh) Closes: #294244.
|
| 479 |
* Updated Catalan program translation. Thanks to Orestes Mas.
|
| 480 |
(mh) Closes: #295340.
|
| 481 |
|
| 482 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 17 Feb 2005 06:33:23 +0000
|
| 483 |
|
| 484 |
adduser (3.61) experimental; urgency=low
|
| 485 |
|
| 486 |
* make username verification regexp configurable. (mh)
|
| 487 |
Closes: #283110, #287535
|
| 488 |
|
| 489 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 7 Feb 2005 18:37:31 +0000
|
| 490 |
|
| 491 |
adduser (3.60) experimental; urgency=low
|
| 492 |
|
| 493 |
* adduser.conf manpage fixes. Thanks to Siward de Groot. (mh)
|
| 494 |
Closes: #268841.
|
| 495 |
* adduser manpage fixes. Thanks to Siward de Groot. (mh)
|
| 496 |
Closes: #268837.
|
| 497 |
* Fix docs wrongly suggesting home dirs created sgid. Thanks to
|
| 498 |
Shaul Karl. (mh) Closes: #286227.
|
| 499 |
* create /etc/skel symlinks with proper uid/gid. Thanks to Deepak
|
| 500 |
Goel. (mh) Closes: #268402.
|
| 501 |
* Apply manpage patch from Nicolas François. Thanks. (mh) Closes: #278937.
|
| 502 |
* Fix manpage typo. Thanks to Jari Aalto. (mh) Closes: #270266.
|
| 503 |
* Fix adduser manpage: Adding an already-existing system user issues
|
| 504 |
a warning. The manpage claims adduser will exit silently. (mh)
|
| 505 |
* Add Basque program and debconf translation. Thanks to Piarres Beobide
|
| 506 |
Egaña. (mh) Closes: #279659.
|
| 507 |
* Add new adduser.local examples directory by John Zaitseff. (mh)
|
| 508 |
Closes: #273010.
|
| 509 |
* Add Italian program translation. Thanks to Luca Monducci. (mh)
|
| 510 |
Closes: #271142.
|
| 511 |
* Add a new config option NO_DEL_PATHS to deluser.conf with a
|
| 512 |
sensible default in the deluser source code. In the default
|
| 513 |
configuration, deluser will not zap any important system directories
|
| 514 |
any more. Thanks to Ernst Kloppenburg and Klaus Ethgen. (mh)
|
| 515 |
Closes: #293559, #271829
|
| 516 |
* deluser will now stop deleting at a mount point. Thanks to Andreas
|
| 517 |
Schmidt. (mh) Closes: #231809
|
| 518 |
|
| 519 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 5 Feb 2005 14:22:20 +0000
|
| 520 |
|
| 521 |
adduser (3.59) unstable; urgency=low
|
| 522 |
|
| 523 |
* Updated Danish program translation. Thanks to Morten Brix
|
| 524 |
Pedersen. (mh) Closes: #262336.
|
| 525 |
* Updated Czech program translation. Thanks to Miroslav Kure. (mh)
|
| 526 |
Closes: #261860.
|
| 527 |
* Updated Russian program and debconf translation. Thanks to Yuri
|
| 528 |
Kozlov. (mh)
|
| 529 |
* Updated Ukrainian program and debconf translation. Thanks to
|
| 530 |
Eugeniy Meshcheryakov. (mh) Closes: #261635.
|
| 531 |
|
| 532 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 30 Jul 2004 18:15:55 +0000
|
| 533 |
|
| 534 |
adduser (3.58) unstable; urgency=low
|
| 535 |
|
| 536 |
* fix inconsistent hyphenation in man pages. Thanks to Clint Adams.
|
| 537 |
(mh) Closes: #259000.
|
| 538 |
* Applied patch for German debconf translation by Florian Ernst.
|
| 539 |
(rb) Closes: #261236.
|
| 540 |
* Applied patch for Dutch debconf translation by cobaco.
|
| 541 |
(mh) Closes: #261338.
|
| 542 |
* Applied patch to tidy up the English program translations. Thanks
|
| 543 |
to Adam D. Barratt. A request e-mail to the translators asking them to
|
| 544 |
review the changes to their translation has been sent out.
|
| 545 |
(mh) Closes: #260265.
|
| 546 |
* Updated Catalan translations by Jordi Mallach <jordi@debian.org>.
|
| 547 |
|
| 548 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 26 Jul 2004 21:11:40 +0200
|
| 549 |
|
| 550 |
adduser (3.57) unstable; urgency=low
|
| 551 |
|
| 552 |
* Roland Bauerschmidt:
|
| 553 |
* Updated Spanish Debconf translations. Thanks to Carlos Valdivia
|
| 554 |
Yagüe <valyag@dat.etsit.upm.es>. Closes: #251321.
|
| 555 |
* Updated Czech Debconf translations. Thanks to Miroslav Kure
|
| 556 |
<kurem@upcase.inf.upol.cz>. Closes: #251677.
|
| 557 |
* Marc Haber:
|
| 558 |
* Remove XSI:isms from debian/config. Thanks to David Weinehall.
|
| 559 |
Closes: #254776.
|
| 560 |
* Set Maintainer: to the adduser-devel mailing list, Roland is
|
| 561 |
uploader.
|
| 562 |
|
| 563 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 20 Jun 2004 12:14:43 +0000
|
| 564 |
|
| 565 |
adduser (3.56) unstable; urgency=low
|
| 566 |
|
| 567 |
* Marc Haber:
|
| 568 |
* Applied patch against pt_BR debconf template translation. Thanks
|
| 569 |
to Adnre Luis Lopes <andrelop@debian.org>. Closes: #251280.
|
| 570 |
* The "Alle Guten Dinge sind Drei" release.
|
| 571 |
|
| 572 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 20:02:59 +0000
|
| 573 |
|
| 574 |
adduser (3.55) unstable; urgency=low
|
| 575 |
|
| 576 |
* Marc Haber:
|
| 577 |
* Applied patch against pt_BR translation. Thanks to Andre Luis
|
| 578 |
Lopes <andrelop@debian.org>. Closes: #251269.
|
| 579 |
* The "why do new translations always come in six hours after the
|
| 580 |
last upload" release.
|
| 581 |
|
| 582 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 19:23:28 +0000
|
| 583 |
|
| 584 |
adduser (3.54) unstable; urgency=low
|
| 585 |
|
| 586 |
* Marc Haber:
|
| 587 |
* Added Italian debconf templates. Thanks to Luca Monducci.
|
| 588 |
Closes: #248007.
|
| 589 |
|
| 590 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 27 May 2004 13:43:01 +0000
|
| 591 |
|
| 592 |
adduser (3.53) unstable; urgency=low
|
| 593 |
|
| 594 |
* Marc Haber:
|
| 595 |
* fix deluser to allow exotic characters like "+" in the version
|
| 596 |
string by quoting VERSION.
|
| 597 |
* Updated Spanish man pages. Thanks to Ruben Porras. Closes: #241087.
|
| 598 |
* Updated French man page for adduser.conf. Thanks to Julien
|
| 599 |
Louis. Closes: #244639.
|
| 600 |
* Updated French debconf templates. Thanks to Christian Perrier.
|
| 601 |
Closes: #241508.
|
| 602 |
* Updated Japanese debconf templates. Thanks to Kenshi Muto.
|
| 603 |
Closes: #241805.
|
| 604 |
* Updated Danish debconf templates. Thanks to Claus Hindsgaul.
|
| 605 |
Closes: #241845.
|
| 606 |
* Updated Ukrainian debconf templates. Thanks to Eugeniy
|
| 607 |
Meshcheryakov. Closes: #241851.
|
| 608 |
* Added Greek debconf templates. Thanks to Konstantinos
|
| 609 |
Margaritis. Closes: #243555.
|
| 610 |
* Updated Danish translations. Thanks to Morten Brix Pedersen.
|
| 611 |
Closes: #243078.
|
| 612 |
* Updated German translations. Thanks to Florian Ernst. Closes:
|
| 613 |
#244091.
|
| 614 |
* rename no.po to nb.po to shut up a warning.
|
| 615 |
|
| 616 |
|
| 617 |
* Roland Bauerschmidt:
|
| 618 |
* Updated French translations. Thanks to Christian Perrier.
|
| 619 |
Closes: #242773.
|
| 620 |
|
| 621 |
-- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 8 May 2004 11:08:20 +0000
|
| 622 |
|
| 623 |
adduser (3.52) unstable; urgency=low
|
| 624 |
|
| 625 |
* Roland Bauerschmidt:
|
| 626 |
* Removed junk from po/nb.po.
|
| 627 |
* Updated Brazilian Portuguese translation of the Debconf
|
| 628 |
templates by Andre Luis Lopes <andrelop@debian.org>.
|
| 629 |
Closes: #207944.
|
| 630 |
* Updated Catalan translations by Jordi Mallach <jordi@debian.org>
|
| 631 |
Closes: #190631.
|
| 632 |
* Updated Dutch translation of the Debconf templates by
|
| 633 |
cobaco@linux.be. Closes: #215364.
|
| 634 |
* Fixed POT file generation, patch provided by Eugeniy Meshcheryakov
|
| 635 |
<eugen@univ.kiev.ua>. Closes: #233285.
|
| 636 |
The "-L Perl" is added to xgettext, which imposes a versioned
|
| 637 |
dependency on gettext >= 0.13.
|
| 638 |
* Updated Swedish translation of the Debconf templates by
|
| 639 |
Leonard Norrgard <vinsci@refactor.fi>. Closes: #230381.
|
| 640 |
* Fixed a typo in Spanish translation, reported by Jesus Roncero
|
| 641 |
<jesus@roncero.org>. Closes: #223828.
|
| 642 |
* Updated Danish translation by Morten Brix Pedersen <morten@wtf.dk>.
|
| 643 |
Closes: #216420.
|
| 644 |
* Added Simplified Chinese translations, both for programs and
|
| 645 |
Debconf templates, by Carlos Z.F. Liu <carlos_liu@yahoo.com>.
|
| 646 |
Closes: #230651.
|
| 647 |
* Added Czech translations, both for programs and Debconf templates, by
|
| 648 |
Miroslav Kure <kurem@upcase.inf.upol.cz>. Closes: #232062.
|
| 649 |
* Added Ukranian translations, both for programs and Debconf templates,
|
| 650 |
by Eugeniy Meshcheryakov <eugen@univ.kiev.ua>. Closes: #233552.
|
| 651 |
* Applied patch by Denis Barbier <barbier@debian.org> for most translation
|
| 652 |
related changes. Thanks a lot for the help. Closes: #236494.
|
| 653 |
|
| 654 |
* Marc Haber:
|
| 655 |
* add myself to Uploaders: and debian/copyright.
|
| 656 |
* modify changelog to see who did which change.
|
| 657 |
* fix adduser.8 to correctly document adduser --system --group.
|
| 658 |
Renamed translated adduser.8 man pages after discussion on
|
| 659 |
#debian-devel. Closes: #239236. Closes: #219438.
|
| 660 |
* addgroup --system does no longer fail if system group already
|
| 661 |
exists. Closes: #239238.
|
| 662 |
* adduser now gives clearer error messages when user/group to be
|
| 663 |
created as system user/group already exists as non-system.
|
| 664 |
Thanks to Henrique de Moraes Holschuh. Closes: #143738.
|
| 665 |
* add --system option to deluser. Adapt man pages. Rename
|
| 666 |
translated man pages. Closes: #239261.
|
| 667 |
* add --home option to deluser. Adapt man page. Closes: #239376
|
| 668 |
* adapt deluser's systemcall() to honor --debug
|
| 669 |
* add --only-if-empty switch to delgroup. Adapt man page.
|
| 670 |
Closes: #239579
|
| 671 |
* delgroup will of course delete non-system groups, contrary to
|
| 672 |
comments and docs. Fix comments and docs
|
| 673 |
* Improve warnings regarding --no-create-home. Thanks to Chris
|
| 674 |
Halls. Closes: #141016.
|
| 675 |
* deluser: Check for existing $pw_homedir before find to avoid
|
| 676 |
warning if home dir not present.
|
| 677 |
* fix debconf UI reference in templates. Thanks to Joey Hess.
|
| 678 |
Closes: #215025.
|
| 679 |
* fix german debconf template.
|
| 680 |
* capitalize default choice N in correctness prompt of code and
|
| 681 |
po files. Thanks to Justin B Rye. Closes: #238807.
|
| 682 |
* Add turkish po-debconf translation. Thanks to Recai Oktas.
|
| 683 |
Closes: #239140.
|
| 684 |
* Include alioth link and mailing list to package description.
|
| 685 |
* add --backup-to parameter to deluser. Closes: #138618.
|
| 686 |
* Include updated Swedish translation of debconf template. Thanks
|
| 687 |
to André Dahlqvist. Closes: #238923.
|
| 688 |
* recode changelog to utf-8.
|
| 689 |
* honor setgid_home for directories in /etc/skel. Thanks to Jeff
|
| 690 |
Tranter. Closes: #158370.
|
| 691 |
* use temporary file for backup file list. Thanks to Christoph
|
| 692 |
Ulrich Scholler. Closes: #230364. Closes: #230360.
|
| 693 |
* hand down --quiet and --debug settings to adduser.local. Thanks
|
| 694 |
to Karl M. Hegbloom. Closes: #240103. Closes: #156013.
|
| 695 |
* Standards-Version: 3.6.1
|
| 696 |
|
| 697 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 28 Mar 2004 17:57:26 +0200
|
| 698 |
|
| 699 |
adduser (3.51) unstable; urgency=low
|
| 700 |
|
| 701 |
* Switched to po-debconf. Thanks to Christian Perrier
|
| 702 |
<bubulle@debian.org> for the patch! Closes: #198021.
|
| 703 |
* Include the Norwegian (bokmaal) translation by Geir Helland
|
| 704 |
<debian@marked.no>. Closes: #196981.
|
| 705 |
* Include the Brazilian Portuguese translations of the
|
| 706 |
manpages by Philipe Gaspar <philipegaspar@terra.com.br>.
|
| 707 |
Closes: #194375.
|
| 708 |
* Include the Spanish manpages by Ruben Porras
|
| 709 |
<nahoo82@telefonica.net>. Closes: #195437.
|
| 710 |
* Remove duplicate word in adduser.conf.5. Closes: #191863.
|
| 711 |
|
| 712 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 28 Aug 2003 20:59:52 +0200
|
| 713 |
|
| 714 |
adduser (3.50) unstable; urgency=low
|
| 715 |
|
| 716 |
* Move /usr/share/doc/adduser/examples/adduser.conf to
|
| 717 |
/usr/share/adduser/adduser.conf. Closes: #189758, #167696.
|
| 718 |
* Fixed documentation as regards creating system resp. user
|
| 719 |
groups. Closes: #168913.
|
| 720 |
|
| 721 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 20 Apr 2003 15:01:47 +0200
|
| 722 |
|
| 723 |
adduser (3.49) unstable; urgency=low
|
| 724 |
|
| 725 |
* Updated Standards-Version.
|
| 726 |
* Don't create /usr/doc symlink.
|
| 727 |
* Added Danish translation of the po file. Closes: #122670.
|
| 728 |
* Updated French translation of the Debconf template. Closes: #132381.
|
| 729 |
* Updated Russion translation of the po file. Closes: #121098.
|
| 730 |
* Added Catalan translation of the po file. Closes: #171800.
|
| 731 |
* Added French translation of adduser.conf manpage. Closes: #166084.
|
| 732 |
|
| 733 |
-- Roland Bauerschmidt <rb@debian.org> Tue, 24 Dec 2002 11:46:46 +0100
|
| 734 |
|
| 735 |
adduser (3.48) unstable; urgency=low
|
| 736 |
|
| 737 |
* Applied patch from Dagfinn Ilmari to honor --system when adding groups.
|
| 738 |
Closes: #149765.
|
| 739 |
* Use full paths of shadow tools. Closes: #154799.
|
| 740 |
* Fixed bad entry in debian/templates.
|
| 741 |
|
| 742 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 30 Aug 2002 21:55:43 +0200
|
| 743 |
|
| 744 |
adduser (3.47) woody-proposed-updates unstable; urgency=medium
|
| 745 |
|
| 746 |
* Really added Japanese debconf-templates. Sorry for that. Closes: #137291.
|
| 747 |
* deluser: eval for File::Find to catch errors if perl-modules isn't
|
| 748 |
installed. Closes: #136291.
|
| 749 |
* Updated German po file.
|
| 750 |
* Switched to use warnings; (rather than perl -w).
|
| 751 |
|
| 752 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 24 Mar 2002 17:11:53 +0100
|
| 753 |
|
| 754 |
adduser (3.46) woody-proposed-updates unstable; urgency=low
|
| 755 |
|
| 756 |
* generate md5sums.
|
| 757 |
* Corrected typo in adduser.8. Closes: #135444.
|
| 758 |
* Updated Japanese po-file. Closes: #137291, #137390.
|
| 759 |
* Fixed wording in adduser.8. Closes: #130252.
|
| 760 |
|
| 761 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 22 Mar 2002 15:06:15 +0100
|
| 762 |
|
| 763 |
adduser (3.45) woody-proposed-updates unstable; urgency=HIGH
|
| 764 |
|
| 765 |
* Uploading to woody-proposed-updates as since version 3.42 some
|
| 766 |
fixes were made I really want to get have in woody. They are quite
|
| 767 |
unlikely to break stuff.
|
| 768 |
|
| 769 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 15 Dec 2001 15:46:15 +0100
|
| 770 |
|
| 771 |
adduser (3.44) unstable; urgency=HIGH
|
| 772 |
|
| 773 |
* Quote $RET in debian/postinst. This seems to fix errors when
|
| 774 |
upgrading. Closes: #122606.
|
| 775 |
|
| 776 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 5 Dec 2001 23:13:54 +0100
|
| 777 |
|
| 778 |
adduser (3.43) unstable; urgency=low
|
| 779 |
|
| 780 |
* get ready for the freeze
|
| 781 |
* Fixed malformated line in the description and rephrased some parts.
|
| 782 |
Closes: #114932. Also changed 'gecos' to 'GECOS field' as discussed
|
| 783 |
on -devel.
|
| 784 |
* Updated adduser.8 that dashes in usernames are valid without
|
| 785 |
--force-badname as well. Closes: #116118
|
| 786 |
* Made --firstuid and --lastuid work without usergroups as well. Oops.
|
| 787 |
Closes: #118720.
|
| 788 |
* Updated Russion Debconf template. Closes: #112651.
|
| 789 |
* Changed Build-Depends to Build-Depends-Indep.
|
| 790 |
|
| 791 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 29 Nov 2001 14:25:33 +0100
|
| 792 |
|
| 793 |
adduser (3.42) unstable; urgency=low
|
| 794 |
|
| 795 |
* If --no-create-home is specified, adduser doesn't warn about an
|
| 796 |
existing home directory anymore.
|
| 797 |
* Also fixed some stupid mistake so that the verbose information that
|
| 798 |
a system user already exists is printed probably. Closes: #112477.
|
| 799 |
* Fixed broken reference to /usr/share/common-licenses/GPL in
|
| 800 |
debian/copyright.
|
| 801 |
* Removed emacs stuff from debian/changelog.
|
| 802 |
* It should possible to translate [y/n] now. Updated
|
| 803 |
Brazilian/Portuguese and German translations for this. Closes: #108919.
|
| 804 |
* Added Dutch translation of the .po file. Closes: #111305.
|
| 805 |
* Updated debian/control to represent the change in the overrides file
|
| 806 |
from priority standard to important.
|
| 807 |
|
| 808 |
-- Roland Bauerschmidt <rb@debian.org> Mon, 17 Sep 2001 15:15:02 +0200
|
| 809 |
|
| 810 |
adduser (3.41) unstable; urgency=low
|
| 811 |
|
| 812 |
* Home directories should be removed properly now. Before @dirs is
|
| 813 |
processed, it is first sorted in reverse order to ensure and
|
| 814 |
sub directories are process before their parent directories.
|
| 815 |
Closes: #102929.
|
| 816 |
* Don't copy *.dpkg-* files from skel. Closes: #105453.
|
| 817 |
* Fixed Polish Debconf templates file. Closes: #107764.
|
| 818 |
* There won't be much more new development except bugfixes in the
|
| 819 |
current adduser version since I'm working on a rewrite with a more
|
| 820 |
flexible design.
|
| 821 |
|
| 822 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 11 Aug 2001 11:08:14 +0200
|
| 823 |
|
| 824 |
adduser (3.40) unstable; urgency=low
|
| 825 |
|
| 826 |
* Added Polish translation of Debconf templates files and .po file.
|
| 827 |
Closes: #103037, #103305.
|
| 828 |
* #102929 is unfortunately not fixed yet. I'll work on that when I'm
|
| 829 |
back from vacation.
|
| 830 |
|
| 831 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 12 Jul 2001 15:15:39 +0200
|
| 832 |
|
| 833 |
adduser (3.39) unstable; urgency=medium
|
| 834 |
|
| 835 |
* Last upload was rejected because of broken dpkg-dev, and since
|
| 836 |
I don't have my key here at LSM, this package is uploaded by
|
| 837 |
Martin Michlmayr...
|
| 838 |
* Debconf stuff and /etc/adduser.conf is purged in postrm if the
|
| 839 |
package is purged. Closes: #101811.
|
| 840 |
* Fixed typo (NISERVER instead of NISCONFIG) in AdduserCommon.pm.
|
| 841 |
Closes: #101900.
|
| 842 |
* adduser.conf is only modified if the value entered through debconf
|
| 843 |
actually changed from the current value in adduser.conf.
|
| 844 |
Closes: #101027.
|
| 845 |
* Added Danisch translation of Debconf templates file.
|
| 846 |
Closes: #100285.
|
| 847 |
* Fixed typo in adduser.8. Closes: #103085.
|
| 848 |
|
| 849 |
-- Roland Bauerschmidt <rb@debian.org> Tue, 3 Jul 2001 14:06:47 +0200
|
| 850 |
|
| 851 |
adduser (3.38) unstable; urgency=low
|
| 852 |
|
| 853 |
* Added Korean translation of Debconf templates files and updated
|
| 854 |
.po file. Closes: #100648.
|
| 855 |
|
| 856 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 14 Jun 2001 11:02:53 +0200
|
| 857 |
|
| 858 |
adduser (3.37) unstable; urgency=medium
|
| 859 |
|
| 860 |
* -h now does the same as --help. Closes: #98789.
|
| 861 |
* make -C /var/yp is only called if adduser is run on a NIS server.
|
| 862 |
Thanks to Herbert Xu and Miquel van Smoorenburg for their helpful
|
| 863 |
tips on how to check this most reliable. Currently this is done
|
| 864 |
everytime invalidate_nscd() is called which probably doesn't
|
| 865 |
improve the performance a lot. :-/ I couldn't figure out if there
|
| 866 |
are static variable (like in the C function scope), and using a
|
| 867 |
global variable is not optimal either. We have too much of that old
|
| 868 |
cruft anyway which should be cleaned up. Should be improved later.
|
| 869 |
Closes: #97981.
|
| 870 |
|
| 871 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 27 May 2001 20:34:00 -0500
|
| 872 |
|
| 873 |
adduser (3.36) unstable; urgency=medium
|
| 874 |
|
| 875 |
* The "I hope it resolves NIS issues" release
|
| 876 |
* make -C /var/yp is called when invalidating nscd cache. Thanks to
|
| 877 |
Juergen Fischer for testing. Closes: #22412
|
| 878 |
* Included example adduser.local script from John Zaitseff.
|
| 879 |
Closes: #94245
|
| 880 |
|
| 881 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 9 May 2001 16:28:02 -0500
|
| 882 |
|
| 883 |
adduser (3.35) unstable; urgency=low
|
| 884 |
|
| 885 |
* Removed unnecessary dependency on perl since perl-base should be
|
| 886 |
sufficient. Thanks to Joey Hess for pointing that out. I suspect
|
| 887 |
we need a versioned dependency on perl-base though since older
|
| 888 |
perl versions don't look in /usr/share/perl5.
|
| 889 |
* Updated usage text for --shell and --disabled-login options.
|
| 890 |
|
| 891 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 6 May 2001 16:16:06 -0500
|
| 892 |
|
| 893 |
adduser (3.34) unstable; urgency=low
|
| 894 |
|
| 895 |
* Temporary fix for French translation to display [y/n] instead of
|
| 896 |
[o/n] when asking if chfn information is correct since the yes
|
| 897 |
thing is hard-coded at the moment. At the moment the best solution
|
| 898 |
I can think of would be having a "yes" and "no" in the .po files
|
| 899 |
and grabbing the first letter to generate [o/n] for French e.g.
|
| 900 |
Closes: #87596.
|
| 901 |
* Added Romanian translation of Debconf translates. Closes: #93601.
|
| 902 |
* Added a sentence to Debconf template homedir-permission that it
|
| 903 |
only affects users added later, and syncronised the German template
|
| 904 |
for this change. Closes: #88292.
|
| 905 |
* Adduser now understands --shell to override the login shell specified
|
| 906 |
in the configuration file. adduser.8 is updated, too.
|
| 907 |
* Added new options --disabled-login which does what
|
| 908 |
--disabled-password previously did. --disabled-password not sets the
|
| 909 |
password to '*' in the shadow file and thus logins via SSH RSA keys
|
| 910 |
e.g. are still possible. Closes: #77817.
|
| 911 |
* Got rid of bashism in debian/rules
|
| 912 |
|
| 913 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 3 May 2001 19:39:18 -0500
|
| 914 |
|
| 915 |
adduser (3.33) unstable; urgency=low
|
| 916 |
|
| 917 |
* Added Dutch translation of Debconf templates. Closes: #83535.
|
| 918 |
* Added Brazilian-Portuguese translation of Debconf templates.
|
| 919 |
Closes: #89441.
|
| 920 |
* Removed doc/Makefile which shouldn't have been there. Argh.
|
| 921 |
* Added some code to build the manpage hierarchive including
|
| 922 |
localised manpages automatically.
|
| 923 |
|
| 924 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 21 Mar 2001 19:14:49 -0600
|
| 925 |
|
| 926 |
adduser (3.32) unstable; urgency=low
|
| 927 |
|
| 928 |
* Moved AdduserCommon.pm to /usr/share/perl5/Debian/.
|
| 929 |
* Depends on perl instead of perl5 due to Perl changes.
|
| 930 |
|
| 931 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 15 Feb 2001 20:17:56 -0600
|
| 932 |
|
| 933 |
adduser (3.31) unstable; urgency=low
|
| 934 |
|
| 935 |
* Fixed typo in deluser.8. Closes: #85830.
|
| 936 |
* Updated Russian translation of po file, added translation of Debconf
|
| 937 |
templates, and translated manpages from Yuri Kozlov
|
| 938 |
<y_kozlov@chat.ru>.
|
| 939 |
* Updated French translations of po file. Closes: #85758.
|
| 940 |
* Added Spanish translation of Debconf templates. Closes: #84412.
|
| 941 |
* Removed lintian overrides file.
|
| 942 |
|
| 943 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 15 Feb 2001 19:33:35 -0600
|
| 944 |
|
| 945 |
adduser (3.30) unstable; urgency=low
|
| 946 |
|
| 947 |
* Added French translation of Debconf templates. Closes: #83253.
|
| 948 |
* Added Norwegian translation of Debconf templates. Closes: #83351.
|
| 949 |
* Added Swedish translation of Debconf templates. Closes: #83367.
|
| 950 |
|
| 951 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 24 Jan 2001 16:57:06 -0600
|
| 952 |
|
| 953 |
adduser (3.29) unstable; urgency=low
|
| 954 |
|
| 955 |
* /etc/adduser.conf is not marked as a conffile anymore. Instead, it
|
| 956 |
is moved to /usr/share/doc/adduser/examples/adduser.conf and will
|
| 957 |
be copied in postinst if it does not exist already.
|
| 958 |
* Fixed another error in postinst when receiving the status if DIR_MODE
|
| 959 |
was changed in /etc/adduser.conf.
|
| 960 |
* Debconf template now talks about "system wide readable homedirs",
|
| 961 |
instead of world-wide ones. This description is more appropriate.
|
| 962 |
Closes: #81812
|
| 963 |
* Added German translation for the Debconf template.
|
| 964 |
* Added explaination to adduser.8 that if invoked with --system and
|
| 965 |
the given parameters match with the password file, adduser exists
|
| 966 |
silently. Closes: #81300.
|
| 967 |
|
| 968 |
-- Roland Bauerschmidt <rb@debian.org> Mon, 15 Jan 2001 22:54:54 -0600
|
| 969 |
|
| 970 |
adduser (3.28) unstable; urgency=low
|
| 971 |
|
| 972 |
* deluser: Fixed tar -I problem. Now the files are first 'tar'ed and
|
| 973 |
then compressed with bzip2 or gzip.
|
| 974 |
* deluser: Homedirectory is now backup probably using File::Find::find
|
| 975 |
* adduser: Introduced the options --firstuid and --lastuid similar to
|
| 976 |
the patch in BTS. Closes: #81352.
|
| 977 |
|
| 978 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 7 Jan 2001 13:15:07 -0600
|
| 979 |
|
| 980 |
adduser (3.27) unstable; urgency=low
|
| 981 |
|
| 982 |
* Fixed nscd variable scope problem: $nscd, holding the path to the
|
| 983 |
nscd binary was defined 'my' inside an if-construct.
|
| 984 |
* Type in manpage deluser.8 fixed and some a sentence on how the
|
| 985 |
compression method is chosen in deluser added to deluser.conf.5
|
| 986 |
|
| 987 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 20 Dec 2000 23:57:17 -0600
|
| 988 |
|
| 989 |
adduser (3.26) unstable; urgency=low
|
| 990 |
|
| 991 |
* deluser: when using remove_all_files and backup, deluser does not
|
| 992 |
backup directories anymore. Closes: #79791.
|
| 993 |
|
| 994 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 17 Dec 2000 01:20:08 -0600
|
| 995 |
|
| 996 |
adduser (3.25) unstable; urgency=high
|
| 997 |
|
| 998 |
* adduser: checks for nscd in /usr/bin/nscd and /usr/sbin/nscd.
|
| 999 |
* adduser: nscd is invoked with system instead of systemcall, thus
|
| 1000 |
adduser doesn't clean up in case nscd returned an error. Closes: #77927.
|
| 1001 |
* adduser: if invoked with --system and the uid is correct, adduser
|
| 1002 |
exits silently and thus makes it easier for postinsts to make sure
|
| 1003 |
that there will be a user with correct parameters. Closes: #79371.
|
| 1004 |
* deluser: security bug for option REMOVE_ALL_FILES fixed. rm was
|
| 1005 |
invoked insecurely, like system("rm $files"). rm is no longer used to
|
| 1006 |
delete files, but they are directly unlink()ed. Closes: #79526.
|
| 1007 |
* deluser: external find call for searching for the users files when
|
| 1008 |
using REMOVE_ALL_FILES is replaced through File::Find::find()
|
| 1009 |
* deluser: insecure calling of tar fixed. This was the same problem as
|
| 1010 |
with rm.
|
| 1011 |
|
| 1012 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 25 Nov 2000 14:28:25 -0600
|
| 1013 |
|
| 1014 |
adduser (3.24) unstable; urgency=low
|
| 1015 |
|
| 1016 |
* Depends on perl5 now. Yeah, finally we can do that. Closes: #76850
|
| 1017 |
* Added Debconf interface to configure the standard homedir
|
| 1018 |
permissions
|
| 1019 |
* Arghh. Priority finally changed to standard.
|
| 1020 |
|
| 1021 |
-- Roland Bauerschmidt <rb@debian.org> Mon, 13 Nov 2000 21:49:01 -0600
|
| 1022 |
|
| 1023 |
adduser (3.23) unstable; urgency=low
|
| 1024 |
|
| 1025 |
* Downgraded priority to standard.
|
| 1026 |
* Integrated patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>.
|
| 1027 |
Closes: #75915
|
| 1028 |
|
| 1029 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 3 Nov 2000 18:07:29 -0600
|
| 1030 |
|
| 1031 |
adduser (3.22) unstable; urgency=low
|
| 1032 |
|
| 1033 |
* Depends on perl-5.005-base instead of perl-base. Closes: #75679.
|
| 1034 |
|
| 1035 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 26 Oct 2000 19:20:37 -0500
|
| 1036 |
|
| 1037 |
adduser (3.21) unstable; urgency=low
|
| 1038 |
|
| 1039 |
* NSCD problems fixed. Adduser didn't invalidate the nscd group
|
| 1040 |
cache after adding the group for a system user.
|
| 1041 |
Closes: #68907, #70020, #65643
|
| 1042 |
* TODO now indicates that the development of /new/ features
|
| 1043 |
happens in the adduser 4 tree now.
|
| 1044 |
|
| 1045 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 25 Oct 2000 19:55:54 -0500
|
| 1046 |
|
| 1047 |
adduser (3.20) unstable; urgency=low
|
| 1048 |
|
| 1049 |
* does not depend on perl5 anymore but on perl-base and suggests
|
| 1050 |
liblocale-gettext-perl. Closes: #72226.
|
| 1051 |
|
| 1052 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 23 Sep 2000 03:38:07 -0500
|
| 1053 |
|
| 1054 |
adduser (3.19) unstable; urgency=low
|
| 1055 |
|
| 1056 |
* Fixed path of nscd. Closes: #71011
|
| 1057 |
|
| 1058 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 6 Sep 2000 18:35:49 -0500
|
| 1059 |
|
| 1060 |
adduser (3.18) unstable; urgency=low
|
| 1061 |
|
| 1062 |
* checks if nscd is running before trying to invalidate the cache,
|
| 1063 |
Closes: #70642, #69326
|
| 1064 |
|
| 1065 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 31 Aug 2000 09:58:57 -0500
|
| 1066 |
|
| 1067 |
adduser (3.17) unstable; urgency=low
|
| 1068 |
|
| 1069 |
* Fixed Build-Depends. Closes: #70067
|
| 1070 |
|
| 1071 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 27 Aug 2000 19:03:13 -0500
|
| 1072 |
|
| 1073 |
adduser (3.16) unstable; urgency=low
|
| 1074 |
|
| 1075 |
* Included Russian translation from Peter Novodvorsky <petya@logic.ru>
|
| 1076 |
* Changed reference to GPL from /usr/doc/copyright/GPL to
|
| 1077 |
/usr/share/common-licenses/GPL. Closes: #69014
|
| 1078 |
|
| 1079 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 30 Jul 2000 14:26:34 +0200
|
| 1080 |
|
| 1081 |
adduser (3.15) unstable; urgency=low
|
| 1082 |
|
| 1083 |
* deluser: perl is executed with -w now
|
| 1084 |
* system_call moved back from AdduserCommon.pm to adduser and deluser
|
| 1085 |
- system_call in adduser runs cleanup() on errors.
|
| 1086 |
- system_call in deluser dies on errors directly.
|
| 1087 |
* adduser: fixed the problem that adduser creates home with totally
|
| 1088 |
wrong permissions if adduser.conf is old (closes: #66583)
|
| 1089 |
|
| 1090 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 16 Jun 2000 18:06:18 +0200
|
| 1091 |
|
| 1092 |
adduser (3.14) unstable; urgency=low
|
| 1093 |
|
| 1094 |
* adduser has a better handling for nscd now. Instead of simply
|
| 1095 |
stopping nscd before changes and starting it again after changes,
|
| 1096 |
adduser invalidates the caches before and after changes now.
|
| 1097 |
(closes: #54726)
|
| 1098 |
* deluser invalidates nscd caches after changes, too.
|
| 1099 |
* new Portugese/Brazilian translation for adduser and deluser by
|
| 1100 |
Cesar Eduardo Barros <cesarb@nitnet.com.br>
|
| 1101 |
* adding and removing users to/from a group is now done with gpasswd
|
| 1102 |
instead of usermod. This prevents adduser and deluser from not
|
| 1103 |
adding "NISed" users to a group (closes: #57573)
|
| 1104 |
* functions used in both adduser and deluser moved to AdduserCommon.pm
|
| 1105 |
|
| 1106 |
-- Roland Bauerschmidt <rb@debian.org> Tue, 6 Jun 2000 12:24:46 +0200
|
| 1107 |
|
| 1108 |
adduser (3.13) unstable; urgency=low
|
| 1109 |
|
| 1110 |
* Merged seperate .po-files for adduser and deluser into one
|
| 1111 |
* Added Brazilian translation for adduser (closes: #53912), thanks to
|
| 1112 |
Cesar Eduardo Barros <cesarb@web4u.com.br>
|
| 1113 |
* Added Spanish translation for adduser and deluser (closes: #44902),
|
| 1114 |
thanks to Nicolás Lichtmaier <nick@debian.org>
|
| 1115 |
* Added Korean translation for adduser (closes: #46836), thanks to
|
| 1116 |
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
|
| 1117 |
* Worked patch from #52048 into adduser (closes: #52048)
|
| 1118 |
* Added deluser in SEE ALSO section of adduser's manpage (closes: #52508)
|
| 1119 |
* Don't create home directories for users with their own group per
|
| 1120 |
default setgid because this has some bad side effects. Can be set in
|
| 1121 |
/etc/adduser.conf with SETGID_HOME=yes (closes: #64806)
|
| 1122 |
* Started TODO list for all the things that still have to be done....
|
| 1123 |
|
| 1124 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 04 Jun 2000 17:13:51 +0200
|
| 1125 |
|
| 1126 |
adduser (3.12) unstable; urgency=low
|
| 1127 |
|
| 1128 |
* New Maintainer
|
| 1129 |
* corrected FSF address in adduser and deluser source
|
| 1130 |
* fixed function that checks if the user already exists (closes: #54512)
|
| 1131 |
* allow dashes in usernames without using --force-badname (closes: #53788)
|
| 1132 |
* ability to set a global mode for creating directories in variable
|
| 1133 |
DIR_MODE in adduser.conf (closes: #29389)
|
| 1134 |
|
| 1135 |
-- Roland Bauerschmidt <roland@copyleft.de> Sat, 20 May 2000 14:16:20 +0200
|
| 1136 |
|
| 1137 |
adduser (3.11.2) unstable; urgency=low
|
| 1138 |
|
| 1139 |
* NMU
|
| 1140 |
* new tool 'deluser' to remove users the same way like adding them
|
| 1141 |
* manpage for deluser(8) and deluser.conf(5)
|
| 1142 |
* translation of adduser and deluser to German
|
| 1143 |
* fixed bug that uid and gid 0 were not recognised (closes: #59859, #60491,
|
| 1144 |
#50620, #56468, #53606)
|
| 1145 |
* text "enter groupname" instead of "enter username" if adding a group
|
| 1146 |
(closes: #52701)
|
| 1147 |
* also allowing usernames like foo$ with --force-badname for compatibility
|
| 1148 |
with Samba machine accounts (closes: #28149)
|
| 1149 |
* allow also setting full gecos fields with --gecos like
|
| 1150 |
"Roland Bauerschmidt,Room 3,0421/3763482,0421/373545" (closes: #44031)
|
| 1151 |
* last NMU has already fixed bug 44810 (closes: #44810)
|
| 1152 |
* corrected FSF address in debian/copyright
|
| 1153 |
* moved manpages from /usr/man to /usr/share/man (closes: #53913)
|
| 1154 |
|
| 1155 |
-- Roland Bauerschmidt <roland@copyleft.de> Sat, 6 May 2000 21:54:57 +0200
|
| 1156 |
|
| 1157 |
adduser (3.11.1) unstable; urgency=low
|
| 1158 |
|
| 1159 |
* NMU for bugsquash, pre potato freeze
|
| 1160 |
* eval for POSIX to catch errors
|
| 1161 |
* /usr/doc -> /usr/share/doc
|
| 1162 |
|
| 1163 |
-- Ben Collins <bcollins@debian.org> Sat, 30 Oct 1999 20:54:32 -0400
|
| 1164 |
|
| 1165 |
adduser (3.11) unstable; urgency=low
|
| 1166 |
|
| 1167 |
* fix behavior when Locale::gettext is unavailable.
|
| 1168 |
* start & stop nscd, closes: #40918, #36607.
|
| 1169 |
|
| 1170 |
-- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 17:37:17 -0700
|
| 1171 |
|
| 1172 |
adduser (3.10) unstable; urgency=low
|
| 1173 |
|
| 1174 |
* Test for home dir existence with -e, closes: #43364.
|
| 1175 |
* Make "addgroup --system" behave as "adduser --group", closes: #43345.
|
| 1176 |
* In manpage, explain difference between adduser,addgroup and
|
| 1177 |
useradd,groupadd, closes: #22820.
|
| 1178 |
|
| 1179 |
-- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 11:07:18 -0700
|
| 1180 |
|
| 1181 |
adduser (3.9) unstable; urgency=low
|
| 1182 |
|
| 1183 |
* Don't chmod symlinks, closes: #26850, #40250.
|
| 1184 |
* Allow negative uids, gids (for Hurd), closes: #39679.
|
| 1185 |
* --no-create-home option, closes: #39679.
|
| 1186 |
* I18N, thanks to Akira Yoshiyama <yosshy@debian.or.jp> and
|
| 1187 |
Raphael Hertzog <rhertzog@hrnet.fr>, closes: #33680.
|
| 1188 |
* Don't depend on perl-base, closes: #42543.
|
| 1189 |
* Be interactive, closes: #43012, #40671.
|
| 1190 |
|
| 1191 |
-- Guy Maor <maor@debian.org> Thu, 26 Aug 1999 21:39:59 -0700
|
| 1192 |
|
| 1193 |
adduser (3.8) unstable; urgency=low
|
| 1194 |
|
| 1195 |
* Depend on perl-base instead of perl (16008).
|
| 1196 |
* Allow single letter names (16200).
|
| 1197 |
|
| 1198 |
-- Guy Maor <maor@ece.utexas.edu> Sun, 11 Jan 1998 02:11:25 -0800
|
| 1199 |
|
| 1200 |
adduser (3.7) unstable; urgency=low
|
| 1201 |
|
| 1202 |
* Add --conf option.
|
| 1203 |
|
| 1204 |
-- Guy Maor <maor@ece.utexas.edu> Sat, 23 Aug 1997 13:52:25 -0500
|
| 1205 |
|
| 1206 |
adduser (3.6) stable unstable; urgency=high
|
| 1207 |
|
| 1208 |
* Fixed adduser --system. (#11627)
|
| 1209 |
|
| 1210 |
-- Guy Maor <maor@ece.utexas.edu> Wed, 30 Jul 1997 22:34:50 -0500
|
| 1211 |
|
| 1212 |
adduser (3.5) stable unstable; urgency=HIGH
|
| 1213 |
|
| 1214 |
* Changes since 3.2: (3.4 didn't make it to stable)
|
| 1215 |
* fixed behavior when grouphomes=yes (#10422, #11345).
|
| 1216 |
* don't do shell expansion on system() calls (#10425).
|
| 1217 |
* copy to skel copies entire file (#10399, #10806)
|
| 1218 |
* Turned debugging flag off (oops). (#10963)
|
| 1219 |
* Clean up on interrupts and errors. (#10965)
|
| 1220 |
|
| 1221 |
-- Guy Maor <maor@ece.utexas.edu> Fri, 25 Jul 1997 02:09:29 -0500
|
| 1222 |
|
| 1223 |
adduser (3.4) stable unstable; urgency=HIGH
|
| 1224 |
|
| 1225 |
* fixed behavior when grouphomes=yes (#10422).
|
| 1226 |
* don't do shell expansion on system() calls (#10425).
|
| 1227 |
* copy to skel copies entire file (#10399)
|
| 1228 |
|
| 1229 |
-- Guy Maor <maor@ece.utexas.edu> Tue, 10 Jun 1997 10:45:30 -0500
|
| 1230 |
|
| 1231 |
adduser (3.2) frozen unstable; urgency=low
|
| 1232 |
|
| 1233 |
* Corrected bug exposed by perl 5.004 (#10010).
|
| 1234 |
* Setting SKEL="" will prevent skeleton file copy. (#9997).
|
| 1235 |
|
| 1236 |
-- Guy Maor <maor@ece.utexas.edu> Fri, 23 May 1997 15:29:46 -0500
|
| 1237 |
|
| 1238 |
adduser (3.1) frozen unstable; urgency=high
|
| 1239 |
|
| 1240 |
* Calls passwd utilities to actually do the work (so works with shadow).
|
| 1241 |
* Conforms to new UID & GID allocation standard.
|
| 1242 |
* Removed deluser, delgroup, adduserperm. Use userdel and groupdel.
|
| 1243 |
* /etc/skel can deal with symlinks. directories are g+s if usergroups=yes.
|
| 1244 |
* Has support for quotas.
|
| 1245 |
|
| 1246 |
-- Guy Maor <maor@ece.utexas.edu> Sat, 17 May 1997 12:21:46 -0500
|
| 1247 |
|
| 1248 |
adduser (2.13) stable unstable; urgency=high
|
| 1249 |
|
| 1250 |
* /etc/adduser.conf added as a conffile
|
| 1251 |
|
| 1252 |
-- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 10:42:10 -0800
|
| 1253 |
|
| 1254 |
adduser (2.12) stable unstable; urgency=high
|
| 1255 |
|
| 1256 |
* debmakisiert.
|
| 1257 |
* Fixed dependencies. Removed stupid script.
|
| 1258 |
* Maintainer address changed to maor@debian.org
|
| 1259 |
|
| 1260 |
-- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 07:36:16 -0800
|
| 1261 |
|
| 1262 |
adduser (2.11) unstable; urgency=high
|
| 1263 |
|
| 1264 |
* Some fixes to the deluser and delgroup scripts
|
| 1265 |
* More fixes to the adduserperm script
|
| 1266 |
|
| 1267 |
-- Christoph Lameter <clameter@debian.org> Wed, 25 Sep 1996 09:00:00 +0800
|
| 1268 |
|
| 1269 |
adduser (2.10) unstable; urgency=medium
|
| 1270 |
|
| 1271 |
* These are severe changes to adduser. Please test before using!
|
| 1272 |
* Manpage adduser.8 updated to describe the purpose of /usr/local/sbin/adduser.local
|
| 1273 |
* Add --gecos and --passwd option for adduser
|
| 1274 |
* Add --uid and --gid options for adduser and addgroup
|
| 1275 |
* Add a script called adduserperm to set up the permissions on who can
|
| 1276 |
create new users.
|
| 1277 |
* Bug: addgroup left the password field in /etc/group empty.
|
| 1278 |
* Added deluser and delgroup scripts. Very primitive right now.
|
| 1279 |
|
| 1280 |
-- Christoph Lameter <clameter@debian.org> Tue, 24 Sep 1996 09:00:00 +0800
|
| 1281 |
|
| 1282 |
adduser (2.00) unstable; urgency=medium
|
| 1283 |
|
| 1284 |
* New Maintainer
|
| 1285 |
* New Standards 2.1.0.0 simplifying and reducing files
|
| 1286 |
* Removed obsolete stuff
|
| 1287 |
* Fix bug #3878, #3794, #3879, #3861, #3490
|
| 1288 |
|
| 1289 |
-- Christoph Lameter <clameter@debian.org> Sun, 22 Sep 1996 09:00:00 +0800
|
| 1290 |
|
| 1291 |
Wed May 29 10:11:38 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 1292 |
|
| 1293 |
* Added part of patch from Miquel van Smoorenburg
|
| 1294 |
<miquels@cistron.nl> that I missed somehow.
|
| 1295 |
|
| 1296 |
Fri May 17 16:48:28 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 1297 |
|
| 1298 |
* Added patch from Miquel van Smoorenburg <miquels@cistron.nl>
|
| 1299 |
Fixes Bug#2286 and Bug#3017
|
| 1300 |
|
| 1301 |
* Updated adduser manpage for --ingroup option
|
| 1302 |
|
| 1303 |
* Added --ingroup option to addsysuser task as well as
|
| 1304 |
adduser.
|
| 1305 |
|
| 1306 |
Thu May 16 14:31:42 MET DST 1996 Miquel van Smoorenburg <miquels@cistron.nl>
|
| 1307 |
|
| 1308 |
* Added new command line option --ingroup
|
| 1309 |
|
| 1310 |
* Added options to adduser.conf to allow homedirectory
|
| 1311 |
construct of /home/u/user or /home/users/user
|
| 1312 |
|
| 1313 |
* Default NIS entry (+::::::) was not kept at the end
|
| 1314 |
|
| 1315 |
Tue May 7 14:09:30 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 1316 |
|
| 1317 |
* Finished fixing Bug #1534
|
| 1318 |
|
| 1319 |
* Fixed Bug #2285
|
| 1320 |
|
| 1321 |
* Fixed Bug #2361
|
| 1322 |
|
| 1323 |
* Changed man pages so they get their version numbers plugged
|
| 1324 |
in from the makefile
|
| 1325 |
|
| 1326 |
* Fixed some minor perl syntax errors
|
| 1327 |
|
| 1328 |
Tue Oct 24 22:21:29 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
|
| 1329 |
|
| 1330 |
* uploaded files were incorrect, therefore reuploading
|
| 1331 |
|
| 1332 |
* debian.Changelog: corrected a description
|
| 1333 |
|
| 1334 |
* debian.control: added Section: field
|
| 1335 |
|
| 1336 |
Mon Oct 23 22:16:19 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
|
| 1337 |
|
| 1338 |
* Makefile: moved symlink creation from postinst/prerm into
|
| 1339 |
the build stage
|
| 1340 |
|
| 1341 |
* debian.postinst, debian.prerm: deleted
|
| 1342 |
|
| 1343 |
* adduser.8: changed documentation for --home feature
|
| 1344 |
|
| 1345 |
* adduser.pl: fixed some file locking races (Bug#1720)
|
| 1346 |
|
| 1347 |
* adduser.pl: create home directory with setgid bit when
|
| 1348 |
using usergroups (Bug#1544)
|
| 1349 |
|
| 1350 |
* adduser.pl: corrected permissions for copies of /etc/skel
|
| 1351 |
files (Bug#1544)
|
| 1352 |
|
| 1353 |
* adduser.pl: run /usr/local/sbin/adduser.local if it exists
|
| 1354 |
(patch for this feature provided in Bug#1544)
|
| 1355 |
|
| 1356 |
* adduser.pl: now always does chown before chmod
|
| 1357 |
(Bug#1544, Bug#1720)
|
| 1358 |
|
| 1359 |
* adduser.pl: now correctly copies dot files from /etc/skel
|
| 1360 |
(Bug#1500)
|
| 1361 |
|
| 1362 |
* adduser.pl: now gives informative message when called from
|
| 1363 |
a non-root user (Bug#1350)
|
| 1364 |
|
| 1365 |
* adduser.pl: enforces that user names are never longer than
|
| 1366 |
8 characters (Bug#1241)
|
| 1367 |
|
| 1368 |
* adduser.pl: now copies everything below /etc/skel (Bug#1542)
|