summaryrefslogtreecommitdiff
path: root/lib/cpio.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Blargh, more fdFree() braindamagePanu Matilainen1-1/+2
2012-07-02Push payload file size limit checking into cpio codePanu Matilainen1-0/+5
2012-04-18Move cpio end trailer detection to the cpio codePanu Matilainen1-0/+4
2012-04-18Separate payload archive close and freePanu Matilainen1-2/+11
2012-04-17Lose unnecessary cfd member from fsm, refcount through payload insteadPanu Matilainen1-1/+2
2012-03-30Drop no longer needed include of fsm.hFlorian Festi1-1/+1
2012-03-27Remove Fseek() code from rpmcpioHeaderRead for nowFlorian Festi1-11/+7
2012-03-27Untangle lib/fsm.c and lib/cpio.cFlorian Festi1-49/+206
2011-05-30Eliminate dead NULL-assignment by avoiding unnecessary allocationPanu Matilainen1-15/+12
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2009-12-23Move major, minor + makedev portability stuff out of system.h, simplifyPanu Matilainen1-0/+8
2009-03-19Revert couple of checksum -> digest renamesPanu Matilainen1-1/+1
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-2/+2
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+1
2008-06-30strntoul() is supposed to return unsigned long, not intPanu Matilainen1-1/+1
2008-05-08Caught pants down with strlcpy() vs strncpy() semanticsPanu Matilainen1-2/+2
2008-05-03Add missing includePanu Matilainen1-0/+1
2008-04-28Remove alloca() from strntoul() helper in cpioPanu Matilainen1-5/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-4/+5
2007-12-14Oops, major + minor are not dev_t...Panu Matilainen1-1/+1
2007-12-14Use dev_t instead of ints..Panu Matilainen1-6/+7
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen1-1/+0
2007-10-04Change strntoul to using size_t for sizes.Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-27/+5
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2003-12-25Add lsetfilecon to install modes.jbj1-0/+1
2003-03-23Make peace with automake-1.7.3.jbj1-0/+2
2003-03-19Sanity.jbj1-6/+6
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-2/+5
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-3/+3
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+12
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-0/+5
2002-04-08doxygen cleanup.jbj1-2/+2
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-2/+6
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-5/+0
2001-10-15Explicit branchstate annotations.jbj1-0/+4
2001-10-15lclint fiddles to annotate globals.jbj1-0/+1
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-1/+0
2001-07-24- fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).jbj1-0/+1
2001-06-20- fix: partial sets of hardlinked files forbidden in payload.jbj1-1/+1
2001-06-04lclint fiddles.jbj1-0/+2
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-11/+1
2001-04-17- fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER (#28645).jbj1-2/+2