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>
17 #include <WINNT/afsevent.h>
19 #include <afs/afsutil.h>
21 #include "AFS_component_version_number.c"
23 /* returns 0 if the password is long enough, otherwise non-zero */
25 main(int argc
, char *argv
[])
27 char oldpassword
[512];
31 if (fgets(oldpassword
, 512, stdin
))
32 while (fgets(password
, 512, stdin
)) {
33 if (strlen(password
) > 8) { /* password includes a newline */
39 fputs("Passwords must contain at least 8 characters.\n",