aboutsummaryrefslogtreecommitdiff
path: root/lib/libz
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was generated by cvs2svn to compensate for changes in r157043,Dag-Erling Smørgrav2006-03-235-59/+306
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=157044
| * Vendor import of ZLib 1.2.3.Dag-Erling Smørgrav2006-03-2323-215/+1006
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=157043
* | Correct a buffer overflow which can occur when decompressing aColin Percival2005-07-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | carefully crafted deflated data stream. [1] Correct problems in the AES-XCBC-MAC IPsec authentication algorithm. [2] Submitted by: suz [2] Security: FreeBSD-SA-05:18.zlib [1], FreeBSD-SA-05:19.ipsec [2] Notes: svn path=/head/; revision=148436
* | Correct a buffer overflow which occurred in the handling of someColin Percival2005-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | particularly corrupt deflated data streams. Security: FreeBSD-SA-05:16.zlib Approved by: re (security blanket) Notes: svn path=/head/; revision=147790
* | Remove libz and pppd redundancyWarner Losh2005-06-031-2/+0
| | | | | | | | Notes: svn path=/head/; revision=146933
* | Document zlib update procedure and provide future maintainers aTim Kientzle2005-05-111-0/+44
| | | | | | | | | | | | | | | | | | snapshot of the current state of the import. MFC after: 2 weeks Notes: svn path=/head/; revision=146082
* | Since the FreeBSD local modifications are mostly trivial (consistingTim Kientzle2005-05-1115-78/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primarily of pointless $FreeBSD$ tags), sync most files in HEAD with those in the ZLIB branch. This minimizes the differences between HEAD and ZLIB and should simplify future imports. After this, there are only three files with local modifications (gzio.c, minigzip.c, and zconf.h) and two non-vendor files (Makefile, zopen.c). The rest exactly match the vendor distribution. PR: i386/76294 MFC after: 2 weeks Notes: svn path=/head/; revision=146081
* | Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2.Tim Kientzle2005-04-242-40/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These are two of the three files that have non-trivial differences from the vendor branch. minigzip.c is the third, but there were no changes from ZLib 1.2.1 to ZLib 1.2.2 in that file. The rest of the files I intend to get reverted back to the vendor branch (with cooperation of cvsadmin@). PR: i386/76294 Notes: svn path=/head/; revision=145490
* | This commit was generated by cvs2svn to compensate for changes in r145474,Tim Kientzle2005-04-244-52/+116
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=145475
| * ZLib 1.2.2Tim Kientzle2005-04-2416-135/+246
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=145474
| * Remove files that are no longer present in the zlib distribution fromTim J. Robbins2004-07-019-1143/+0
| | | | | | | | | | | | | | the vendor branch. Notes: svn path=/vendor/libz/dist/; revision=131386
* | Correct a denial-of-service vulnerability in zlib.Jacques Vidrine2004-08-262-0/+6
| | | | | | | | | | | | | | | | | | | | For reference, this bug was first reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252253 Submitted by: "Dmitry V. Levin" <ldv@altlinux.org> Notes: svn path=/head/; revision=134354
* | Update makefile for zlib 1.2.1.Tim J. Robbins2004-06-301-2/+1
| | | | | | | | Notes: svn path=/head/; revision=131382
* | Resolve conflicts.Tim J. Robbins2004-06-3024-2711/+3319
| | | | | | | | Notes: svn path=/head/; revision=131380
* | This commit was generated by cvs2svn to compensate for changes in r131377,Tim J. Robbins2004-06-3011-441/+2290
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=131378
| * Import zlib 1.2.1 (trimmed)Tim J. Robbins2004-06-3029-2214/+5639
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=131377
* | Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
| | | | | | | | | | | | | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. Notes: svn path=/head/; revision=119017
* | Fix URL of zlib home page: It's hosted at gzip.org now.Stefan Eßer2003-06-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=116890
* | In src/lib/libz/gzio.c the function gzprintf does not check if theJean-Marc Zucconi2003-03-141-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | amount of bytes (supposed to be) written by vsnprintf exceeds the size of the buffer. PR: bin/48844 Submitted by: Peter A Jonsson <pj@ludd.luth.se> Obtained from: OpenBSD MFC after: 1 month Notes: svn path=/head/; revision=112219
* | Actually implement gzip's -c option. minigzip now also doublesJohan Karlsson2002-10-031-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as zcat properly. PR: 13043 Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org> Jonathan Towne <jontow@twcny.rr.com> Approved by: peter, sheldonh (mentor) MFC After: 2 weeks Notes: svn path=/head/; revision=104418
* | Fix an easy warning in a local addition.Mark Murray2002-08-011-1/+1
| | | | | | | | Notes: svn path=/head/; revision=101146
* | Work around a gcc bug which causes zlib to dump core in certainKris Kennaway2002-03-311-2/+7
| | | | | | | | | | | | | | | | | | situations. This can be removed once gcc is fixed. Submitted by: bde Notes: svn path=/head/; revision=93497
* | Remove some files we don't want.Brian Feldman2002-03-112-134/+0
| | | | | | | | Notes: svn path=/head/; revision=92116
* | s/nilename/filename/Brian Feldman2002-03-111-1/+1
| | | | | | | | Notes: svn path=/head/; revision=92115
* | Fix conflicts.Brian Feldman2002-03-1121-57/+65
| | | | | | | | Notes: svn path=/head/; revision=92114
* | This commit was generated by cvs2svn to compensate for changes in r92111,Brian Feldman2002-03-119-82/+119
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92112
| * Import zlib 1.1.4 onto the vendor branch.Brian Feldman2002-03-1130-137/+185
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=92111
* | This commit was generated by cvs2svn to compensate for changes in r92109,Brian Feldman2002-03-112-0/+134
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92110
| * Import zlib 1.1.4 onto the vendor branch.Brian Feldman2002-03-112-0/+134
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=92109
* | Error handling fixes for inflate.Chris D. Faulhaber2002-02-171-4/+7
| | | | | | | | Notes: svn path=/head/; revision=90775
* | Add huff __FBSDID()s puff to whew! libzMatthew Dillon2001-09-3018-13/+44
| | | | | | | | Notes: svn path=/head/; revision=84228
* | Add zopen(), a stdio wrapper for gzipped data streams.Kris Kennaway2001-09-062-1/+41
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=83138
* | Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=79754
* | MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | | | | | Notes: svn path=/head/; revision=74870
* | Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | | | | | | | | Compatability is not an existing english word. Notes: svn path=/head/; revision=72093
* | Add appropriate defines to use snprintf/vsnprintf instead ofChris D. Faulhaber2000-12-061-0/+2
| | | | | | | | | | | | | | | | | | sprintf/vsprintf. Approved by: peter Notes: svn path=/head/; revision=69653
* | sprintf -> snprintfKris Kennaway2000-11-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=69203
* | Prevent buffer overflows.Kris Kennaway2000-08-041-0/+10
| | | | | | | | Notes: svn path=/head/; revision=64222
* | Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
| | | | | | | | | | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* | Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
| | | | | | | | | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* | Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_HBruce Evans1999-10-091-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just breaks the prototypes for gzseek() and gztell() when an application defines HAVE_UNISTD_H before including <zlib.h>. z_off_t was always long for compiling zlib, but was sometimes off_t for compiling applications, e.g., Ethereal 0.7.5. This "fix" preserves bug for bug binary compatibility. z_off_t should be off_t for everything, but zlib doesn't support off_t being longer than long, so using the correct type without fixing zlib's internals would at best break binary compatibility. This "fix" also make the namespace problems for HAVE_UNISTD_H no worse than hundreds of other namespace prooblems in zconf.h. I'll wait for a new release of zlib for proper fixes. Reported by: Guy Harris via jkh Notes: svn path=/head/; revision=52054
* | Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+2
| | | | | | | | | | | | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-2814-14/+14
| | | | | | | | Notes: svn path=/head/; revision=50476
* | Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.Peter Wemm1999-01-1013-103/+157
| | | | | | | | Notes: svn path=/head/; revision=42471
* | This commit was generated by cvs2svn to compensate for changes in r42468,Peter Wemm1999-01-1012-145/+553
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42469
| * Import zlib 1.1.3 onto the vendor branch.Peter Wemm1999-01-1021-235/+697
| | | | | | | | | | | | | | Obtained from: ftp.cdrom.com:/pub/infozip/zlib Notes: svn path=/vendor/libz/dist/; revision=42468
* | Allow minigzip to be invoked more like gzip, checking to seeJordan K. Hubbard1998-09-291-2/+12
| | | | | | | | | | | | | | | | | | if we're being called as gunzip as well as dealing with the -c flag. Submitted by: jhay Notes: svn path=/head/; revision=39746
* | Backup out the last commit, it was already there.Poul-Henning Kamp1998-04-171-3/+1
| | | | | | | | | | | | | | Noticed by: bde Notes: svn path=/head/; revision=35245
* | Manpages not installedPoul-Henning Kamp1998-04-171-1/+3
| | | | | | | | | | | | | | | | | | PR: 6327 Reviewed by: phk Submitted by: Chia-liang Kao <clkao@cirx.org> Notes: svn path=/head/; revision=35243
* | Install manpage tooAndrey A. Chernov1998-02-281-1/+2
| | | | | | | | Notes: svn path=/head/; revision=33918