2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
16 #include <WINNT/afsevent.h>
18 #include <afs/afsutil.h>
20 #include "AFS_component_version_number.c"
22 /* returns 0 if the password is long enough, otherwise non-zero */
24 main(int argc
, char *argv
[])
26 char oldpassword
[512];
30 if (fgets(oldpassword
, 512, stdin
))
31 while (fgets(password
, 512, stdin
)) {
32 if (strlen(password
) > 8) { /* password includes a newline */
38 fputs("Passwords must contain at least 8 characters.\n",