summaryrefslogtreecommitdiffstats
path: root/lib/libz
Commit message (Collapse)AuthorAgeFilesLines
* Revert 212517 to restore pristine state of this fileimp2010-10-131-2/+0
|
* Include FreeBSD svn tagimp2010-09-131-0/+2
|
* MFV: zlib 1.2.5.delphij2010-04-2018-74/+117
|
* Expose a few symbols as public interface rather than private.delphij2010-04-161-6/+6
| | | | | | | | Note: the *64 interfaces are no longer exposed via zlib.h but were keep as public interfaces; Note 2: this commit would break applications that uses the moved symbols directly.
* MFV: libz 1.2.4.3.delphij2010-04-1611-35/+104
|
* Remove _LARGEFILE64_SOURCE==1 case which is supposed to be always falsedelphij2010-04-011-1/+1
| | | | | | on FreeBSD. Pointed out by: dougb
* For now, hardcode FreeBSD configuration that will never change on zlib.h:delphij2010-04-011-25/+0
| | | | unifdef -D_FILE_OFFSET_BITS=64 -U_LFS64_LARGEFILE -U_LARGEFILE64_SOURCE
* Update to 1.2.4.1 (beta).delphij2010-03-3114-66/+78
|
* Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-2241-2144/+7559
|\ | | | | | | | | | | library. Sponsored by: iXsystems, Inc.
| * Create a custom branch where I will be able to do the merge.delphij2010-03-1932-13532/+0
|/
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* Resolve conflicts.des2006-03-2318-151/+695
|
* This commit was generated by cvs2svn to compensate for changes in r157043,des2006-03-235-59/+306
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of ZLib 1.2.3.des2006-03-2323-215/+1006
| |
* | Correct a buffer overflow which can occur when decompressing acperciva2005-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]
* | Correct a buffer overflow which occurred in the handling of somecperciva2005-07-061-1/+1
| | | | | | | | | | | | | | particularly corrupt deflated data streams. Security: FreeBSD-SA-05:16.zlib Approved by: re (security blanket)
* | Remove libz and pppd redundancyimp2005-06-031-2/+0
| |
* | Document zlib update procedure and provide future maintainers akientzle2005-05-111-0/+44
| | | | | | | | | | | | snapshot of the current state of the import. MFC after: 2 weeks
* | Since the FreeBSD local modifications are mostly trivial (consistingkientzle2005-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
* | Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2.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
* | This commit was generated by cvs2svn to compensate for changes in r145474,kientzle2005-04-244-52/+116
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * ZLib 1.2.2kientzle2005-04-2416-135/+246
| |
| * Remove files that are no longer present in the zlib distribution fromtjr2004-07-019-1143/+0
| | | | | | | | the vendor branch.
* | Correct a denial-of-service vulnerability in zlib.nectar2004-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>
* | Update makefile for zlib 1.2.1.tjr2004-06-301-2/+1
| |
* | Resolve conflicts.tjr2004-06-3024-2711/+3319
| |
* | This commit was generated by cvs2svn to compensate for changes in r131377,tjr2004-06-3011-441/+2290
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.2.1 (trimmed)tjr2004-06-3029-2214/+5639
| |
* | Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-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.
* | Fix URL of zlib home page: It's hosted at gzip.org now.se2003-06-261-1/+1
| |
* | In src/lib/libz/gzio.c the function gzprintf does not check if thejmz2003-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
* | Actually implement gzip's -c option. minigzip now also doublesjohan2002-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
* | Fix an easy warning in a local addition.markm2002-08-011-1/+1
| |
* | Work around a gcc bug which causes zlib to dump core in certainkris2002-03-311-2/+7
| | | | | | | | | | | | situations. This can be removed once gcc is fixed. Submitted by: bde
* | Remove some files we don't want.green2002-03-112-134/+0
| |
* | s/nilename/filename/green2002-03-111-1/+1
| |
* | Fix conflicts.green2002-03-1121-57/+65
| |
* | This commit was generated by cvs2svn to compensate for changes in r92111,green2002-03-119-82/+119
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-1130-137/+185
| |
* | This commit was generated by cvs2svn to compensate for changes in r92109,green2002-03-112-0/+134
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-112-0/+134
| |
* | Error handling fixes for inflate.jedgar2002-02-171-4/+7
| |
* | Add huff __FBSDID()s puff to whew! libzdillon2001-09-3018-13/+44
| |
* | Add zopen(), a stdio wrapper for gzipped data streams.kris2001-09-062-1/+41
| | | | | | | | Obtained from: NetBSD
* | Remove whitespace at EOL.dd2001-07-151-1/+1
| |
* | MAN[1-9] -> MAN.ru2001-03-271-1/+1
| |
* | Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | | | | | Compatability is not an existing english word.
* | Add appropriate defines to use snprintf/vsnprintf instead ofjedgar2000-12-061-0/+2
| | | | | | | | | | | | sprintf/vsprintf. Approved by: peter
* | sprintf -> snprintfkris2000-11-261-1/+1
| |
* | Prevent buffer overflows.kris2000-08-041-0/+10
| |
OpenPOWER on IntegriCloud