Cisco Cisco MediaSense Release 9.1(1) Licensing Information

Page of 6316
             Open Source Used In Cisco MediaSense 11.5(1)                                                                                                                                    982
}
#else
{
char *msg;
if (msg = (char *) FascistCheck(pwbuf, CRACKLIB_DICTPATH)) {
printf("Please use a different password.\n");
printf("The one you have chosen is unsuitable because %s.\n", msg);
continue;/* go round and round until they get it right */
}
}
#endif /* CRACKLIB_DICTPATH */
 
(void)strcpy(buf, p);
if (!strcmp(buf, getpass("Retype new password:")))
break;
(void)printf("Mismatch; try again, EOF to quit.\n");
}
---- end of extract ----
 
1.89 cracklib_scripts 2.8.16 :4.el6
1.89.1 Available under license : 
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. 
dnl This file is free software, distributed under the terms of the GNU 
dnl General Public License.  As a special exception to the GNU General 
dnl Public License, this file may be distributed as part of a program 
dnl that contains a configuration script generated by Autoconf, under 
dnl the same distribution terms as the rest of that program.
GNU GENERAL PUBLIC LICENSE        
       Version 2, June 1991        
       
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,        
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA        
Everyone is permitted to copy and distribute verbatim copies        
of this license document, but changing it is not allowed.        
       
    Preamble        
       
 The licenses for most software are designed to take away your        
freedom to share and change it.  By contrast, the GNU General Public        
License is intended to guarantee your freedom to share and change free        
software--to make sure the software is free for all its users.  This        
General Public License applies to most of the Free Software        
Foundation's software and to any other program whose authors commit to        
using it.  (Some other Free Software Foundation software is covered by        
the GNU Lesser General Public License instead.)  You can apply it to        
your programs, too.