Re: Fix for password-protected .rar files

2006-07-25 Thread Pavel Tsekov
Hello Denis, On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 unrar of password-protected archives hangs (unrar opens /dev/tty and sits there, waiting for the password) The patch adds -p- switch. I did some tests which show that the

Re: Fix for password-protected .rar files

2006-07-25 Thread Pavel Tsekov
Hello Denis, On Mon, 24 Jul 2006, Denis Vlasenko wrote: The patch includes random quoting of shell variables as well as formatting fixes - please submit a proper patch which does only what it advertises. Ok, the attached patch quotes some environment variables. vfs/extfs/* scripts seem

Re: Fix for password-protected .rar files

2006-07-25 Thread Denis Vlasenko
On Monday 24 July 2006 17:54, Andy Shevchenko wrote: Denis Vlasenko пишет: - $ISOINFO -i $1 -x /$2 $3 +$ISOINFO -i $1 -x /$2 $3 - RPM=rpm --nosignature +RPM=rpm --nosignature - RPM=rpm +RPM=rpm - RPM=rpm --nosignature +RPM=rpm --nosignature - RPM=rpm

Re: Fix for password-protected .rar files

2006-07-25 Thread Denis Vlasenko
On Tuesday 25 July 2006 18:15, Andy Shevchenko wrote: Denis Vlasenko wrote: What the main idea for removing spaces is here? To make indentation more consistent across extfs scripts IIRC the whitespaces moving is a bad idea at least here (in mc code). May be Pavel corrects me. Nix the

Re: Fix for password-protected .rar files

2006-07-25 Thread Pavel Tsekov
Hello Denis, On Tue, 25 Jul 2006, Pavel Tsekov wrote: On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 unrar of password-protected archives hangs (unrar opens /dev/tty and sits there, waiting for the password) The patch adds -p-

Re: Fix for password-protected .rar files

2006-07-24 Thread Pavel Tsekov
On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 Is this option supported on earlier versions of rar which might be still used ? unrar of password-protected archives hangs (unrar opens /dev/tty and sits there, waiting for the password)

Re: Fix for password-protected .rar files

2006-07-24 Thread Denis Vlasenko
On Monday 24 July 2006 16:31, Pavel Tsekov wrote: On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 Is this option supported on earlier versions of rar which might be still used ? Don't know. :) unrar of password-protected archives

Re: Fix for password-protected .rar files

2006-07-24 Thread Oswald Buddenhagen
On Mon, Jul 24, 2006 at 05:35:33PM +0200, Denis Vlasenko wrote: On Monday 24 July 2006 16:31, Pavel Tsekov wrote: On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 Is this option supported on earlier versions of rar which might be