~ubuntu-branches/ubuntu/karmic/unzip/karmic

« back to all changes in this revision

Viewing changes to vms/unz_cli.cld

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-09-29 17:02:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050929170250-my63eoy88vv1gd7e
Tags: 5.52-3ubuntu2
* SECURITY UPDATE: Fix file permission modification race.
* unix/unix.c: Use fchmod() instead of chmod() to change permissions on the
  files unzip actually created, not the files another attacker might have
  hardlinked to in the meantime.
* CAN-2005-2475

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
        Module          VMS_UNZIP_CLD
2
 
        Ident           "02-008"
 
2
        Ident           "02-009"
3
3
 
4
4
Define  Verb            UNZIP
5
5
        Parameter       P1, Label=ZIPFILE, Prompt="Zip file"
19
19
        Qualifier       TEST, Negatable
20
20
        Qualifier       PIPE, Nonnegatable
21
21
        Qualifier       PASSWORD, VALUE(REQUIRED), Nonnegatable
22
 
        Qualifier       TRAVERSE_DIRS, Negatable     
 
22
        Qualifier       TIMESTAMP, Nonnegatable
 
23
        Qualifier       TRAVERSE_DIRS, Negatable
23
24
        Qualifier       UPPERCASE, Negatable
24
25
        Qualifier       UPDATE, Negatable
25
26
        Qualifier       VERSION, Negatable