summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/gzip.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU gzip left-offs, they are no longer necessary.delphij2007-01-311-320/+0
|
* Correct multiple vulnerabilities in gzip(1).simon2006-09-191-0/+2
| | | | Security: FreeBSD-SA-06:21.gzip
* Gzip assumes 'unsigned long' is 32-bits wide and depends on this.obrien2004-05-021-3/+6
| | | | | | | | | | | | | | One thing Gzip does is implicitly by store the size of a file into an 'unsigned long' rather than explicitly compute the remainder modulo 2^32 (see RFC 1952 section 2.3.1 "ISIZE"). Thus an extracted file size is does not equal the original size (mod 2^32) for files larger than 4GB. This manifests itself in errors such as: zcat: bigfile.gz: invalid compressed data--length error PR: 66008, 66009 Submitted by: Peter Losher <Peter_Losher@isc.org> Patch by: tjr
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Updated gzip from 1.1 to 1.2.2nate1993-06-191-12/+25
|
* Gzip 1.1nate1993-06-181-0/+302
OpenPOWER on IntegriCloud