summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Remove dead codePanu Matilainen1-25/+0
2008-04-09Report full nevra in rpmdb remove debug messagePanu Matilainen1-3/+4
2008-04-09Plug memleak from signature verification now returning malloced msgPanu Matilainen1-0/+1
2008-04-09Simplify addTE()Panu Matilainen1-40/+23
2008-04-09Make headerGetNEVRA() return "src" as the arch of source packagesPanu Matilainen1-2/+4
2008-04-09Initialize pointers, lowercase local variablePanu Matilainen1-4/+4
2008-04-09Rewrite headerGetN*() for simplicityPanu Matilainen1-26/+21
2008-04-09Fix buffer overflow in verifyDSASignature()Jindrich Novy1-1/+2
2008-04-09Replace bunch of wtf evr formatters with headerGetNVR()Panu Matilainen2-44/+11
2008-04-09Add headerGetEVR() convenience functionPanu Matilainen2-0/+26
2008-04-09Make headerNEVRA() actually return epoch tooPanu Matilainen2-2/+7
2008-04-09And one more url->path rename for local variable...Panu Matilainen1-2/+2
2008-04-09Rip the last remaining disk/file URL stuff in processSourceFiles()Panu Matilainen1-15/+11
2008-04-09And more url ripping in build internals... (addFile)Panu Matilainen1-24/+19
2008-04-09URL -> path renames continued... (build internal)Panu Matilainen1-6/+6
2008-04-09Rename FileListRec_s disk + cpio path variablesPanu Matilainen1-23/+23
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen10-66/+58
2008-04-09Remove remote host stuff from build doScript()Panu Matilainen1-55/+7
2008-04-09More url-path ripping in build/Panu Matilainen1-29/+20
2008-04-08Whoops.. gpg-pubkey "release" on import got busted accidentallyPanu Matilainen1-0/+1
2008-04-08Simplify rpmtsImportPubkey() a bitPanu Matilainen1-14/+3
2008-04-08Rewrite pgpArmorWrap(), the former one was insecure/hackishJindrich Novy1-30/+12
2008-04-08Collapse unknown / unsupport RSA sigtypes into one fallthroughPanu Matilainen1-9/+4
2008-04-08verifyRSASignature() buffer & other fixesPanu Matilainen1-22/+20
2008-04-08verifyDSASignature() buffer & other fixesPanu Matilainen1-1/+3
2008-04-08verifyDSASignature() buffer & other fixesPanu Matilainen1-16/+10
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen5-69/+21
2008-04-07Eep, fix bunch of segfaults and other fun from previous commitsPanu Matilainen1-8/+4
2008-04-07Avoid stpcpy() to static sized buffer in verifySizeSignature()Panu Matilainen1-8/+7
2008-04-07Avoid stpcpy() to static sized buffer in verifyMD5Signature()Panu Matilainen1-15/+10
2008-04-07Avoid stpcpy() to static sized buffer in verifySHA1Signature()Panu Matilainen1-18/+9
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen7-63/+14
2008-04-07Uh, return allocated pointer, not the end of string...Panu Matilainen1-2/+3
2008-04-07Remove static print buffer from pgpMpiStr(), return malloc'd data insteadPanu Matilainen2-9/+18
2008-04-07Merge pgpHexCvt() into pgpHexPrt(), removing it from public headersPanu Matilainen2-22/+8
2008-04-07Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen3-14/+17
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen5-17/+20
2008-04-07argvPrint() doesn't modify argv, make it constPanu Matilainen2-3/+3
2008-04-07Add ARGI_const_t, use where appropriatePanu Matilainen2-4/+5
2008-04-07ARGV_t const pendantryPanu Matilainen15-54/+47
2008-04-07Remove ARGstr_t typedef, it serves no purposePanu Matilainen2-7/+6
2008-04-07Remove bogus const from ARGV_tPanu Matilainen1-1/+1
2008-04-07Missing rpmstring.h includePanu Matilainen1-0/+1
2008-04-06Eliminate the uuuuugly and unsafe static tagname bufferPanu Matilainen3-22/+25
2008-04-06Move the tagtbl.c generator monster awk out of Makefile.amPanu Matilainen2-14/+80
2008-04-04Oops, no newline at end of filename please...Panu Matilainen1-1/+1
2008-04-04%{_builddir} is not an url, everPanu Matilainen1-4/+2
2008-04-04We only ever deal with local, regular files in doUntar()Panu Matilainen1-25/+7
2008-04-04We only ever deal with local, regular files in doPatch()Panu Matilainen1-24/+5
2008-04-04Rip the url-craziness in rpmMkdirPath()Panu Matilainen1-15/+1