Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-02 | use strlcpy; millert ok | Theo de Raadt | |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-02-27 | Check snprintf() return value for truncation; deraadt@ OK | Todd C. Miller | |
2003-02-26 | Define HAS_snprintf too; deraadt@ OK | Todd C. Miller | |
2003-02-23 | define HAS_vsnprintf | Theo de Raadt | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd 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-06 | Add some missing checks for malloc() returning NULL. | Todd C. Miller | |
Noticed by Lars J. Buitinck. deraadt@ OK | |||
2002-03-15 | increment minor due to security fix | Todd C. Miller | |
2002-03-12 | Update to zlib-1.1.4 | Todd C. Miller | |
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-12 | fake out malloc(0) | Theo de Raadt | |
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
1998-09-08 | include stand.h if -D_STANDALONE | Todd C. Miller | |
1998-08-08 | zlib 1.1.3 | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-20 | documents algorithm used. | Todd C. Miller | |
1997-01-19 | zlib 1.0.4 | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-10-27 | incremented since we added gz_iszipped. | Todd C. Miller | |
1996-10-27 | Adds gz_iszipped() function. | Todd C. Miller | |
1996-07-27 | Fix typos on install of include files | Thorsten Lockert | |
1996-07-27 | Integrate zlib v1.0.3 | Thorsten Lockert | |