summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/zopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of corrupt compress(1)ed data. [11:04]bz2011-09-281-6/+17
| | | | | | | | | | Add missing length checks on unix socket addresses. [11:05] Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-11:04.compress Security: CVE-2011-2895 [11:04] Security: FreeBSD-SA-11:05.unix
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Correct some typos in comments, no functional changes.bcr2010-10-161-1/+1
|
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
| | | | Tested with: make universe
* Unbreak r1.11 by delhij. Blind change from unsigned to signed charkan2005-05-181-2/+2
| | | | | pointer causes problems with sign extension and leads to compress(1) dumping core on any non-trivial incoming data.
* Consistently use signed char so gcc4 won't complaindelphij2005-05-021-1/+1
|
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-23/+8
|
* remove __Pimp2002-03-221-7/+7
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-4/+3
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-6/+8
| | | | | Use a better choice than size_t for vertain variables. Fix some comment alignment.
* WARNS=2 fix and 'register' removal.markm2001-12-021-16/+19
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-2/+3
|
* a header file for zopen.3wosch1996-08-201-0/+1
| | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr>
* Correct the usage of the maxmaxcode so that compress -b 12 works again.ats1995-01-021-2/+2
| | | | Thanks to Dave Rivers for reporting that problem.
* Add David River's patch fix to use the passed in number of bits (-b <n>)jkh1994-12-311-1/+1
| | | | | properly. Submitted by: rivers
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+740
OpenPOWER on IntegriCloud