| 1 |
adduser (3.23) unstable; urgency=low
|
| 2 |
|
| 3 |
* Downgraded priority to standard.
|
| 4 |
* Integrated patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>.
|
| 5 |
Closes: #75915
|
| 6 |
|
| 7 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 3 Nov 2000 18:07:29 -0600
|
| 8 |
|
| 9 |
adduser (3.22) unstable; urgency=low
|
| 10 |
|
| 11 |
* Depends on perl-5.005-base instead of perl-base. Closes: #75679.
|
| 12 |
|
| 13 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 26 Oct 2000 19:20:37 -0500
|
| 14 |
|
| 15 |
adduser (3.21) unstable; urgency=low
|
| 16 |
|
| 17 |
* NSCD problems fixed. Adduser didn't invalidate the nscd group
|
| 18 |
cache after adding the group for a system user.
|
| 19 |
Closes: #68907, #70020, #65643
|
| 20 |
* TODO now indicates that the development of /new/ features
|
| 21 |
happens in the adduser 4 tree now.
|
| 22 |
|
| 23 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 25 Oct 2000 19:55:54 -0500
|
| 24 |
|
| 25 |
adduser (3.20) unstable; urgency=low
|
| 26 |
|
| 27 |
* does not depend on perl5 anymore but on perl-base and suggests
|
| 28 |
liblocale-gettext-perl. Closes: #72226.
|
| 29 |
|
| 30 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 23 Sep 2000 03:38:07 -0500
|
| 31 |
|
| 32 |
adduser (3.19) unstable; urgency=low
|
| 33 |
|
| 34 |
* Fixed path of nscd. Closes: #71011
|
| 35 |
|
| 36 |
-- Roland Bauerschmidt <rb@debian.org> Wed, 6 Sep 2000 18:35:49 -0500
|
| 37 |
|
| 38 |
adduser (3.18) unstable; urgency=low
|
| 39 |
|
| 40 |
* checks if nscd is running before trying to invalidate the cache,
|
| 41 |
Closes: #70642, #69326
|
| 42 |
|
| 43 |
-- Roland Bauerschmidt <rb@debian.org> Thu, 31 Aug 2000 09:58:57 -0500
|
| 44 |
|
| 45 |
adduser (3.17) unstable; urgency=low
|
| 46 |
|
| 47 |
* Fixed Build-Depends. Closes: #70067
|
| 48 |
|
| 49 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 27 Aug 2000 19:03:13 -0500
|
| 50 |
|
| 51 |
adduser (3.16) unstable; urgency=low
|
| 52 |
|
| 53 |
* Included Russian translation from Peter Novodvorsky <petya@logic.ru>
|
| 54 |
* Changed reference to GPL from /usr/doc/copyright/GPL to
|
| 55 |
/usr/share/common-licenses/GPL. Closes: #69014
|
| 56 |
|
| 57 |
-- Roland Bauerschmidt <rb@debian.org> Sun, 30 Jul 2000 14:26:34 +0200
|
| 58 |
|
| 59 |
adduser (3.15) unstable; urgency=low
|
| 60 |
|
| 61 |
* deluser: perl is executed with -w now
|
| 62 |
* system_call moved back from AdduserCommon.pm to adduser and deluser
|
| 63 |
- system_call in adduser runs cleanup() on errors.
|
| 64 |
- system_call in deluser dies on errors directly.
|
| 65 |
* adduser: fixed the problem that adduser creates home with totally
|
| 66 |
wrong permissions if adduser.conf is old (closes: #66583)
|
| 67 |
|
| 68 |
-- Roland Bauerschmidt <rb@debian.org> Fri, 16 Jun 2000 18:06:18 +0200
|
| 69 |
|
| 70 |
adduser (3.14) unstable; urgency=low
|
| 71 |
|
| 72 |
* adduser has a better handling for nscd now. Instead of simply
|
| 73 |
stopping nscd before changes and starting it again after changes,
|
| 74 |
adduser invalidates the caches before and after changes now.
|
| 75 |
(closes: #54726)
|
| 76 |
* deluser invalidates nscd caches after changes, too.
|
| 77 |
* new Portugese/Brazilian translation for adduser and deluser by
|
| 78 |
Cesar Eduardo Barros <cesarb@nitnet.com.br>
|
| 79 |
* adding and removing users to/from a group is now done with gpasswd
|
| 80 |
instead of usermod. This prevents adduser and deluser from not
|
| 81 |
adding "NISed" users to a group (closes: #57573)
|
| 82 |
* functions used in both adduser and deluser moved to AdduserCommon.pm
|
| 83 |
|
| 84 |
-- Roland Bauerschmidt <rb@debian.org> Tue, 6 Jun 2000 12:24:46 +0200
|
| 85 |
|
| 86 |
adduser (3.13) unstable; urgency=low
|
| 87 |
|
| 88 |
* Merged seperate .po-files for adduser and deluser into one
|
| 89 |
* Added Brazilian translation for adduser (closes: #53912), thanks to
|
| 90 |
Cesar Eduardo Barros <cesarb@web4u.com.br>
|
| 91 |
* Added Spanish translation for adduser and deluser (closes: #44902),
|
| 92 |
thanks to Nicolás Lichtmaier <nick@debian.org>
|
| 93 |
* Added Korean translation for adduser (closes: #46836), thanks to
|
| 94 |
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
|
| 95 |
* Worked patch from #52048 into adduser (closes: #52048)
|
| 96 |
* Added deluser in SEE ALSO section of adduser's manpage (closes: #52508)
|
| 97 |
* Don't create home directories for users with their own group per
|
| 98 |
default setgid because this has some bad side effects. Can be set in
|
| 99 |
/etc/adduser.conf with SETGID_HOME=yes (closes: #64806)
|
| 100 |
* Started TODO list for all the things that still have to be done....
|
| 101 |
|
| 102 |
-- Roland Bauerschmidt <rb@debian.org> Sat, 04 Jun 2000 17:13:51 +0200
|
| 103 |
|
| 104 |
adduser (3.12) unstable; urgency=low
|
| 105 |
|
| 106 |
* New Maintainer
|
| 107 |
* corrected FSF address in adduser and deluser source
|
| 108 |
* fixed function that checks if the user already exists (closes: #54512)
|
| 109 |
* allow dashes in usernames without using --force-badname (closes: #53788)
|
| 110 |
* ability to set a global mode for creating directories in variable
|
| 111 |
DIR_MODE in adduser.conf (closes: #29389)
|
| 112 |
|
| 113 |
-- Roland Bauerschmidt <roland@copyleft.de> Sat, 20 May 2000 14:16:20 +0200
|
| 114 |
|
| 115 |
adduser (3.11.2) unstable; urgency=low
|
| 116 |
|
| 117 |
* NMU
|
| 118 |
* new tool 'deluser' to remove users the same way like adding them
|
| 119 |
* manpage for deluser(8) and deluser.conf(5)
|
| 120 |
* translation of adduser and deluser to German
|
| 121 |
* fixed bug that uid and gid 0 were not recognised (closes: #59859, #60491,
|
| 122 |
#50620, #56468, #53606)
|
| 123 |
* text "enter groupname" instead of "enter username" if adding a group
|
| 124 |
(closes: #52701)
|
| 125 |
* also allowing usernames like foo$ with --force-badname for compatibility
|
| 126 |
with Samba machine accounts (closes: #28149)
|
| 127 |
* allow also setting full gecos fields with --gecos like
|
| 128 |
"Roland Bauerschmidt,Room 3,0421/3763482,0421/373545" (closes: #44031)
|
| 129 |
* last NMU has already fixed bug 44810 (closes: #44810)
|
| 130 |
* corrected FSF address in debian/copyright
|
| 131 |
* moved manpages from /usr/man to /usr/share/man (closes: #53913)
|
| 132 |
|
| 133 |
-- Roland Bauerschmidt <roland@copyleft.de> Sat, 6 May 2000 21:54:57 +0200
|
| 134 |
|
| 135 |
adduser (3.11.1) unstable; urgency=low
|
| 136 |
|
| 137 |
* NMU for bugsquash, pre potato freeze
|
| 138 |
* eval for POSIX to catch errors
|
| 139 |
* /usr/doc -> /usr/share/doc
|
| 140 |
|
| 141 |
-- Ben Collins <bcollins@debian.org> Sat, 30 Oct 1999 20:54:32 -0400
|
| 142 |
|
| 143 |
adduser (3.11) unstable; urgency=low
|
| 144 |
|
| 145 |
* fix behavior when Locale::gettext is unavailable.
|
| 146 |
* start & stop nscd, closes: #40918, #36607.
|
| 147 |
|
| 148 |
-- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 17:37:17 -0700
|
| 149 |
|
| 150 |
adduser (3.10) unstable; urgency=low
|
| 151 |
|
| 152 |
* Test for home dir existence with -e, closes: #43364.
|
| 153 |
* Make "addgroup --system" behave as "adduser --group", closes: #43345.
|
| 154 |
* In manpage, explain difference between adduser,addgroup and
|
| 155 |
useradd,groupadd, closes: #22820.
|
| 156 |
|
| 157 |
-- Guy Maor <maor@debian.org> Sun, 29 Aug 1999 11:07:18 -0700
|
| 158 |
|
| 159 |
adduser (3.9) unstable; urgency=low
|
| 160 |
|
| 161 |
* Don't chmod symlinks, closes: #26850, #40250.
|
| 162 |
* Allow negative uids, gids (for Hurd), closes: #39679.
|
| 163 |
* --no-create-home option, closes: #39679.
|
| 164 |
* I18N, thanks to Akira Yoshiyama <yosshy@debian.or.jp> and
|
| 165 |
Raphael Hertzog <rhertzog@hrnet.fr>, closes: #33680.
|
| 166 |
* Don't depend on perl-base, closes: #42543.
|
| 167 |
* Be interactive, closes: #43012, #40671.
|
| 168 |
|
| 169 |
-- Guy Maor <maor@debian.org> Thu, 26 Aug 1999 21:39:59 -0700
|
| 170 |
|
| 171 |
adduser (3.8) unstable; urgency=low
|
| 172 |
|
| 173 |
* Depend on perl-base instead of perl (16008).
|
| 174 |
* Allow single letter names (16200).
|
| 175 |
|
| 176 |
-- Guy Maor <maor@ece.utexas.edu> Sun, 11 Jan 1998 02:11:25 -0800
|
| 177 |
|
| 178 |
adduser (3.7) unstable; urgency=low
|
| 179 |
|
| 180 |
* Add --conf option.
|
| 181 |
|
| 182 |
-- Guy Maor <maor@ece.utexas.edu> Sat, 23 Aug 1997 13:52:25 -0500
|
| 183 |
|
| 184 |
adduser (3.6) stable unstable; urgency=high
|
| 185 |
|
| 186 |
* Fixed adduser --system. (#11627)
|
| 187 |
|
| 188 |
-- Guy Maor <maor@ece.utexas.edu> Wed, 30 Jul 1997 22:34:50 -0500
|
| 189 |
|
| 190 |
adduser (3.5) stable unstable; urgency=HIGH
|
| 191 |
|
| 192 |
* Changes since 3.2: (3.4 didn't make it to stable)
|
| 193 |
* fixed behavior when grouphomes=yes (#10422, #11345).
|
| 194 |
* don't do shell expansion on system() calls (#10425).
|
| 195 |
* copy to skel copies entire file (#10399, #10806)
|
| 196 |
* Turned debugging flag off (oops). (#10963)
|
| 197 |
* Clean up on interrupts and errors. (#10965)
|
| 198 |
|
| 199 |
-- Guy Maor <maor@ece.utexas.edu> Fri, 25 Jul 1997 02:09:29 -0500
|
| 200 |
|
| 201 |
adduser (3.4) stable unstable; urgency=HIGH
|
| 202 |
|
| 203 |
* fixed behavior when grouphomes=yes (#10422).
|
| 204 |
* don't do shell expansion on system() calls (#10425).
|
| 205 |
* copy to skel copies entire file (#10399)
|
| 206 |
|
| 207 |
-- Guy Maor <maor@ece.utexas.edu> Tue, 10 Jun 1997 10:45:30 -0500
|
| 208 |
|
| 209 |
adduser (3.2) frozen unstable; urgency=low
|
| 210 |
|
| 211 |
* Corrected bug exposed by perl 5.004 (#10010).
|
| 212 |
* Setting SKEL="" will prevent skeleton file copy. (#9997).
|
| 213 |
|
| 214 |
-- Guy Maor <maor@ece.utexas.edu> Fri, 23 May 1997 15:29:46 -0500
|
| 215 |
|
| 216 |
adduser (3.1) frozen unstable; urgency=high
|
| 217 |
|
| 218 |
* Calls passwd utilities to actually do the work (so works with shadow).
|
| 219 |
* Conforms to new UID & GID allocation standard.
|
| 220 |
* Removed deluser, delgroup, adduserperm. Use userdel and groupdel.
|
| 221 |
* /etc/skel can deal with symlinks. directories are g+s if usergroups=yes.
|
| 222 |
* Has support for quotas.
|
| 223 |
|
| 224 |
-- Guy Maor <maor@ece.utexas.edu> Sat, 17 May 1997 12:21:46 -0500
|
| 225 |
|
| 226 |
adduser (2.13) stable unstable; urgency=high
|
| 227 |
|
| 228 |
* /etc/adduser.conf added as a conffile
|
| 229 |
|
| 230 |
-- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 10:42:10 -0800
|
| 231 |
|
| 232 |
adduser (2.12) stable unstable; urgency=high
|
| 233 |
|
| 234 |
* debmakisiert.
|
| 235 |
* Fixed dependencies. Removed stupid script.
|
| 236 |
* Maintainer address changed to maor@debian.org
|
| 237 |
|
| 238 |
-- Christoph Lameter <clameter@debian.org> Tue, 17 Dec 1996 07:36:16 -0800
|
| 239 |
|
| 240 |
adduser (2.11) unstable; urgency=high
|
| 241 |
|
| 242 |
* Some fixes to the deluser and delgroup scripts
|
| 243 |
* More fixes to the adduserperm script
|
| 244 |
|
| 245 |
-- Christoph Lameter <clameter@debian.org> Wed, 25 Sep 1996 09:00:00 +0800
|
| 246 |
|
| 247 |
adduser (2.10) unstable; urgency=medium
|
| 248 |
|
| 249 |
* These are severe changes to adduser. Please test before using!
|
| 250 |
* Manpage adduser.8 updated to describe the purpose of /usr/local/sbin/adduser.local
|
| 251 |
* Add --gecos and --passwd option for adduser
|
| 252 |
* Add --uid and --gid options for adduser and addgroup
|
| 253 |
* Add a script called adduserperm to set up the permissions on who can
|
| 254 |
create new users.
|
| 255 |
* Bug: addgroup left the password field in /etc/group empty.
|
| 256 |
* Added deluser and delgroup scripts. Very primitive right now.
|
| 257 |
|
| 258 |
-- Christoph Lameter <clameter@debian.org> Tue, 24 Sep 1996 09:00:00 +0800
|
| 259 |
|
| 260 |
adduser (2.00) unstable; urgency=medium
|
| 261 |
|
| 262 |
* New Maintainer
|
| 263 |
* New Standards 2.1.0.0 simplifying and reducing files
|
| 264 |
* Removed obsolete stuff
|
| 265 |
* Fix bug #3878, #3794, #3879, #3861, #3490
|
| 266 |
|
| 267 |
-- Christoph Lameter <clameter@debian.org> Sun, 22 Sep 1996 09:00:00 +0800
|
| 268 |
|
| 269 |
Wed May 29 10:11:38 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 270 |
|
| 271 |
* Added part of patch from Miquel van Smoorenburg
|
| 272 |
<miquels@cistron.nl> that I missed somehow.
|
| 273 |
|
| 274 |
Fri May 17 16:48:28 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 275 |
|
| 276 |
* Added patch from Miquel van Smoorenburg <miquels@cistron.nl>
|
| 277 |
Fixes Bug#2286 and Bug#3017
|
| 278 |
|
| 279 |
* Updated adduser manpage for --ingroup option
|
| 280 |
|
| 281 |
* Added --ingroup option to addsysuser task as well as
|
| 282 |
adduser.
|
| 283 |
|
| 284 |
Thu May 16 14:31:42 MET DST 1996 Miquel van Smoorenburg <miquels@cistron.nl>
|
| 285 |
|
| 286 |
* Added new command line option --ingroup
|
| 287 |
|
| 288 |
* Added options to adduser.conf to allow homedirectory
|
| 289 |
construct of /home/u/user or /home/users/user
|
| 290 |
|
| 291 |
* Default NIS entry (+::::::) was not kept at the end
|
| 292 |
|
| 293 |
Tue May 7 14:09:30 CDT 1996 Steve Phillips <sjp@cvfn.org>
|
| 294 |
|
| 295 |
* Finished fixing Bug #1534
|
| 296 |
|
| 297 |
* Fixed Bug #2285
|
| 298 |
|
| 299 |
* Fixed Bug #2361
|
| 300 |
|
| 301 |
* Changed man pages so they get their version numbers plugged
|
| 302 |
in from the makefile
|
| 303 |
|
| 304 |
* Fixed some minor perl syntax errors
|
| 305 |
|
| 306 |
Tue Oct 24 22:21:29 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
|
| 307 |
|
| 308 |
* uploaded files were incorrect, therefore reuploading
|
| 309 |
|
| 310 |
* debian.Changelog: corrected a description
|
| 311 |
|
| 312 |
* debian.control: added Section: field
|
| 313 |
|
| 314 |
Mon Oct 23 22:16:19 1995 Sven Rudolph <sr1@inf.tu-dresden.de>
|
| 315 |
|
| 316 |
* Makefile: moved symlink creation from postinst/prerm into
|
| 317 |
the build stage
|
| 318 |
|
| 319 |
* debian.postinst, debian.prerm: deleted
|
| 320 |
|
| 321 |
* adduser.8: changed documentation for --home feature
|
| 322 |
|
| 323 |
* adduser.pl: fixed some file locking races (Bug#1720)
|
| 324 |
|
| 325 |
* adduser.pl: create home directory with setgid bit when
|
| 326 |
using usergroups (Bug#1544)
|
| 327 |
|
| 328 |
* adduser.pl: corrected permissions for copies of /etc/skel
|
| 329 |
files (Bug#1544)
|
| 330 |
|
| 331 |
* adduser.pl: run /usr/local/sbin/adduser.local if it exists
|
| 332 |
(patch for this feature provided in Bug#1544)
|
| 333 |
|
| 334 |
* adduser.pl: now always does chown before chmod
|
| 335 |
(Bug#1544, Bug#1720)
|
| 336 |
|
| 337 |
* adduser.pl: now correctly copies dot files from /etc/skel
|
| 338 |
(Bug#1500)
|
| 339 |
|
| 340 |
* adduser.pl: now gives informative message when called from
|
| 341 |
a non-root user (Bug#1350)
|
| 342 |
|
| 343 |
* adduser.pl: enforces that user names are never longer than
|
| 344 |
8 characters (Bug#1241)
|
| 345 |
|
| 346 |
* adduser.pl: now copies everything below /etc/skel (Bug#1542)
|
| 347 |
|
| 348 |
Local variables:
|
| 349 |
mode: debian-changelog
|
| 350 |
End:
|