/[tiger]/tiger/scripts/check_passwd
ViewVC logotype

Log of /tiger/scripts/check_passwd

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Feb 26 00:30:48 2011 UTC (13 years, 1 month ago) by jfs
Branch: MAIN
CVS Tags: HEAD, cvs-repository-moved-to-git
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Apply patch by Timo Lindfors to add support for SHA-512 passwords
(This is the default used in Debian GNU/Linux squeeze and later releases)
Corresponds to patch #7186


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 18:30:44 2007 UTC (16 years, 7 months ago) by jfs
Branch: MAIN
CVS Tags: version_3_2_2, version_3_2_3
Changes since 1.23: +5 -3 lines
Diff to previous 1.23
Add quotation marks to Tiger_Admin_Accounts to prevent
errors if empty (Debian bug #342181)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Apr 16 21:59:15 2005 UTC (19 years ago) by jfs
Branch: MAIN
Changes since 1.22: +5 -7 lines
Diff to previous 1.22
Fix syntax error


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 21:31:24 2005 UTC (19 years ago) by jfs
Branch: MAIN
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
Add /bin/true as valid shell as well as Solaris shells


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 21:21:35 2005 UTC (19 years ago) by jfs
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
 Recognise old xxxxxxxxxxxxx as a valid password hash


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 21:40:46 2005 UTC (19 years, 1 month ago) by jfs
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Added Debian changes


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 3 08:20:39 2004 UTC (19 years, 11 months ago) by jfs
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
Define Tiger_Passwd_Hashes if not defined (Debian bug #246885)


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 12:33:28 2004 UTC (20 years, 1 month ago) by jfs
Branch: MAIN
Changes since 1.17: +7 -2 lines
Diff to previous 1.17
Check if users do not have a shell defined.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 22:05:12 2004 UTC (20 years, 3 months ago) by jfs
Branch: MAIN
Changes since 1.16: +13 -1 lines
Diff to previous 1.16
Moved TODO from check_accounts to check_passwd and fixed check_accounts
description and a small typo in a message.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 07:59:51 2004 UTC (20 years, 3 months ago) by rbrad
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15
Applied the following savannah patches:
	* 2466 - Remove redundant check (check was moved to check_passwd).
	       - Add additional shells to the ingore list.
	* 2467 - Fix bug in USERDOTFILES when USERDOTFILES is empty.
	* 2468 - Cleanup and comment check_disabled().
	* 2469 - New check: Verify parent of $home is owned by administrative


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 19:55:01 2003 UTC (20 years, 4 months ago) by jfs
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
Patch from Ryan Braderitch's to fix a WARN->FAIL


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 15:23:34 2003 UTC (20 years, 5 months ago) by jfs
Branch: MAIN
Changes since 1.13: +5 -4 lines
Diff to previous 1.13
Patch from Nicolas François which uses EGREP instead of GREP
in order to avoid Solaris problems.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 17:02:25 2003 UTC (20 years, 6 months ago) by jfs
Branch: MAIN
Changes since 1.12: +0 -1 lines
Diff to previous 1.12
Applied patches by Ryan Bradetich fixing check_rhosts and improving
HPUX support


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 23:09:27 2003 UTC (20 years, 6 months ago) by jfs
Branch: MAIN
CVS Tags: version_3_2_1
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
Delete temporary files


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 15:49:28 2003 UTC (20 years, 8 months ago) by jfs
Branch: MAIN
Changes since 1.10: +173 -94 lines
Diff to previous 1.10
- Improved temporary file creation.
- Applied Ryan Braderitch's patch:
  * Reformat and optimize some checks (replace several awk statements with
  a single pass through the password file).
  * Changed the Administrative Login ID with impossible password to a failure-#     instead of a warning.
  * Added the following checks from check_account:
    - Login ID is disabled, but still has a valid shell (acc001w)
    - Login does not have a valid shell (acc020w)
    - UID has / for home directory (acc014f)
    - Login ID is UID-0 (acc012w)
    - Administrative Login ID should have impossible password (acc018w)
  * Merged these duplicate checks from check_account:
    - empty password check (acc010a, acc011w)
    - duplicate home directory check (acc015w)


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 13:30:01 2003 UTC (20 years, 9 months ago) by jfs
Branch: MAIN
Changes since 1.9: +30 -9 lines
Diff to previous 1.9
Applied patch provided by Ryan Bradetich:

* Add a duplicate user home directory check.
* Add an acceptable cryptographic hash check.
* Do not check for malformed password entries if PWCK is defined
(redundant check)
* Modify PWCK check to work with HP-UX's pwck.
(HP-UX always returns with an error code 0)
* Identify the password hashes in HP-UX (Trusted and un-trusted mode)
* Identify passwords hases in Linux when not using shadow passwords.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 00:49:43 2003 UTC (20 years, 10 months ago) by jfs
Branch: MAIN
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
Patch from Ryan Bradetich that implements a new password check and optimises
MD5 recovery.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 00:33:08 2003 UTC (20 years, 10 months ago) by jfs
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7
Applied patches to provide proper support of PWCK (generalise it)
and add support for it in HPUX.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 1 15:43:31 2003 UTC (20 years, 11 months ago) by jfs
Branch: MAIN
CVS Tags: version_3_2
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Added note on the script


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu May 1 15:42:31 2003 UTC (20 years, 11 months ago) by jfs
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
Fixed check of PWCK


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Apr 21 07:30:02 2003 UTC (21 years ago) by jfs
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Added proper version of the GPL


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 16:22:46 2002 UTC (21 years, 5 months ago) by jfs
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
Preparation for new release based on Debian changes to 3.1. These are mainly
bug fixes. Also, some fixes have been provided by Bob Hall when running
tiger 2.2.4 in HP-UX 11


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 9 11:36:27 2002 UTC (21 years, 6 months ago) by jfs
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
No false positives if PAM is in use


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 23 13:22:51 2002 UTC (21 years, 8 months ago) by jfs
Branch: MAIN
Changes since 1.1: +14 -3 lines
Diff to previous 1.1
New version including script changes and fixes


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 08:51:31 2002 UTC (21 years, 10 months ago) by jfs
Branch: MAIN
First release of the new tiger source code base. This code is based on the
2.2.4p2 release and integrates:
- TARA's (ARSC) fixes and scripts
- Debians's fixes and new scripts
- HP's new scripts

(note: some system scripts are missing due to problems with the CVS server)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26