summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-06-30headerCheck() does not recursePanu Matilainen1-11/+2
2008-06-30Detach pgp digest from transaction setPanu Matilainen7-93/+29
2008-06-30Pass pgpDig around from rpmVerifySignature()Panu Matilainen1-19/+14
2008-06-30Detach signature tag data from transaction setPanu Matilainen7-138/+32
2008-06-30Actually use the sigtd passed to verifier functionsPanu Matilainen1-25/+11
2008-06-30Start getting signature tag out of transaction setPanu Matilainen1-18/+22
2008-06-30size_t for "left" is wrong, use rpm_loff_t insteadPanu Matilainen1-2/+2
2008-06-30strntoul() is supposed to return unsigned long, not intPanu Matilainen1-1/+1
2008-06-27Use correct formatters for debug-printing in rpmtsInitDSI()Panu Matilainen1-1/+4
2008-06-27Use correct formatters for debug-printing sizes in printSize()Panu Matilainen1-3/+5
2008-06-26Add new BUILDROOT directory to default rpm build dirs.Jindrich Novy1-0/+1
2008-06-26Teach rpmAddSignature() and rpmReadSignature() about 64bit tagsPanu Matilainen3-13/+37
2008-06-26RPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signature tagsPanu Matilainen1-6/+8
2008-06-26Unbreak compressFilelist()Panu Matilainen1-9/+11
2008-06-26Add a bit of protection against oversized filesPanu Matilainen1-0/+7
2008-06-25Fix handling of "%posttrans -p /xxx" with no body (Pascal Rigaux)Panu Matilainen1-1/+1
2008-06-24Force FD_CLOEXEC on all potentially open descriptorsPanu Matilainen1-2/+7
2008-06-23Remove artificial limit in dependency loop elimination attemptsPanu Matilainen1-2/+1
2008-06-23Avoid silly deprecation warning on headerFreeData()Panu Matilainen1-2/+7
2008-06-19Dumb, dumb thinko/leftover from earlier prototype...Panu Matilainen1-1/+2
2008-06-19Use type-specific headerPut() for the case where it makes sense in relocsPanu Matilainen1-5/+2
2008-06-19Use type-specific headerPut() in rpmpsmStage()Panu Matilainen1-7/+3
2008-06-19Use type-specific headerPut() for installtid stuff in rpmdbAdd()Panu Matilainen1-3/+1
2008-06-19Use type-specific headerPut()'s for rpmtsImportPubkey()Panu Matilainen1-45/+22
2008-06-19Use type-specific headerPut()'s for legacy retrofitting stuffPanu Matilainen1-28/+11
2008-06-19Add type-safe headerPutFoo() methods for supported tag data typesPanu Matilainen2-0/+126
2008-06-18Group legacy interfaces at the end of header.hPanu Matilainen1-199/+143
2008-06-18Convert headerAddI18NString() to use headerPut()Panu Matilainen1-3/+16
2008-06-18Switch around headerAdd*Entry() family vs headerPut()Panu Matilainen3-30/+53
2008-06-18Switch around headerMod() and headerModifyEntry()Panu Matilainen3-13/+19
2008-06-18Stuff legacy compat wrappers out of sight into header_internal.cPanu Matilainen2-94/+93
2008-06-18Start shredding legacy cruft out of header codePanu Matilainen1-43/+3
2008-06-18Convert signature code to use headerPut()Panu Matilainen1-7/+19
2008-06-18Convert rpmpsmStage() to use headerPut()Panu Matilainen1-8/+9
2008-06-18Convert rpmdbAdd() to use headerPut()Panu Matilainen1-2/+4
2008-06-18Convert rpmtsImportPubkey() to use headerPut()Panu Matilainen1-38/+47
2008-06-18Add rpmtdFromUint8()Panu Matilainen2-0/+40
2008-06-18Convert legacy retrofits & friends to headerPut()Panu Matilainen1-21/+32
2008-06-18Lose the remaining hae and hme vectors from rpmfiPanu Matilainen2-4/+0
2008-06-18Convert file relocation to use headerPut/ModPanu Matilainen1-13/+17
2008-06-18Add headerMod() to headerPut() etc familyPanu Matilainen2-0/+16
2008-06-17Make rpmtdFromStringArray() data argument const afterallPanu Matilainen2-2/+2
2008-06-17Add rpmtdFrom() methods for 16 and 64 bit typesPanu Matilainen2-0/+48
2008-06-17Add some new rpmtd creation methodsPanu Matilainen2-14/+89
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen6-30/+26
2008-06-17Rename headerRemoveEntry() to headerDel(), add compat wrapperPanu Matilainen2-2/+19
2008-06-17Eliminate last headerFreeData() in rpmfiPanu Matilainen1-1/+1
2008-06-16Preserve headerNext() allocation behaviorPanu Matilainen1-1/+1
2008-06-16Lose the useless tag data type fields from rpmdsPanu Matilainen1-17/+5
2008-06-16Use PRIu64 for file size formatter in queriesPanu Matilainen1-4/+5