2008-04-16 |
Jindrich Novy | Require mkstemp() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Kill queryHeader(), it is not used and buggy |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Kill useless initialization to "(unkown error)" |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Plug a memleak from pgpHexStr() in showQueryPackage() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Don't try to print buf if it's empty |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Remove insecure hacks in query.c |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Remove useless statements from showQueryPackage() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Make headerNVR() just a special case of headerNEVRA() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Oops, only free if allocated ;) |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Plug a memory leak in armorFormat() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Doxygen parameter name mismatch |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Get rid of string hackery and overflows while rpm -V |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Plug a memleak in pgpArmorWrap() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Introduce rstrcat() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Make find-lang.sh --with-man brp-compress friendly... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Don't exempt *.jar.so.debug from buildroot checks ... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Remove rhnplatform, cvsid/svnid, serial and copyright... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Abort build on unknown payload compressor |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Avoid unnecessary rpmio_flags alloc+free in psm |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Fix indentation, no functional changes |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Remove glibc upgrade-helper kludge, only necessary... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Lose useless variable |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Split scriptlet execv() preparations to separate function |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Use argvAddNum() for passing package count numbers... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Add argvAddNum() for adding integers to ARGV_t arrays |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Use ARGV_t for passing around scriptlet args psm internally |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Add argvNew() to create an empty argv array |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Avoid redundant script name formatting |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Reduce #ifdef clutter |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Streamline lua scriptlet name formatting - just do... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Move legacy prefix compat thing out of the loop |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Don't bother calculating max prefix lengths |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Jindrich Novy | Prevent buffer overflow in readKeys() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Jindrich Novy | Use dynamic allocation in rpmlibNeedsFeature() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Jindrich Novy | Don't warn about BuildRoot being "/" while it is actual... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Simplify url retrieval in rpmInstall() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Simplify url io a lot |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Remove #ifdef NOTYET junk |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Rewrite rpmMkTempFile() for sanity |
commit | commitdiff | tree | snapshot |
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 |
next |