summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-19Simplify rpmGlob() a bitPanu Matilainen1-23/+7
2008-04-19Dynamically allocate buffers in rpmGetPath()Panu Matilainen1-14/+8
2008-04-18Avoid entirely silly rpmio FD_t usePanu Matilainen1-6/+5
2008-04-18Remove unnecessary xstrdup() of dynamically allocated bufferPanu Matilainen1-3/+2
2008-04-18Cosmetics: group operations more logically...Panu Matilainen1-2/+3
2008-04-18Simplify macro option + argument processingPanu Matilainen1-102/+69
2008-04-18Add argvJoin() for combining an argv array into a stringPanu Matilainen2-0/+20
2008-04-18Put '\0' to the end of xmalloc'd string to avoid surprisesJindrich Novy1-0/+1
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen5-75/+22
2008-04-17Accidental typo introduced to rpmrc.cPanu Matilainen1-1/+1
2008-04-17Fix dumb off-by-one errors introduced by rstrlcpy() changesPanu Matilainen2-8/+8
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 various parseForFoo() functions in buildPanu Matilainen1-12/+6
2008-04-17Use rstrlcpy() for parseRCPOT() version + releasePanu Matilainen1-4/+2
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-17Add rstrlcpy() string helper functionPanu Matilainen2-0/+40
2008-04-17More accurate filtering of .rpmnew etc when reading macrosPanu Matilainen1-3/+3
2008-04-17Have gcc check for NULL terminated arglist in rstrscatPanu Matilainen1-1/+1
2008-04-17Use sizeof() instead of direct element count in rpmluaGetVar()Jindrich Novy1-1/+1
2008-04-17Don't copy unknown number of args to buffer of fixed size in initGlobs()Jindrich Novy1-10/+7
2008-04-17Introduce rstrscat()Jindrich Novy2-2/+59
2008-04-16Fixup leftovers from lua/local -> luaext/ movePanu Matilainen1-3/+3
2008-04-16Document external Lua requirementPanu Matilainen1-0/+6
2008-04-16Convert to Lua 5.1 library loading stylePanu Matilainen1-15/+10
2008-04-16Add modemuncher + lua init stuff to extra distPanu Matilainen1-0/+5
2008-04-16Start phasing out internal copy of LuaPanu Matilainen14-6/+38
2008-04-16Don't use mktemp(), we are sure mkstemp() is available nowJindrich Novy2-8/+0
2008-04-16Require mkstemp()Jindrich Novy1-1/+1
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy2-16/+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-16Make headerNVR() just a special case of headerNEVRA()Panu Matilainen1-11/+7
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-15Doxygen parameter name mismatchPanu Matilainen1-1/+1
2008-04-15Get rid of string hackery and overflows while rpm -VJindrich Novy1-17/+10
2008-04-15Plug a memleak in pgpArmorWrap()Panu Matilainen1-0/+1
2008-04-15Introduce rstrcat()Jindrich Novy2-0/+40
2008-04-15Make find-lang.sh --with-man brp-compress friendly (rhbz#440994)Panu Matilainen1-2/+2
2008-04-15Don't exempt *.jar.so.debug from buildroot checks (rhbz#442264)Panu Matilainen1-1/+1
2008-04-15Remove rhnplatform, cvsid/svnid, serial and copyright tag from rpmbuildJindrich Novy1-10/+1
2008-04-15Abort build on unknown payload compressorPanu Matilainen1-6/+13
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