summaryrefslogtreecommitdiff
path: root/lib/libz
AgeCommit message (Collapse)Author
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