mirror of https://github.com/MidnightCommander/mc
* extfs/iso9660.in (mcisofs_list): Fix regular expression for stripping
of file name. Use autotools macro for awk instead full path. * ChangeLog: Replace my old e-mail with my new e-mail
This commit is contained in:
parent
28c1c01c53
commit
7febc1e97c
|
@ -1,3 +1,8 @@
|
|||
2004-10-29 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/iso9660.in (mcisofs_list): Fix regular expression for stripping
|
||||
of file name. Use autotools macro for awk instead full path.
|
||||
|
||||
2004-10-28 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* extfs/iso9660.in (mcisofs_list): Fix stripping of file name in awk code.
|
||||
|
@ -117,7 +122,7 @@
|
|||
reduce the use of g_strdup. (vfs_split): Changes due to the
|
||||
new string length parameter.
|
||||
|
||||
2004-09-25 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-25 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* direntry.c (vfs_s_free_entry): g_free handles NULL argument too,
|
||||
no need for the comparison.
|
||||
|
@ -169,7 +174,7 @@
|
|||
(vfs_s_find_inode): Likewise.
|
||||
* xdirentry.h: Likewise.
|
||||
|
||||
2004-09-22 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-22 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* direnty.c (vfs_s_new_entry): Revert last changes.
|
||||
(vfs_s_generate_entry): Likewise.
|
||||
|
@ -187,7 +192,7 @@
|
|||
|
||||
* smbfs.c (smbfs_init): Added a cast to avoid compiler warning.
|
||||
|
||||
2004-09-17 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-17 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs.c (extfs_open_archive): Fixes bug in extfs, which showed
|
||||
'Inconsistent extfs archive' on small archives and diffs.
|
||||
|
@ -200,7 +205,7 @@
|
|||
* fish.c (fish_file_store): Call got_interrupt() instead of testing
|
||||
whether got_interrupt is non-NULL (it always is).
|
||||
|
||||
2004-09-04 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-04 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* vfs.c (vfs_cmp_handle): Fix warnings on 64-bit platforms.
|
||||
(vfs_op): Likewise.
|
||||
|
@ -231,12 +236,12 @@
|
|||
* mcfs.c (mcfs_readlink): Fixed syntax error (usage of
|
||||
undeclared variable). Simplified string copying.
|
||||
|
||||
2004-09-02 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/uzip.in (mczipfs_list): Add support for negative
|
||||
compression ratio in archive listing.
|
||||
|
||||
2004-09-02 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* direntry.c (vfs_s_readlink): Use g_strlcpy() instead of strncpy().
|
||||
* ftpfs.c (ftpfs_get_reply): Use g_strlcpy() instead of strncpy().
|
||||
|
@ -254,7 +259,7 @@
|
|||
|
||||
Based on patches from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-09-01 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-09-01 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* fish.c (fish_get_reply): Use g_strlcpy() instead of
|
||||
sequence strncpy(), name[len] = '\0'
|
||||
|
@ -285,7 +290,7 @@
|
|||
|
||||
From Andrew V. Samoilov <sav@bcs.zp.ua>.
|
||||
|
||||
2004-08-26 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-26 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* direntry.c: Use g_strlcpy() instead of strncpy() to fix buffer
|
||||
overflow.
|
||||
|
@ -315,20 +320,20 @@
|
|||
|
||||
* ftpfs.c (ftpfs_send_command): likewise.
|
||||
|
||||
2004-08-21 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-21 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/urar.in: Fix non-POSIX constructs.
|
||||
|
||||
From Koblinger Egmont <egmont@uhulinux.hu>
|
||||
|
||||
2004-08-21 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-21 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/rpm: Modified workaround for spaces and single quotes
|
||||
in the path name.
|
||||
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-08-21 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-21 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/rpm: Don't show cpio contents in main rpm view.
|
||||
Also avoids copying files from main view instead of from
|
||||
|
@ -337,7 +342,7 @@
|
|||
|
||||
From Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-08-21 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-21 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* samba/lib/util.c (tmpdir): Use MC_TMPDIR environment variable.
|
||||
(automount_lookup): More secure code.
|
||||
|
@ -372,7 +377,7 @@
|
|||
Simplified string handling by using free_after() from src/util.h.
|
||||
Fixed one memory leak and one accidental modification.
|
||||
|
||||
2004-08-18 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-18 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/rpm: Command line parameters fix for UPGRADE.
|
||||
Fix mcrpmfs_copyout for INFO/OBSOLETES and INFO/LICENSE
|
||||
|
@ -417,7 +422,7 @@
|
|||
* vfs.h: Has been split up into vfs.h (for clients) and vfs-impl.h
|
||||
(for filesystem implementors).
|
||||
|
||||
2004-08-16 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
2004-08-16 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/deb.in: Security fix patch. Fix insecure temporary file and
|
||||
directory creations. (CAN-2004-0231).
|
||||
|
|
|
@ -32,13 +32,13 @@ case "$1" in
|
|||
*) MYCAT="cat";;
|
||||
esac
|
||||
|
||||
$ISOINFO -l -i "$1" | /usr/bin/awk '
|
||||
$ISOINFO -l -i "$1" | @AWK@ '
|
||||
BEGIN {
|
||||
dir="";
|
||||
# Pattern to match 8 first fields.
|
||||
rx = "[^ ]+[ ]+";
|
||||
rx = "^" rx rx rx rx rx rx rx rx;
|
||||
irx = "^\[ *[0-9]* +[0-9]+\] ";
|
||||
irx = "^\\[ *[0-9]* *[0-9]+\\] ";
|
||||
}
|
||||
/^$/ { next }
|
||||
/^d---------/ { next }
|
||||
|
|
Loading…
Reference in New Issue