2008-04-10 |
Panu Matilainen | First crack at adding ISA provides to packages (rhbz... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Panu Matilainen | Avoid exporting providePackageNVR() in the library |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Panu Matilainen | Just call legacyRetrofit() instead of combined compress... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Panu Matilainen | Add a static, far simpler addPackageProvides() to build |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Jindrich Novy | Call rpmReadConfigFiles() in rpm2cpio so that rpm2cpio... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Panu Matilainen | Remove unnecessary providePackageNVR() from writeRPM() |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Panu Matilainen | Unbreak srpm generation broken by 6c4b0cbd93709a0fa18af... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Jindrich Novy | Don't use stack allocations in rpm2cpio when not needed |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Replace alloca+memset with xcalloc() in rpmdbRemove() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Replace alloca+memset with xcalloc() in rpmdbAdd() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Replace alloca+memset with xcalloc() in rpmdbCountPacka... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Tonne of indentation + other formatting corrections... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Remove dead code |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Report full nevra in rpmdb remove debug message |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Plug memleak from signature verification now returning... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Simplify addTE() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Make headerGetNEVRA() return "src" as the arch of sourc... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Initialize pointers, lowercase local variable |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Rewrite headerGetN*() for simplicity |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Jindrich Novy | Fix buffer overflow in verifyDSASignature() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Replace bunch of wtf evr formatters with headerGetNVR() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Add headerGetEVR() convenience function |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Make headerNEVRA() actually return epoch too |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | And one more url->path rename for local variable... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Rip the last remaining disk/file URL stuff in processSo... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | And more url ripping in build internals... (addFile) |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | URL -> path renames continued... (build internal) |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Rename FileListRec_s disk + cpio path variables |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Yet more url ripping - buildroot is never an url |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | Remove remote host stuff from build doScript() |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Panu Matilainen | More url-path ripping in build/ |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | Whoops.. gpg-pubkey "release" on import got busted... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | Simplify rpmtsImportPubkey() a bit |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Jindrich Novy | Rewrite pgpArmorWrap(), the former one was insecure... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | Collapse unknown / unsupport RSA sigtypes into one... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | verifyRSASignature() buffer & other fixes |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | verifyDSASignature() buffer & other fixes |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | verifyDSASignature() buffer & other fixes |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Panu Matilainen | Eliminate four copy-paste versions of nibble(), stick... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Eep, fix bunch of segfaults and other fun from previous... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Avoid stpcpy() to static sized buffer in verifySizeSign... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Avoid stpcpy() to static sized buffer in verifyMD5Signa... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Avoid stpcpy() to static sized buffer in verifySHA1Sign... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Eliminate several copy-paste hex converters, use pgpHex... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Uh, return allocated pointer, not the end of string... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Remove static print buffer from pgpMpiStr(), return... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Merge pgpHexCvt() into pgpHexPrt(), removing it from... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Minimally convert all pgpHexCvt() users to use pgpHexSt... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Remove static print buffer from pgpHexStr, return mallo... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | argvPrint() doesn't modify argv, make it const |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Add ARGI_const_t, use where appropriate |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | ARGV_t const pendantry |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Remove ARGstr_t typedef, it serves no purpose |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Remove bogus const from ARGV_t |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Panu Matilainen | Missing rpmstring.h include |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Panu Matilainen | Eliminate the uuuuugly and unsafe static tagname buffer |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Panu Matilainen | Move the tagtbl.c generator monster awk out of Makefile.am |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Oops, no newline at end of filename please... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | %{_builddir} is not an url, ever |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | We only ever deal with local, regular files in doUntar() |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | We only ever deal with local, regular files in doPatch() |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Rip the url-craziness in rpmMkdirPath() |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Get rid of the horrid zcmd hackery in build |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Missing decompression arguments for bzip in uncompress... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | getcwd(NULL,0) has undefined behavior, use rpmGetCwd... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Stop pretending spec can be an URL or stdin, neither... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jindrich Novy | Escape '%' in format |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Wait for popen() to finish before passing to isSpecFile() |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Move spec extraction from tarball out of buildForTarget... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Oops, add --wildcards back to spec extraction |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jindrich Novy | Simplify formatting |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jindrich Novy | Simplify package comparison and format creation. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Assume failure in buildForTarget() to remove redundancy |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Refactor spec extraction on tar build to address severa... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Spec of size zero cannot be a valid spec file |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Remove copy-paste currentDirectory() from sqlite, use... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Panu Matilainen | Rename currentDirectory() to rpmGetCwd() and move to... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | We don't support url's in db paths, rip. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Replace silly static rpmioFileExists() in rpmdb.c with... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Remove ancient db1->db3 conversion cruft |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Jindrich Novy | Don't use static buffers in parseForRegexLang() |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Lose the remaining static buffer from rpmVerifySignatures() |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Typo... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Refactor signature check results formatting |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Enable stack protector by default if gcc supports it |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Remove unnecessary check for "keyid:" in result |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Start eliminating static buffers from header/signature... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Jindrich Novy | Simplify message key creation in i18nTag() |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Panu Matilainen | Shut up a few silly compiler warnings that have crept in |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Further streamline / simplify rpmVerifySignatures() |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Make signature verification result not depend on rpm... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Further redundancy / copy-paste coding elimination |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Collapse the huge sigtag switch in rpmVerifySignatures... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Simplify missing/untrusted keys logging |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Panu Matilainen | Revert "Disable signature and digest checks on query... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Jindrich Novy | Fix off-by one in urlOpen() |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Panu Matilainen | Updated German translation from Fabian Affolter |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Panu Matilainen | Enhance error message on failed ts lock acquire (rhbz... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Panu Matilainen | Convert rpmlock.c to general rpm indentation style |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Panu Matilainen | Avoid entirely unnecessary static buffer + string copy. |
commit | commitdiff | tree | snapshot |
next |