mc/lib
Artem S. Tashkinov 07de6670ed Ticket #2050: extfs/urar: disable user/system configuration for list and copyout operations.
My system wide .rarrc contains these switches

switches= -m5 -mdG -r -s -t -ol -tl

So whenever you list the contents of any archive or copy a file out of
it, RAR/UNRAR will traverse *all* sub directories (note -r, recursive
switch) in a current directory trying to find *all* archives with the
same name. So, the net result might be that unrar/rar will extract
the wrong file and spend a lot of time trying to find archives with
the same name.

That's why I strongly suggest disabling user/system configuration
for archive list and copyout operations (note the added -cfg switch).

I have contacted Eugene Roshal and he said that he won't disable -r switch
for extract and archive list operations, so, we can only fix this problem
on our side.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-04-22 10:18:46 +04:00
..
filehighlight Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
mcconfig Applied MC indentation policy. 2010-03-30 16:21:22 +04:00
search Applied MC indentation policy. 2010-03-30 16:21:22 +04:00
skin Applied MC indentation policy. 2010-04-06 11:16:11 +04:00
strutil Use system function strverscmp() if exists. 2010-02-22 11:08:37 +02:00
tty Ticket #1648: fixed frame corners for NCurses screen library. 2010-04-14 14:38:22 +04:00
vfs Ticket #2050: extfs/urar: disable user/system configuration for list and copyout operations. 2010-04-22 10:18:46 +04:00
Makefile.am lib/Makefile.am: added lib/skin.h into distribution 2010-02-02 18:01:18 +02:00
filehighlight.h Changes for build after moving interface includes 2010-01-26 10:30:25 +02:00
fileloc.h extfs.ini file is replaced to extfs.d directory. 2010-02-15 16:10:02 +00:00
fs.h
glibcompat.c
glibcompat.h
global.h Move logging.[ch] into library 2010-01-26 10:30:26 +02:00
logging.c Changes for build after moving logging.[ch] into library 2010-01-26 10:30:26 +02:00
logging.h Move logging.[ch] into library 2010-01-26 10:30:26 +02:00
mcconfig.h Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
search.h Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
skin.h Ticket #1999: changed color of inactive visible main menu. 2010-02-23 19:01:56 +03:00
strescape.h Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
strutil.h Ticket #1994: Sort files by version (like strverscmp(3) does) 2010-02-22 11:08:37 +02:00
timefmt.h Added missed includes. 2010-02-02 21:45:11 +03:00
unixcompat.h patches for AIX with ncurses support 2010-01-27 10:04:38 +02:00
util.c lib/util.c: Fixed memleak in load_mc_home_file() function 2010-03-30 16:21:22 +04:00
util.h Ticket #1767: Custom/locale-based date format 2010-02-15 12:31:47 +02:00
utilunix.c Ticket #262: remove obsolete own putenv() implementation. 2010-01-30 18:31:24 +03:00