904fb4eef1
Quote from Changelog.en. Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team samba-2.2.8a-ja-1.0 ~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed permissions for docs/ja/htmldocs/BrowsingFAQ/image/*.gif [sugj-tech:5281] Changes to the original version * Fixed Japanese file name problem for DFS [samba-jp:14700] samba-2.2.8a-ja-1.0alpha3 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed the problem which depends on size of off_t [sugj-tech:5272] samba-2.2.8a-ja-1.0alpha2 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed unmatched problem for int<->unsigned int [sugj-tech:5248] * Fixed unmatched problem for uint32<->unsigned int [sugj-tech:5253]
17 lines
648 B
Text
17 lines
648 B
Text
$NetBSD: patch-ad,v 1.2 2003/05/27 15:59:09 taca Exp $
|
|
|
|
--- include/local.h.orig 2003-05-20 11:56:02.000000000 +0900
|
|
+++ include/local.h
|
|
@@ -169,10 +169,10 @@
|
|
* Default passwd chat script.
|
|
*/
|
|
|
|
-#define DEFAULT_PASSWD_CHAT "*new*password* %n\\n *new*password* %n\\n *changed*"
|
|
+#define DEFAULT_PASSWD_CHAT "*\\n*ew\\spassword* %n\\n *ew\\spassword* %n\\n *updating\\sthe\\sdatabase...\\npasswd:\\sdone\\n"
|
|
|
|
/* Minimum length of allowed password when changing UNIX password. */
|
|
-#define MINPASSWDLENGTH 5
|
|
+#define MINPASSWDLENGTH 6
|
|
|
|
/* maximum ID number used for session control. This cannot be larger
|
|
than 62*62 for the current code */
|