[Pkg-shadow-commits] r1989 - in upstream/trunk: . lib
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Mon May 19 20:59:00 UTC 2008
Author: nekral-guest
Date: 2008-05-19 20:58:59 +0000 (Mon, 19 May 2008)
New Revision: 1989
Modified:
upstream/trunk/ChangeLog
upstream/trunk/lib/getdef.c
Log:
SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
only exist if configured with --with-sha-crypt.
Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog 2008-05-19 20:56:48 UTC (rev 1988)
+++ upstream/trunk/ChangeLog 2008-05-19 20:58:59 UTC (rev 1989)
@@ -1,5 +1,10 @@
2008-05-19 Nicolas François <nicolas.francois at centraliens.net>
+ * lib/getdef.c: SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
+ only exist if configured with --with-sha-crypt.
+
+2008-05-19 Nicolas François <nicolas.francois at centraliens.net>
+
* libmisc/salt.c: Document the section closed by #endif
2008-05-19 Nicolas François <nicolas.francois at centraliens.net>
Modified: upstream/trunk/lib/getdef.c
===================================================================
--- upstream/trunk/lib/getdef.c 2008-05-19 20:56:48 UTC (rev 1988)
+++ upstream/trunk/lib/getdef.c 2008-05-19 20:58:59 UTC (rev 1989)
@@ -76,8 +76,10 @@
{"PASS_MAX_DAYS", NULL},
{"PASS_MIN_DAYS", NULL},
{"PASS_WARN_AGE", NULL},
+#ifdef USE_SHA_CRYPT
{"SHA_CRYPT_MAX_ROUNDS", NULL},
{"SHA_CRYPT_MIN_ROUNDS", NULL},
+#endif
{"SULOG_FILE", NULL},
{"SU_NAME", NULL},
{"SYS_GID_MAX", NULL},
More information about the Pkg-shadow-commits
mailing list