summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Replace alloca() + memset() with xcalloc() in skipFiles()Panu Matilainen1-4/+4
2008-04-25Avoid alloca() on links in printFileInfo()Panu Matilainen1-6/+6
2008-04-25Avoid alloca() in rpmInstall()Panu Matilainen1-1/+2
2008-04-25Simplify setPathDefault()Panu Matilainen1-5/+2
2008-04-25Avoid alloca() in rpmteColorDS()Panu Matilainen1-3/+4
2008-04-24Remove outdated comment, add a todo reminderPanu Matilainen1-4/+0
2008-04-24Remove bogus const from rpmfi pre- and posttrans membersPanu Matilainen2-8/+8
2008-04-24Eliminate rpmtsi refcount debug junk from the APIPanu Matilainen2-30/+2
2008-04-24Update doxygen docs for rpmteNEVR() and friendsPanu Matilainen1-5/+5
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen5-26/+26
2008-04-24Add rpmteEVR() functionPanu Matilainen3-4/+13
2008-04-24I'm out of words for this one.Panu Matilainen1-10/+1
2008-04-24Check for chroot() result in rpmtsRun()Panu Matilainen1-1/+4
2008-04-24Make verification with --root reliable (rhbz#434150)Panu Matilainen1-21/+27
2008-04-24Force preloading of name service libraries early in initializationPanu Matilainen2-14/+2
2008-04-22Handle lzma payloadJindrich Novy2-0/+5
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