summaryrefslogtreecommitdiff
path: root/lib/cpio.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-10Reorganize sources before implementing --repackage.jbj1-1886/+9
2001-02-09fix: make a copy of retrieved header before loading.jbj1-73/+73
2001-02-08Remove DEAD code.jbj1-147/+10
2001-02-08Move state machine drivers into fsmStage.jbj1-181/+194
2001-02-06Asynchronous commit of installed files.jbj1-70/+134
2001-02-05fix: links weren't renamed correctly.jbj1-22/+23
2001-02-05Remove XFA_SKIPPING from iterator.jbj1-31/+32
2001-02-04revert speedup on commit if same perms, there's more to do.jbj1-90/+72
2001-02-04Rip out remnants of cpio file mapping.jbj1-392/+356
2001-02-04Merged build/install in file state machine.jbj1-435/+371
2001-02-03fix: db1 dbopen() check found in libc not auto-configuring forrectly.jbj1-89/+157