/[adduser]/trunk/deluser
ViewVC logotype

Log of /trunk/deluser

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 25 05:20:43 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13858 byte(s)
Diff to previous 363
  * Changes suggested by Denis Barbier
    * po/Makefile: move -c down from xgettext definition to the actual call
    * po/Makefile: Use a SOURCES variable. The old version caused
      strings from deluser to be discarded.
    * deluser: make generation of copyright message more translation
      friendly
    * hack gtx wrapper to not only export the first string into the
      POT file.


Revision 363 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 23 15:47:52 2005 UTC (7 years, 7 months ago) by joerghoh-guest
File length: 13858 byte(s)
Diff to previous 350
- deluser:
 * removed bug, which made not specified parameters still valid
 * GetOptions: $remote_all_files -> $remove_all_files 
 * changed rights and ownership of the user backup file to 600 and 0:0 and created a testcase for that
- manpage:
 * added shortcuts

Revision 350 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 22 18:54:53 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13715 byte(s)
Diff to previous 330
    * Eliminate concatenated msgids building full sentences.
    (mh) This hopefully solves #224301.
  * Minor string changes. (mh)


Revision 330 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 18 14:20:00 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13764 byte(s)
Diff to previous 326
make $verbose a "global" variable
global rename _ to gtx (the function name _ breaks File::Find in a subtle way)
change %config handling:
  * @defaults is now an array of files to be processed by
    preseed_config in order.
  * preseed_config gets its arguments by reference now
  * %config is a reference argument now
  * adduser/deluser do not warn on missing config file any more,
    preseed_config already has that code
remove double definition of get_users_groups
syntax corrections to some printf calls
we pass all tests in the test suite now!

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 18 10:28:25 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13785 byte(s)
Diff to previous 323
back out the broken package patch

Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 18 10:00:31 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13803 byte(s)
Diff to previous 321
move all code into package Adduser; make $verbose a global variable

Revision 321 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 16 20:23:09 2005 UTC (7 years, 7 months ago) by joerghoh-guest
File length: 13788 byte(s)
Diff to previous 319
- fixed the testsuite (wrong grep)
- removed "no warning File::Find;" temporarily

Revision 319 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 16 17:38:49 2005 UTC (7 years, 7 months ago) by joerghoh-guest
File length: 13787 byte(s)
Diff to previous 318
wah, introduced a typo which makes perl fail

Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 16 16:49:25 2005 UTC (7 years, 7 months ago) by joerghoh-guest
File length: 13788 byte(s)
Diff to previous 317
- reintroduced "no warnings File::Find" when using File::Find
- better checks for output of deluser

Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 16 11:39:36 2005 UTC (7 years, 7 months ago) by joerghoh-guest
File length: 13788 byte(s)
Diff to previous 305
- fixed problems when running without package perl-modules installed
- changed testsuite accordingly (--remove-home doesn't work then)

Revision 305 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 8 17:21:18 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13790 byte(s)
Diff to previous 298
  * Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362


Revision 298 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 3 15:18:15 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13884 byte(s)
Diff to previous 294
  * Don't mess with nscd's pid file any more, just invalidate caches if 
    nscd binary is found. It will fail silently if nscd is installed but
    not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian
    Blank. (mh) Closes: #327804

Additional patches from hohjg.


Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 1 15:19:52 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13824 byte(s)
Diff to previous 293
un-break parameter parsing

Revision 293 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 1 12:04:37 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13837 byte(s)
Diff to previous 287
commit another patch set from jörg. This one is known to break deluser

Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 30 17:17:07 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13795 byte(s)
Diff to previous 286
  * Streamlining of print(f)/die(f) statements regarding quoting,
    parenthesis and spaces. (mh)


Revision 286 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 30 16:55:58 2005 UTC (7 years, 7 months ago) by zugschlus
File length: 13728 byte(s)
Diff to previous 268
hohjg patch set adduser.7

Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 6 15:47:02 2005 UTC (7 years, 8 months ago) by zugschlus
File length: 14266 byte(s)
Diff to previous 267
hohjg patch 5: move common code to AdduserCommon

Revision 267 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 23 15:53:31 2005 UTC (7 years, 9 months ago) by zugschlus
File length: 14530 byte(s)
Diff to previous 265
  * show deluser that name_regex is a valid configuration directive.
    Thanks to Christoph Ulrich Scholler. Closes: #324699.


Revision 265 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 17 11:06:38 2005 UTC (7 years, 9 months ago) by zugschlus
File length: 14484 byte(s)
Diff to previous 262
  * deluser patches by Jörg Hoh:
    - introduce "use strict"


Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 06:24:11 2005 UTC (7 years, 9 months ago) by zugschlus
File length: 14237 byte(s)
Diff to previous 238
    - use GetOpt instead of manual option parsing
    - restructure plausibility checks


Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 14:56:13 2005 UTC (7 years, 10 months ago) by zugschlus
File length: 14573 byte(s)
Diff to previous 234
  * Fix primary group check which was broken due to wrong function name.
    Thanks to Bastian Kleineidam. Closes: #319043


Revision 234 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 15 18:09:00 2005 UTC (7 years, 10 months ago) by zugschlus
File length: 14622 byte(s)
Diff to previous 229
  * do not abort if chage returns exit code 3. This is an indication
    that password aging cannot be set due to shadow not being enabled.
    Closes: #316089, #317944.
  * get_group_members now filters out non-existent users.
    Closes: #284688, #315071, #315250
  * Use getpwent to determine whether a to-be-deleted group is primary
    group for users to enhance compatibility with non-/etc/passwd
    backends. Closes: #308175
  * Standards-Version: 3.6.2 (no changes needed)


Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 07:31:26 2005 UTC (7 years, 11 months ago) by zugschlus
File length: 14593 byte(s)
Diff to previous 220
  * add ubuntu patch to generate pot file during package build, and
    fix two s_print/s_printf invocations in deluser.
    Thanks to Martin Pitt. (mh) Closes: #313517


Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 16:58:14 2005 UTC (8 years, 2 months ago) by zugschlus
File length: 14591 byte(s)
Diff to previous 217
  * Zap program synopsis comments from the beginning.

We have that information in the usage() subroutines and in the
manpages. Having it a third time will only cause errors.

Revision 217 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 15:29:07 2005 UTC (8 years, 2 months ago) by zugschlus
File length: 15751 byte(s)
Diff to previous 195
  * Re-generate adduser.pot, fix gettext bugs in deluser. Thanks to
    Hans Fredrik Nordhaug. (mh)


Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 5 14:21:08 2005 UTC (8 years, 3 months ago) by zugschlus
File length: 15731 byte(s)
Diff to previous 194
deluser will now stop deleting at a mount point. Thanks to Andreas
Schmidt. (mh) Closes: #231809

Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 5 13:57:21 2005 UTC (8 years, 3 months ago) by zugschlus
File length: 15224 byte(s)
Diff to previous 171
  * Add a new config option NO_DEL_PATHS to deluser.conf with a
    sensible default in the deluser source code. In the default
    configuration, deluser will not zap any important system directories
    any more. Thanks to Ernst Kloppenburg and Klaus Ethgen. (mh)
    Closes: #293559, #271829


Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 14:36:47 2004 UTC (8 years, 10 months ago) by zugschlus
File length: 14807 byte(s)
Diff to previous 150
  * Applied patch to tidy up the English program translations. Thanks
    to Adam D. Barratt. A request e-mail to the translators asking them to
    review the changes to their translation has been sent out.
    (mh) Closes: #260265.

Revision 150 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 20 08:05:12 2004 UTC (9 years, 1 month ago) by zugschlus
File length: 14713 byte(s)
Diff to previous 133
    * fix deluser to allow exotic characters like "+" in the version
      string by quoting VERSION.

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 27 12:34:39 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 14711 byte(s)
Diff to previous 129
make deluser --system return success if user doesn't exist

Revision 129 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 19:04:56 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 14584 byte(s)
Diff to previous 126
    * use temporary file for backup file list. Thanks to Christoph 
      Ulrich Scholler. Closes: #230364. Closes: #230360.
	  

Revision 126 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 17:37:48 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 14248 byte(s)
Diff to previous 124
    * add --backup-to parameter to deluser. Closes: #138618.
    

Revision 124 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 12:43:48 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13739 byte(s)
Diff to previous 120
clarify what needs fixing with searching for primary groups

Revision 120 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 12:28:40 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13709 byte(s)
Diff to previous 119
    * Improve warnings regarding --no-create-home. Thanks to Chris 
      Halls. Closes: #141016.
    * deluser: Check for existing $pw_homedir before find to avoid
      warning if home dir not present.

Revision 119 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 12:21:05 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13683 byte(s)
Diff to previous 118
discovered usage(). documented changes there as well.

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 12:18:24 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13386 byte(s)
Diff to previous 117
    * delgroup will of course delete non-system groups, contrary to 
      comments and docs. Fix comments and docs
	  

Revision 117 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 12:13:47 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13400 byte(s)
Diff to previous 116
    * add --only-if-empty switch to delgroup. Adapt man page.
      Closes: #239579
	  

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 11:50:11 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13043 byte(s)
Diff to previous 115
    * adapt deluser's systemcall() to honor --debug

Revision 115 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 11:42:37 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 13043 byte(s)
Diff to previous 114
    * add --home option to deluser. Adapt man page. Closes: #239376

Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 25 11:30:15 2004 UTC (9 years, 2 months ago) by zugschlus
File length: 12562 byte(s)
Diff to previous 82
    * add --system option to deluser. Adapt man pages. Rename 
      translated man pages. Closes: #239261.

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 23:17:04 2003 UTC (9 years, 11 months ago) by rb
File length: 11152 byte(s)
Diff to previous 80
Load adduser-3.48 into trunk.

Revision 80 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 23:15:29 2003 UTC (9 years, 11 months ago) by rb
File length: 11123 byte(s)
Diff to previous 68
Load adduser-3.47 into trunk.

Revision 68 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:53:04 2003 UTC (9 years, 11 months ago) by rb
File length: 10719 byte(s)
Diff to previous 66
Load adduser-3.41 into trunk.

Revision 66 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:50:44 2003 UTC (9 years, 11 months ago) by rb
File length: 10745 byte(s)
Diff to previous 52
Load adduser-3.40 into trunk.

Revision 52 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:29:59 2003 UTC (9 years, 11 months ago) by rb
File length: 10884 byte(s)
Diff to previous 43
Load adduser-3.32 into trunk.

Revision 43 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:13:17 2003 UTC (9 years, 11 months ago) by rb
File length: 10876 byte(s)
Diff to previous 39
Load adduser-3.28 into trunk.

Revision 39 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:11:20 2003 UTC (9 years, 11 months ago) by rb
File length: 10573 byte(s)
Diff to previous 37
Load adduser-3.26 into trunk.

Revision 37 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:10:26 2003 UTC (9 years, 11 months ago) by rb
File length: 10580 byte(s)
Diff to previous 23
Load adduser-3.25 into trunk.

Revision 23 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 22:01:39 2003 UTC (9 years, 11 months ago) by rb
File length: 10281 byte(s)
Diff to previous 19
Load adduser-3.18 into trunk.

Revision 19 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:59:23 2003 UTC (9 years, 11 months ago) by rb
File length: 10307 byte(s)
Diff to previous 17
Load adduser-3.16 into trunk.

Revision 17 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:58:28 2003 UTC (9 years, 11 months ago) by rb
File length: 10299 byte(s)
Diff to previous 15
Load adduser-3.15 into trunk.

Revision 15 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:57:35 2003 UTC (9 years, 11 months ago) by rb
File length: 9823 byte(s)
Diff to previous 13
Load adduser-3.14 into trunk.

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:56:07 2003 UTC (9 years, 11 months ago) by rb
File length: 10760 byte(s)
Diff to previous 10
Load adduser-3.13 into trunk.

Revision 10 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:52:05 2003 UTC (9 years, 11 months ago) by rb
File length: 10760 byte(s)
Diff to previous 8
Load adduser-3.12 into trunk.

Revision 8 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:44:59 2003 UTC (9 years, 11 months ago) by rb
File length: 10744 byte(s)
Diff to previous 6
Load adduser-3.11.2 into trunk.

Revision 6 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 6 21:41:05 2003 UTC (9 years, 11 months ago) by rb
File length: 10748 byte(s)
Load adduser-3.11.1 into trunk.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5