summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Retrofit RPMTAG_SOURCEPACKAGE to source rpms.Panu Matilainen1-1/+2
2008-04-21Use argvAppend() instead of manual reallocs, plug a leak from rpmGlob()Panu Matilainen1-7/+5
2008-04-21Use argvNew() instead of manual xcalloc()Panu Matilainen1-1/+1
2008-04-20Don't use static buffersJindrich Novy2-5/+4
2008-04-18Put '\0' to the end of xmalloc'd string to avoid surprisesJindrich Novy1-0/+1
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen1-7/+9
2008-04-17Accidental typo introduced to rpmrc.cPanu Matilainen1-1/+1
2008-04-17Bunch of strncpy/strcpy -> rstrlcpy() converts in rpmrcPanu Matilainen1-7/+5
2008-04-17Add missing includePanu Matilainen1-0/+1
2008-04-17Use rstrlcpy() for printFileInfo() username + group fieldsPanu Matilainen1-5/+2
2008-04-17Make sure lead->name is zero-terminatedPanu Matilainen1-1/+1
2008-04-16Don't use mktemp(), we are sure mkstemp() is available nowJindrich Novy1-4/+0
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-15/+6
2008-04-16Kill useless initialization to "(unkown error)"Jindrich Novy1-1/+1
2008-04-16Plug a memleak from pgpHexStr() in showQueryPackage()Panu Matilainen1-4/+4
2008-04-16Don't try to print buf if it's emptyJindrich Novy1-2/+4
2008-04-16Remove insecure hacks in query.cJindrich Novy1-77/+30
2008-04-16Remove useless statements from showQueryPackage()Jindrich Novy1-4/+1
2008-04-16Oops, only free if allocated ;)Panu Matilainen1-2/+4
2008-04-16Plug a memory leak in armorFormat()Panu Matilainen1-1/+4
2008-04-15Get rid of string hackery and overflows while rpm -VJindrich Novy1-17/+10
2008-04-14Avoid unnecessary rpmio_flags alloc+free in psmPanu Matilainen1-8/+4
2008-04-14Fix indentation, no functional changesPanu Matilainen1-12/+11
2008-04-14Remove glibc upgrade-helper kludge, only necessary for some ancient RHELPanu Matilainen1-3/+0
2008-04-14Lose useless variablePanu Matilainen1-4/+3
2008-04-14Split scriptlet execv() preparations to separate functionPanu Matilainen1-84/+92
2008-04-14Use argvAddNum() for passing package count numbers for scriptletsPanu Matilainen1-8/+2
2008-04-14Use ARGV_t for passing around scriptlet args psm internallyPanu Matilainen1-51/+51
2008-04-14Avoid redundant script name formattingPanu Matilainen1-32/+30
2008-04-14Reduce #ifdef clutterPanu Matilainen1-6/+4
2008-04-14Streamline lua scriptlet name formatting - just do it oncePanu Matilainen1-10/+8
2008-04-14Move legacy prefix compat thing out of the loopPanu Matilainen1-12/+11
2008-04-14Don't bother calculating max prefix lengthsPanu Matilainen1-11/+1
2008-04-11Simplify url retrieval in rpmInstall()Panu Matilainen1-16/+8
2008-04-11Remove #ifdef NOTYET junkPanu Matilainen1-24/+0
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen3-9/+13
2008-04-10Avoid exporting providePackageNVR() in the libraryPanu Matilainen2-8/+1
2008-04-09Plug memleak from signature verification now returning malloced msgPanu Matilainen1-0/+1
2008-04-09Simplify addTE()Panu Matilainen1-40/+23
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-08Whoops.. gpg-pubkey "release" on import got busted accidentallyPanu Matilainen1-0/+1
2008-04-08Simplify rpmtsImportPubkey() a bitPanu Matilainen1-14/+3
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 Matilainen3-51/+3
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