pwqprivate.h | pwqprivate.h | |||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
struct pwquality_settings { | struct pwquality_settings { | |||
int diff_ok; | int diff_ok; | |||
int min_length; | int min_length; | |||
int dig_credit; | int dig_credit; | |||
int up_credit; | int up_credit; | |||
int low_credit; | int low_credit; | |||
int oth_credit; | int oth_credit; | |||
int min_class; | int min_class; | |||
int max_repeat; | int max_repeat; | |||
int max_class_repeat; | int max_class_repeat; | |||
int max_sequence; | ||||
int gecos_check; | int gecos_check; | |||
char *bad_words; | char *bad_words; | |||
char *dict_path; | char *dict_path; | |||
}; | }; | |||
struct setting_mapping { | struct setting_mapping { | |||
const char *name; | const char *name; | |||
int id; | int id; | |||
int type; | int type; | |||
}; | }; | |||
skipping to change at line 74 | skipping to change at line 75 | |||
* notice, and the entire permission notice in its entirety, | * notice, and the entire permission notice in its entirety, | |||
* including the disclaimer of warranties. | * including the disclaimer of warranties. | |||
* 2. Redistributions in binary form must reproduce the above copyright | * 2. Redistributions in binary form must reproduce the above copyright | |||
* notice, this list of conditions and the following disclaimer in the | * notice, this list of conditions and the following disclaimer in the | |||
* documentation and/or other materials provided with the distribution. | * documentation and/or other materials provided with the distribution. | |||
* 3. The name of the author may not be used to endorse or promote | * 3. The name of the author may not be used to endorse or promote | |||
* products derived from this software without specific prior | * products derived from this software without specific prior | |||
* written permission. | * written permission. | |||
* | * | |||
* ALTERNATIVELY, this product may be distributed under the terms of | * ALTERNATIVELY, this product may be distributed under the terms of | |||
* the GNU Public License, in which case the provisions of the GPL are | * the GNU General Public License version 2 or later, in which case the | |||
* required INSTEAD OF the above restrictions. (This clause is | * provisions of the GPL are required INSTEAD OF the above restrictions. | |||
* necessary due to a potential bad interaction between the GPL and | ||||
* the restrictions contained in a BSD-style copyright.) | ||||
* | * | |||
* THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED | * THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED | |||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | |||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |||
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | |||
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | |||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |