summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-04Get rid of the horrid zcmd hackery in buildPanu Matilainen1-12/+4
2008-04-04Missing decompression arguments for bzip in uncompress macroPanu Matilainen1-1/+1
2008-04-04getcwd(NULL,0) has undefined behavior, use rpmGetCwd() insteadPanu Matilainen1-2/+6
2008-04-04Stop pretending spec can be an URL or stdin, neither worksPanu Matilainen1-35/+26
2008-04-04Escape '%' in formatJindrich Novy1-1/+1
2008-04-04Wait for popen() to finish before passing to isSpecFile()Panu Matilainen1-2/+2
2008-04-04Move spec extraction from tarball out of buildForTarget(), simplifyPanu Matilainen1-98/+99
2008-04-04Oops, add --wildcards back to spec extractionPanu Matilainen1-1/+1
2008-04-04Simplify formattingJindrich Novy1-2/+2
2008-04-04Simplify package comparison and format creation.Jindrich Novy1-9/+7
2008-04-04Assume failure in buildForTarget() to remove redundancyPanu Matilainen1-9/+1
2008-04-04Refactor spec extraction on tar build to address several issuesPanu Matilainen1-28/+27
2008-04-04Spec of size zero cannot be a valid spec filePanu Matilainen1-0/+3
2008-04-04Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd()Panu Matilainen1-12/+1
2008-04-04Rename currentDirectory() to rpmGetCwd() and move to librpmioPanu Matilainen6-24/+23
2008-04-03We don't support url's in db paths, rip.Panu Matilainen3-46/+11
2008-04-03Replace silly static rpmioFileExists() in rpmdb.c with plain old access()Panu Matilainen1-41/+5
2008-04-03Remove ancient db1->db3 conversion cruftPanu Matilainen1-9/+0
2008-04-03Don't use static buffers in parseForRegexLang()Jindrich Novy1-8/+8
2008-04-03Lose the remaining static buffer from rpmVerifySignatures()Panu Matilainen1-5/+8
2008-04-03Typo...Panu Matilainen1-1/+1
2008-04-03Refactor signature check results formattingPanu Matilainen1-73/+56
2008-04-03Enable stack protector by default if gcc supports itPanu Matilainen1-1/+1
2008-04-03Remove unnecessary check for "keyid:" in resultPanu Matilainen1-4/+0
2008-04-03Start eliminating static buffers from header/signature checksPanu Matilainen4-50/+68
2008-04-03Simplify message key creation in i18nTag()Jindrich Novy1-13/+6
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen3-3/+3
2008-04-02Further streamline / simplify rpmVerifySignatures()Panu Matilainen1-72/+67
2008-04-02Make signature verification result not depend on rpm verbosity level, ickPanu Matilainen1-6/+1
2008-04-02Further redundancy / copy-paste coding eliminationPanu Matilainen1-9/+3
2008-04-02Collapse the huge sigtag switch in rpmVerifySignatures() a bitPanu Matilainen1-47/+40
2008-04-02Simplify missing/untrusted keys loggingPanu Matilainen1-27/+10
2008-04-02Revert "Disable signature and digest checks on query modes (rhbz#438625)"Panu Matilainen1-1/+1
2008-04-01Fix off-by one in urlOpen()Jindrich Novy1-2/+1
2008-04-01Updated German translation from Fabian AffolterPanu Matilainen1-310/+307
2008-04-01Enhance error message on failed ts lock acquire (rhbz#427064)Panu Matilainen1-2/+4
2008-04-01Convert rpmlock.c to general rpm indentation stylePanu Matilainen1-86/+87
2008-03-31Avoid entirely unnecessary static buffer + string copy.Panu Matilainen1-5/+3
2008-03-31Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually workJindrich Novy1-2/+5
2008-03-31Avoid static sprintf buffer in rpmReadHeader()Panu Matilainen1-16/+13
2008-03-31Avoid static buffer for error messages in rpmReadSignature()Panu Matilainen1-29/+27
2008-03-31Make rpmLeadCheck() return error msg instead of direct loggingPanu Matilainen4-10/+21
2008-03-31Dead code removal (macro stuff)Panu Matilainen1-17/+0
2008-03-31Dead code removal (popt switches)Panu Matilainen2-42/+0
2008-03-31Simplify rpmdsThis() codePanu Matilainen1-20/+9
2008-03-31Copy N + EVR into ds in rpmdsSingle() instead of just referringPanu Matilainen1-4/+20
2008-03-31Bunch of formatting & indentation fixes to rpmdsPanu Matilainen1-7/+11