summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-01A few missing internal markers on librpm side tooPanu Matilainen3-1/+3
2010-09-29And now sighdrPut() can be buried back into signature.cPanu Matilainen2-13/+13
2010-09-29Eliminate some redundancy in signature sanity checkingPanu Matilainen1-43/+40
2010-09-29Simplify the signature generation somewhatPanu Matilainen1-62/+42
2010-09-29Split the setup + running of gpg helper to a separate functionPanu Matilainen1-24/+33
2010-09-29Eliminate the pointless switch-case from makeHDRSignature()Panu Matilainen1-24/+19
2010-09-29Start ripping through the hysterical signature generation tanglePanu Matilainen1-26/+15
2010-09-29Clean up makeHDRDigest() a bitPanu Matilainen1-4/+0
2010-09-29Make rpmGenSignature() staticPanu Matilainen2-12/+1
2010-09-29Whoops, couple of includes gone missing in the shufflePanu Matilainen1-0/+1
2010-09-29And finally split the signing support into a separate libraryPanu Matilainen4-13/+39
2010-09-29Lift the signature generation in all its g(l)ory to rpmgensig.cPanu Matilainen2-256/+256
2010-09-29Move sighdrPut() to inline function in signature.hPanu Matilainen2-12/+13
2010-09-29Split signature and digest generation to separate functionsPanu Matilainen3-21/+45
2010-09-29Split internal header signature and digest generation to separate functionsPanu Matilainen1-26/+46
2010-09-29Signer id is not sufficient measure for signature sameness (RhBug:608608)Panu Matilainen1-21/+38
2010-09-28Make RPMFILE_STATE_MISSING part of the rpmfileState enumPanu Matilainen3-2/+2
2010-09-28Fix a rpmTag/rpmSigTag mismatch by using the more appropriate typePanu Matilainen1-1/+1
2010-09-28Eliminate silly leftover switch-case from _tagType()Panu Matilainen1-8/+1
2010-09-28Wrong enum type used for psm goal, gcc 4.5 complains (which is nice)Panu Matilainen1-1/+1
2010-09-28Whoops, wrong enum type used for pubkey algorithmPanu Matilainen1-1/+1
2010-09-28Rip the useless %_signature macro and everything around itPanu Matilainen2-10/+5
2010-09-28Fix the broken existing signature checking on add/resign (RhBug:488953)Panu Matilainen1-51/+59
2010-09-28Decide header sigtag based on what was actually writtenPanu Matilainen1-2/+2
2010-09-22Eliminate separate fileIndexEntry from rpmalPanu Matilainen1-20/+5
2010-09-22Use headerNextTag() for header format iterationPanu Matilainen1-6/+2
2010-09-21Remove double const on rpmrc tablesPanu Matilainen1-1/+1
2010-09-21Fix rpmRC/int return mismatch by counting errors from handleOneTriggerPanu Matilainen1-6/+6
2010-09-21Use rpmTag as psm scriptTag for type correctnessPanu Matilainen1-1/+1
2010-09-21Default to the common case wrt dir name/index tags, not relocationPanu Matilainen1-6/+3
2010-09-21Move PTOK type enum out of the sprintfToken structPanu Matilainen1-7/+9
2010-09-21Use actual enum values in tag table sentinel to avoid int/enum mismatchPanu Matilainen1-1/+1
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen9-0/+73
2010-09-21Missing c++ end marker in rpmdb_internal.h, oopsPanu Matilainen1-0/+4
2010-09-21Avoid stepping on toes of relatives, part 4Panu Matilainen1-6/+6
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen2-10/+10
2010-09-21Avoid stepping on toes of relatives, part 1Panu Matilainen2-10/+10
2010-09-21Queryformat string sanity in queryArgCallback()Panu Matilainen1-5/+2
2010-09-21Use rasprintf() instead of manual alloc + sprintf()Panu Matilainen1-2/+1
2010-09-21Rename tagtbl.c -> tagtbl.CPanu Matilainen2-4/+4
2010-09-21Use _free() instead of rfree() where "return value" is assignedPanu Matilainen1-1/+1
2010-09-21Return explicit NULL from various fooFree() functions everywherePanu Matilainen2-4/+8
2010-09-21Return typed pointer from headerformat cacheFree()Panu Matilainen1-1/+1
2010-09-21Return typed pointer from freeHardLink()Panu Matilainen1-1/+1
2010-09-21Use typed instead of void pointer for fsm dnl iteratorPanu Matilainen1-9/+6
2010-09-21Use typed instead of void pointer for fsm map iteratorPanu Matilainen1-7/+5
2010-09-21Move the RPMVERSION constant among its friends in depends.cPanu Matilainen2-3/+2
2010-09-21strrchr() family considered harmful, part 666Panu Matilainen1-1/+7
2010-09-21Use RPMTAG_NOT_FOUND instead of for "invalid tag" valuePanu Matilainen2-2/+2
2010-09-21Move RPMTAG_NOT_FOUND into rpmTag enumerationPanu Matilainen1-1/+1