Module Name: src
Committed By: sborrill
Date: Fri Oct 16 14:51:33 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1096
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.112 src/doc/CHANGES-5.1:1.1.2.113
--- src/doc/CHANGES-5.1:1.1.2.112 Fri Oct 16 12:11:18 2009
+++ src/doc/CHANGES-5.1 Fri Oct 16 14:51:32 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.112 2009/10/16 12:11:18 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.113 2009/10/16 14:51:32 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14318,3 +14318,11 @@
puffs_init() and before puffs_mount().
[pooka, ticket #1095]
+usr.sbin/user/user.c 1.124
+
+ Fix -p flag.
+ - rm_eo is the first character *after* the match, so
+ no need for a +1.
+ - Blowfish hashes are only 53 chars long, not 54.
+ [hubertf, ticket #1096
+