summaryrefslogtreecommitdiff
path: root/lib/libz
AgeCommit message (Collapse)Author
2004-12-03sync w/ zlib.h -r 1.8;Jason McIntyre
2004-12-03update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)Damien Miller
"in it goes" deraadt@, in the near-total absence of feedback from others
2004-12-03this page documents zlib 1.2.1, not 1.1.4;Jason McIntyre
2004-08-26Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.Otto Moerbeek
ok miller@ henning@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-01-29some fixes from wiz@netbsd, and a couple other bits;Jason McIntyre
2003-12-17add MLINKS for new functions;Jason McIntyre
2003-12-17sync man page with update to zlib 1.2.1;Jason McIntyre
2003-12-17HAVE_UNISTD_H is unused; nuke itTodd C. Miller
2003-12-17sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOWTodd C. Miller
henning@ OK
2003-12-17#ifndef SLOW for consistency with sys/lib/libz/, not used for now;Henning Brauer
millert@ agrees
2003-12-16Remove old definition of crc_table that conflicts with new one whenTodd C. Miller
DYNAMIC_CRC_TABLE is defined. OK henning@
2003-12-16bump majorHenning Brauer
ok millert@ (previous as well)
2003-12-16total_in and total_out need to be off_t, not unsigned long.Henning Brauer
some bugs return: i fixed the same some months ago when we had this other gzip there. this bug resulted in wrong size stats for > 4GB files, and in the case that the input file was > 4GB and could be compressed to < 4GB gzip not zipping it as it would grow in its eyes.
2003-12-16update to zlib 1.2.1Henning Brauer
ok millert@ deraadt@
2003-10-04set flag that we are restarting; pr 2886, also same diff found in netbsd;Theo de Raadt
how did this sit around so long??
2003-10-03updated URL for zlib from wiz@netbsd;Jason McIntyre
2003-10-01oops, didn't change the Makefile.Jason McIntyre
add MLINKS to compress.3. rescued by deraadt@
2003-10-01- rename zlib(3) -> compress(3) so the name describes a function which exists;Jason McIntyre
- .Xr compress 1 requested by deraadt@
2003-09-25add man page for zlib(3). This is basically an mdoc version of <zlib.h>.Jason McIntyre
ok henning@ deraadt@
2003-04-02use strlcpy; millert okTheo de Raadt
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-02-27Check snprintf() return value for truncation; deraadt@ OKTodd C. Miller
2003-02-26Define HAS_snprintf too; deraadt@ OKTodd C. Miller
2003-02-23define HAS_vsnprintfTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
2002-07-06Add some missing checks for malloc() returning NULL.Todd C. Miller
Noticed by Lars J. Buitinck. deraadt@ OK
2002-03-15increment minor due to security fixTodd C. Miller
2002-03-12Update to zlib-1.1.4Todd C. Miller
2002-01-18Fix some zlib memory leaks, originally from Mark AdlerTodd C. Miller
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-08-12fake out malloc(0)Theo de Raadt
2000-03-02$OpenBSD$Todd T. Fries
1998-09-08include stand.h if -D_STANDALONETodd C. Miller
1998-08-08zlib 1.1.3Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-01-20documents algorithm used.Todd C. Miller
1997-01-19zlib 1.0.4Todd C. Miller
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-27incremented since we added gz_iszipped.Todd C. Miller
1996-10-27Adds gz_iszipped() function.Todd C. Miller
1996-07-27Fix typos on install of include filesThorsten Lockert
1996-07-27Integrate zlib v1.0.3Thorsten Lockert