Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib / verify.c
2012-08-07 Panu MatilainenVerify files from non-installed packages again (RhBug...
2012-02-28 Panu MatilainenUnbreak rpm -V output (RhBug:797964)
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-28 Panu MatilainenDon't assume rpmteNew() always succeeds, part III
2011-05-30 Panu MatilainenEliminate bunch of dead assignments on ts vsflags
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-25 Panu MatilainenPermit %verifyscript from non-installed packages
2011-05-03 Panu MatilainenClean up file type verification logic a bit
2011-03-09 Panu MatilainenVerify some properties of replaced and wrong-colored...
2010-12-15 Panu MatilainenSplit user+group caching to separate source (again...
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-09-28 Panu MatilainenMake RPMFILE_STATE_MISSING part of the rpmfileState...
2010-09-07 Panu MatilainenFix error code on verify scriptlet failure
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-28 Panu MatilainenAdd internal helper for formatting file attribute strings
2010-05-28 Panu MatilainenAdd internal helper for formatting verify flags
2010-05-28 Panu MatilainenMove shared file timestamp filtering out of rpmVerifyFile()
2010-05-28 Panu MatilainenOnly pass the info we actually care about to verifyHeader()
2010-05-28 Panu MatilainenEliminate unused argument to verifyDependencies()
2010-05-28 Panu MatilainenClean up verify script handling a bit
2010-05-18 Panu MatilainenFix return from chroot() on verify (RhBug:590588)
2010-05-07 Panu MatilainenConvert rpmte internals to use the transaction pointer...
2010-03-29 Panu MatilainenHide rpmte open/close/error etc logic inside rpmteProcess()
2010-03-29 Panu MatilainenMove the little thats left of psm.h into rpmte_internal.h
2010-03-26 Panu MatilainenUse the new problem set iterator where it makes more...
2010-03-25 Panu MatilainenClean up verifyDependencies() a bit, no functional...
2010-03-25 Panu MatilainenSanitize verifyscript handling a bit
2010-03-22 Panu MatilainenMop up leftovers from past times
2010-03-12 Panu MatilainenTurn PSM into a complete blackbox
2010-02-25 Panu MatilainenImplement pretrans, posttrans and verifyscript as psm...
2010-02-25 Panu MatilainenLose now unnecessary progTag from psm
2010-01-21 Panu MatilainenReally fix verification error code to not depend on...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove libcap stuff out of system.h
2010-01-05 Panu MatilainenMove libacl.h include out of system.h to the only place...
2010-01-04 Panu MatilainenRequire lchown() and remove ancient broken chown kludgery
2009-09-21 Panu MatilainenRip out dependency caching
2009-09-07 Panu MatilainenEliminate bunch of unused variables
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-08 Panu MatilainenMake verify result not depend on verbosity level, uff...
2009-07-01 Panu MatilainenBand-aid to dependency caching misbehaving with chroote...
2009-06-16 Panu MatilainenEliminate epoch promotion debug cruft
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-05 Panu Matilainenrpmfi is only needed by verifyHeader(), push it there
2009-01-15 Panu MatilainenAdd extra parameter to rpmteClose() to control fi behavior
2008-12-19 Panu MatilainenEliminate file info set argument to rpmpsmNew()
2008-12-19 Panu MatilainenOptionally reload ts element file info in rpmteOpen...
2008-11-26 Panu MatilainenResurrect rpmVerifyScript()
2008-11-14 Panu MatilainenFix capability verification
2008-11-13 Panu MatilainenFilter out mtime difference of shared files on verify...
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-10-29 Panu MatilainenAdd proper file capability verification support
2008-10-29 Panu MatilainenDon't try to verify capabilities of directories and...
2008-10-26 Panu MatilainenBeginnings of acl (POSIX.1e draft 17) verification...
2008-10-26 Panu MatilainenBeginnings of file capability (POSIX.1e draft 15) verif...
2008-07-04 Panu MatilainenStuff rpmio/ugid.[ch] contents to lib/misc.[ch]
2008-06-11 Panu MatilainenEnable rpmDoDigest() to pass large file sizes
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenMake rpmVerifyFile() honor rpmfi digest algorithm
2008-04-24 Panu MatilainenMake verification with --root reliable (rhbz#434150)
2008-04-15 Jindrich NovyGet rid of string hackery and overflows while rpm -V
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-03-07 Panu MatilainenLog message adjustments
2008-02-05 Panu MatilainenAdd rpm_rdev_t type for rdev entries
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-17 Panu MatilainenMake psm opaque, add minimal methods to cover internal...
2007-12-15 Panu MatilainenRemove bogus const from rpmProblemString() return type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-13 Panu MatilainenAlign rpm -V output
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-19 Panu MatilainenRename rpmpsProblem() -> rpmpsGetProblem() to make...
2007-10-18 Panu MatilainenMake verifyDependencies() use rpmps iterator interface
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-09-17 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-17 Panu Matilainenugid.h is private header really
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-10 Panu MatilainenRemove two useless rpmtsSELinuxEnabled() calls.
2007-07-10 Panu MatilainenRemove / #ifdef out unused variables as appropriate.
2007-05-23 Panu MatilainenMore informative error message when lstat() in verifica...
2007-05-10 Paul NasratRemove SELinux context verification (#193488)
2004-10-24 jbjExplicit rpmgiFlags enum defined, add RPMGI_{NOGLOB...
2004-06-08 jbjPreserve allignment for missing files with --verify.
2004-01-05 jbjadd --with-selinux, move selinux stubs to system.h.
2003-12-25 jbjAdd lsetfilecon to install modes.
next