tools/librpm-tizen.git
2008-04-10 Panu MatilainenUnbreak srpm generation broken by 6c4b0cbd93709a0fa18af...
2008-04-09 Jindrich NovyDon't use stack allocations in rpm2cpio when not needed
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbRemove()
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbAdd()
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbCountPacka...
2008-04-09 Panu MatilainenTonne of indentation + other formatting corrections...
2008-04-09 Panu MatilainenRemove dead code
2008-04-09 Panu MatilainenReport full nevra in rpmdb remove debug message
2008-04-09 Panu MatilainenPlug memleak from signature verification now returning...
2008-04-09 Panu MatilainenSimplify addTE()
2008-04-09 Panu MatilainenMake headerGetNEVRA() return "src" as the arch of sourc...
2008-04-09 Panu MatilainenInitialize pointers, lowercase local variable
2008-04-09 Panu MatilainenRewrite headerGetN*() for simplicity
2008-04-09 Jindrich NovyFix buffer overflow in verifyDSASignature()
2008-04-09 Panu MatilainenReplace bunch of wtf evr formatters with headerGetNVR()
2008-04-09 Panu MatilainenAdd headerGetEVR() convenience function
2008-04-09 Panu MatilainenMake headerNEVRA() actually return epoch too
2008-04-09 Panu MatilainenAnd one more url->path rename for local variable...
2008-04-09 Panu MatilainenRip the last remaining disk/file URL stuff in processSo...
2008-04-09 Panu MatilainenAnd more url ripping in build internals... (addFile)
2008-04-09 Panu MatilainenURL -> path renames continued... (build internal)
2008-04-09 Panu MatilainenRename FileListRec_s disk + cpio path variables
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-09 Panu MatilainenRemove remote host stuff from build doScript()
2008-04-09 Panu MatilainenMore url-path ripping in build/
2008-04-08 Panu MatilainenWhoops.. gpg-pubkey "release" on import got busted...
2008-04-08 Panu MatilainenSimplify rpmtsImportPubkey() a bit
2008-04-08 Jindrich NovyRewrite pgpArmorWrap(), the former one was insecure...
2008-04-08 Panu MatilainenCollapse unknown / unsupport RSA sigtypes into one...
2008-04-08 Panu MatilainenverifyRSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenEliminate four copy-paste versions of nibble(), stick...
2008-04-07 Panu MatilainenEep, fix bunch of segfaults and other fun from previous...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySizeSign...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifyMD5Signa...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySHA1Sign...
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-04-07 Panu MatilainenUh, return allocated pointer, not the end of string...
2008-04-07 Panu MatilainenRemove static print buffer from pgpMpiStr(), return...
2008-04-07 Panu MatilainenMerge pgpHexCvt() into pgpHexPrt(), removing it from...
2008-04-07 Panu MatilainenMinimally convert all pgpHexCvt() users to use pgpHexSt...
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-04-07 Panu MatilainenargvPrint() doesn't modify argv, make it const
2008-04-07 Panu MatilainenAdd ARGI_const_t, use where appropriate
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-07 Panu MatilainenRemove ARGstr_t typedef, it serves no purpose
2008-04-07 Panu MatilainenRemove bogus const from ARGV_t
2008-04-07 Panu MatilainenMissing rpmstring.h include
2008-04-06 Panu MatilainenEliminate the uuuuugly and unsafe static tagname buffer
2008-04-06 Panu MatilainenMove the tagtbl.c generator monster awk out of Makefile.am
2008-04-04 Panu MatilainenOops, no newline at end of filename please...
2008-04-04 Panu Matilainen%{_builddir} is not an url, ever
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doUntar()
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doPatch()
2008-04-04 Panu MatilainenRip the url-craziness in rpmMkdirPath()
2008-04-04 Panu MatilainenGet rid of the horrid zcmd hackery in build
2008-04-04 Panu MatilainenMissing decompression arguments for bzip in uncompress...
2008-04-04 Panu Matilainengetcwd(NULL,0) has undefined behavior, use rpmGetCwd...
2008-04-04 Panu MatilainenStop pretending spec can be an URL or stdin, neither...
2008-04-04 Jindrich NovyEscape '%' in format
2008-04-04 Panu MatilainenWait for popen() to finish before passing to isSpecFile()
2008-04-04 Panu MatilainenMove spec extraction from tarball out of buildForTarget...
2008-04-04 Panu MatilainenOops, add --wildcards back to spec extraction
2008-04-04 Jindrich NovySimplify formatting
2008-04-04 Jindrich NovySimplify package comparison and format creation.
2008-04-04 Panu MatilainenAssume failure in buildForTarget() to remove redundancy
2008-04-04 Panu MatilainenRefactor spec extraction on tar build to address severa...
2008-04-04 Panu MatilainenSpec of size zero cannot be a valid spec file
2008-04-04 Panu MatilainenRemove copy-paste currentDirectory() from sqlite, use...
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-04-03 Panu MatilainenWe don't support url's in db paths, rip.
2008-04-03 Panu MatilainenReplace silly static rpmioFileExists() in rpmdb.c with...
2008-04-03 Panu MatilainenRemove ancient db1->db3 conversion cruft
2008-04-03 Jindrich NovyDon't use static buffers in parseForRegexLang()
2008-04-03 Panu MatilainenLose the remaining static buffer from rpmVerifySignatures()
2008-04-03 Panu MatilainenTypo...
2008-04-03 Panu MatilainenRefactor signature check results formatting
2008-04-03 Panu MatilainenEnable stack protector by default if gcc supports it
2008-04-03 Panu MatilainenRemove unnecessary check for "keyid:" in result
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-04-03 Jindrich NovySimplify message key creation in i18nTag()
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
2008-04-02 Panu MatilainenFurther streamline / simplify rpmVerifySignatures()
2008-04-02 Panu MatilainenMake signature verification result not depend on rpm...
2008-04-02 Panu MatilainenFurther redundancy / copy-paste coding elimination
2008-04-02 Panu MatilainenCollapse the huge sigtag switch in rpmVerifySignatures...
2008-04-02 Panu MatilainenSimplify missing/untrusted keys logging
2008-04-02 Panu MatilainenRevert "Disable signature and digest checks on query...
2008-04-01 Jindrich NovyFix off-by one in urlOpen()
2008-04-01 Panu MatilainenUpdated German translation from Fabian Affolter
2008-04-01 Panu MatilainenEnhance error message on failed ts lock acquire (rhbz...
2008-04-01 Panu MatilainenConvert rpmlock.c to general rpm indentation style
2008-03-31 Panu MatilainenAvoid entirely unnecessary static buffer + string copy.
2008-03-31 Jindrich NovyMake ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS...
2008-03-31 Panu MatilainenAvoid static sprintf buffer in rpmReadHeader()
2008-03-31 Panu MatilainenAvoid static buffer for error messages in rpmReadSignat...
2008-03-31 Panu MatilainenMake rpmLeadCheck() return error msg instead of direct...
2008-03-31 Panu MatilainenDead code removal (macro stuff)
2008-03-31 Panu MatilainenDead code removal (popt switches)
next