summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2009-07-14Dont treat filenames starting with - as stdinPanu Matilainen1-1/+2
2009-06-26Handle hook unregistering itselfPanu Matilainen1-1/+3
2009-06-26Fix rpm.unregister() Lua extensionPanu Matilainen1-1/+1
2009-06-26Add base64 encode and decode extensions to the lua interfacePanu Matilainen1-0/+34
2009-06-25Kick out silly constfree() usePanu Matilainen1-2/+2
2009-06-24Simplify logging a bitPanu Matilainen1-52/+33
2009-06-23Check arg in argvJoin() before dereferencingJindrich Novy1-1/+1
2009-05-22Couple of documentation typosPanu Matilainen1-2/+2
2009-05-22Include from src, not build dirPanu Matilainen1-1/+1
2009-05-20Eliminate useless pgpDig nbytes counterPanu Matilainen1-2/+0
2009-05-08Fix parsing of pubkey signature packets. Ick.Panu Matilainen1-3/+3
2009-04-23Hide NSS peculiarities from APIPanu Matilainen1-0/+27
2009-04-16Pad RSA signatures up to modulus size if necessary (rhbz#494049)Panu Matilainen1-1/+20
2009-04-09Fix PGP v4 fingerprint calculation (rhbz#493777)Panu Matilainen1-1/+7
2009-03-27Handle XZ in %uncompress macroPanu Matilainen1-0/+3
2009-03-27Add built-in %getconfdir macro for getting rpmConfigDir() valuePanu Matilainen1-0/+4
2009-03-25process the "./" in file paths correctly (rhbz#491388)Jindrich Novy1-4/+12
2009-03-25Push signature identification to librpmio / pgp handlingPanu Matilainen2-0/+26
2009-03-25Push signature verification down to librpmioPanu Matilainen2-0/+84
2009-03-25Eliminate header/payload digests from pgpDig_s, they dont belongPanu Matilainen4-56/+7
2009-03-25Implement fdUpdateDigests() and friends using digest bundlePanu Matilainen3-80/+45
2009-03-25Add a type + basic api for bundle of digests (on same data)Panu Matilainen2-0/+139
2009-03-19librpmio doesn't need libmagic for anythingPanu Matilainen1-1/+0
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-12/+68
2009-03-18LZMA -> XZ renamingPanu Matilainen4-20/+21
2009-03-16Proper error handling in rpmDigestDup()Panu Matilainen1-6/+7
2009-03-16Eliminate unnecessary pgpNewPublicKey() wrappersPanu Matilainen1-12/+2
2009-03-16Eliminate unnecessary field from pgpDig_sPanu Matilainen2-42/+27
2009-03-11NSS supports MD2, we might as well handle it tooPanu Matilainen1-3/+5
2009-03-11Eliminate now unnecessary FDDIGEST_tPanu Matilainen3-31/+23
2009-03-11Remember hash algorithm in digest contextPanu Matilainen1-0/+2
2009-03-11Streamline rpmDigestInit() a bitPanu Matilainen1-14/+11
2009-03-09Port XZ payload compression to xz-4.999.8 APIJindrich Novy1-9/+3
2009-03-04Dont leak memory from hdrmd5ctxPanu Matilainen1-2/+0
2009-03-04Eliminate unnecessary fields from pgpDig_sPanu Matilainen2-7/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-2/+2
2009-02-26Switch to libtool versioning, starting at 0:0:0Panu Matilainen1-1/+1
2009-01-16Add getenv macro, use instead of $(echo $HOME) for defaulsPanu Matilainen1-0/+3
2009-01-15Make sure global state gets NULLed on freePanu Matilainen1-0/+1
2009-01-14Add rpmluaGetGlobalState() to internal lua apiPanu Matilainen2-0/+7
2009-01-09Don't try to create "" directoriesPanu Matilainen1-1/+1
2009-01-08Delay NSS initialization until actually usedPanu Matilainen1-1/+5
2009-01-08Only touch _crypto_initialized if we actually change itPanu Matilainen1-5/+6
2009-01-08Don't segfault in pgpPubkeyFingerprint() if rpmDigest* failsPanu Matilainen1-3/+5
2008-12-23Increase XZ decompression memlimitJindrich Novy1-2/+2
2008-12-09Oops, missing wrappers for C++ in headers (ticket #12)Panu Matilainen2-0/+14
2008-12-05Avoid "template" which is a reserved word in C++Panu Matilainen2-4/+4
2008-12-01Include rpmfileutil.h from rpmmacro.h so thatJindrich Novy1-0/+1
2008-11-26Increase memory limit for LZMA compressionJindrich Novy1-2/+2
2008-11-26Initialize the LZMA encoder/decoder on demand, not bothJindrich Novy2-2/+6