Bug#438121: memory leak problem in the main-menu.c

2007-08-15 Thread Masami Ichikawa
Package: main-menu Version: 1.21 Severity: normal Tags: d-i, patch Hello. I found one memory leak problem in the main-menu.c at show_main_menu(). The "s" variable is leaked. Cheers, -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ Index: m

Bug#364526: debian-installer: Please implement a password-checking module

2007-06-19 Thread Masami Ichikawa
>> Index: user-setup-ask >> === >> --- user-setup-ask (revision 47268) >> +++ user-setup-ask (working copy) >> @@ -37,6 +37,8 @@ > I fixed messages in user-setup-udeb.templates. maybe this p

Bug#364526: debian-installer: Please implement a password-checking module

2007-06-17 Thread Masami Ichikawa
gt;> Default: true >> Index: user-setup-ask >> ======= >> --- user-setup-ask (revision 47268) >> +++ user-setup-ask (working copy) >> @@ -37,6 +37,8 @@ > Cheers, -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#364526: debian-installer: Please implement a password-checking module

2007-06-17 Thread Masami Ichikawa
on 06/18/07 01:04, Geert Stappers wrote: Op 17-06-2007 om 21:21 schreef Masami Ichikawa: + # password shouldn't contain login account. + ret=`echo $passwd | grep -ci $user` + if test $ret = 1; then + if test $passwd_len -ge $user_len; then + return 0 +

Re: Bug#364526: debian-installer: Please implement a password-checking module

2007-06-17 Thread Masami Ichikawa
, -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ Index: functions.sh === --- functions.sh (revision 47268) +++ functions.sh (working copy) @@ -39,3 +39,53 @@ return 1 } + +# Return a true value if password

Bug#364526: debian-installer: Please implement a password-checking module

2007-06-16 Thread Masami Ichikawa
Hello:-) Thanks for Otavio Salvador and Geert Stappers to reviewing. I'll repair the point pointed out ASAP. Cheers, -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Bug#364526: debian-installer: Please implement a password-checking module

2007-06-16 Thread Masami Ichikawa
;t contain login account. e.g. root's password doesn't allow these password. "root123" "123Root" "1ROOT23" 4. The password should contain lower cases, upper cases, numbers. I'm not sure that people wants to use it. so, I set a debconf pri

Bug#405774: main-menu: should call free()

2007-01-05 Thread Masami Ichikawa
Package: main-menu Version: 1.15 Severity: normal Tags: d-i, patch Hi. in show_main_menu(), menu was allocated but it isn't freed. I think it should be freed. I attached a patch. I made own d-i image with custom main-menu and did test it. it works fine. Cheers, -- /* * Masami Ich

Bug#399071: hostname can use uppercase letters.

2006-11-17 Thread Masami Ichikawa
ith a minus sign." so, from this message I thought that I can't use uppercase letters. although, I can use uppercase letters. I think the error message is not correct. Cheers. -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ -- To UNSUBSCRIBE,