index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
verify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-07
Verify files from non-installed packages again (RhBug:826589)
Panu Matilainen
1
-1
/
+2
2012-02-28
Unbreak rpm -V output (RhBug:797964)
Panu Matilainen
1
-4
/
+4
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
1
-0
/
+3
2012-01-28
Don't assume rpmteNew() always succeeds, part III
Panu Matilainen
1
-4
/
+9
2011-05-30
Eliminate bunch of dead assignments on ts vsflags
Panu Matilainen
1
-1
/
+1
2011-05-29
Eliminate dead NULL-assignments at scope-end in librpm, part VI
Panu Matilainen
1
-2
/
+2
2011-05-25
Permit %verifyscript from non-installed packages
Panu Matilainen
1
-3
/
+4
2011-05-03
Clean up file type verification logic a bit
Panu Matilainen
1
-28
/
+13
2011-03-09
Verify some properties of replaced and wrong-colored files (RhBug:528383)
Panu Matilainen
1
-2
/
+12
2010-12-15
Split user+group caching to separate source (again), rename
Panu Matilainen
1
-3
/
+4
2010-10-22
Eliminate pgpHashAlgo uses in librpm side
Panu Matilainen
1
-1
/
+1
2010-10-22
Change all internal uses of rpmtsInitIterator() to use DBI tags
Panu Matilainen
1
-1
/
+1
2010-09-28
Make RPMFILE_STATE_MISSING part of the rpmfileState enum
Panu Matilainen
1
-0
/
+1
2010-09-07
Fix error code on verify scriptlet failure
Panu Matilainen
1
-1
/
+1
2010-09-03
Use the common rpmcliQueryFlags for signature verify options in rpm cli too
Panu Matilainen
1
-4
/
+3
2010-05-31
Use the new chroot API everywhere, eliminate old related goo
Panu Matilainen
1
-19
/
+7
2010-05-28
Add internal helper for formatting file attribute strings
Panu Matilainen
1
-17
/
+22
2010-05-28
Add internal helper for formatting verify flags
Panu Matilainen
1
-32
/
+36
2010-05-28
Move shared file timestamp filtering out of rpmVerifyFile()
Panu Matilainen
1
-5
/
+11
2010-05-28
Only pass the info we actually care about to verifyHeader()
Panu Matilainen
1
-12
/
+10
2010-05-28
Eliminate unused argument to verifyDependencies()
Panu Matilainen
1
-3
/
+2
2010-05-28
Clean up verify script handling a bit
Panu Matilainen
1
-14
/
+10
2010-05-18
Fix return from chroot() on verify (RhBug:590588)
Panu Matilainen
1
-1
/
+5
2010-05-07
Convert rpmte internals to use the transaction pointer from element itself
Panu Matilainen
1
-1
/
+1
2010-03-29
Hide rpmte open/close/error etc logic inside rpmteProcess()
Panu Matilainen
1
-5
/
+3
2010-03-29
Move the little thats left of psm.h into rpmte_internal.h
Panu Matilainen
1
-1
/
+0
2010-03-26
Use the new problem set iterator where it makes more sense
Panu Matilainen
1
-2
/
+3
2010-03-25
Clean up verifyDependencies() a bit, no functional changes
Panu Matilainen
1
-17
/
+14
2010-03-25
Sanitize verifyscript handling a bit
Panu Matilainen
1
-12
/
+6
2010-03-22
Mop up leftovers from past times
Panu Matilainen
1
-3
/
+0
2010-03-12
Turn PSM into a complete blackbox
Panu Matilainen
1
-5
/
+1
2010-02-25
Implement pretrans, posttrans and verifyscript as psm goals
Panu Matilainen
1
-2
/
+1
2010-02-25
Lose now unnecessary progTag from psm
Panu Matilainen
1
-1
/
+1
2010-01-21
Really fix verification error code to not depend on verbosity (RhBug:557101)
Panu Matilainen
1
-1
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Remove libcap stuff out of system.h
Panu Matilainen
1
-0
/
+3
2010-01-05
Move libacl.h include out of system.h to the only place that cares
Panu Matilainen
1
-0
/
+4
2010-01-04
Require lchown() and remove ancient broken chown kludgery
Panu Matilainen
1
-3
/
+0
2009-09-21
Rip out dependency caching
Panu Matilainen
1
-4
/
+0
2009-09-07
Eliminate bunch of unused variables
Panu Matilainen
1
-2
/
+1
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-1
/
+1
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts code
Panu Matilainen
1
-4
/
+4
2009-07-08
Make verify result not depend on verbosity level, uff... (RhBug:510213)
Panu Matilainen
1
-1
/
+1
2009-07-01
Band-aid to dependency caching misbehaving with chrooted verify (RhBug:508074)
Panu Matilainen
1
-0
/
+5
2009-06-16
Eliminate epoch promotion debug cruft
Panu Matilainen
1
-4
/
+0
2009-02-27
Add md5->filedigest aliases (rhbz#487597)
Jindrich Novy
1
-13
/
+13
2009-02-05
rpmfi is only needed by verifyHeader(), push it there
Panu Matilainen
1
-33
/
+25
2009-01-15
Add extra parameter to rpmteClose() to control fi behavior
Panu Matilainen
1
-1
/
+1
2008-12-19
Eliminate file info set argument to rpmpsmNew()
Panu Matilainen
1
-1
/
+1
2008-12-19
Optionally reload ts element file info in rpmteOpen(), free in close
Panu Matilainen
1
-1
/
+1
[next]