2011-12-21 |
David Malcolm | handle errors when constructing lists in the Python... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
David Malcolm | fix memory leaks in invocations of PyObject_Call |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Panu Matilainen | Oops, newlines dont belong in format extension output |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Joshua Megerman | Fix brace matching on multiline constructs in perl... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Panu Matilainen | Pull in updated + new translations from Transifex |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Panu Matilainen | Teach debugedit about .debug_macro dwarf section (RhBug... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Panu Matilainen | Allow pre- and posttrans to omit interpreter or body... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Cache all but FAIL results from rpmdb header verification |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Purge rpmdb header verification cache on added pubkeys |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Enable fast-import mode for headers from rpmdb |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Implement "fast" flag to headerImport() |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Update internal callers to use headerExport(), no funct... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Add an enhanced interface for unloading, aka exporting... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Update internal callers to use headerImport() instead... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Panu Matilainen | Add an enhanced interface for loading, aka importing... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Panu Matilainen | Consolidate header alignment calculations to helper... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Panu Matilainen | Optimize string tag length calculations in regionSwab() |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Panu Matilainen | Fix classification of ELF binaries with setuid/setgid... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Panu Matilainen | Identify "font collection" (data etc) as fonts also... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Make gpg-pubkey headers properly verifiable |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Sanitize makePubkeyHeader() calling semantics |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Make gpg-pubkey buildtime reflect the public key create... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Add key userid into gpg-pubkey headers as "packager" |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Log an error on attempt to sign V3 packages (RhBug... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Panu Matilainen | Fix dribble length calculation on headerLoad() |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Panu Matilainen | Ehm, %pretrans failure shouldn't abort the entire trans... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Panu Matilainen | Make %pretrans failure fail the install (RhBug:736960) |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Ales Kozumplik | inverse the macro definition condition in c87ad03. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Ales Kozumplik | python: use the more modern PyCapsule over PyCObject... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Ales Kozumplik | cosmetic: indentation in rpmdbNextIterator. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Ales Kozumplik | Recognize "<epoch>:" as a part of a label (ticket ... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Ales Kozumplik | Do not attempt running the test suite without fakechroo... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Panu Matilainen | Avoid XZ dependency in test-suite |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Panu Matilainen | Doh, somehow managed to miss the warnings from these... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Make base64 encoding/decoding part of rpmio public API |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Eliminate uses of pgpDig in package signing routines |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Eliminate uses of pgpDig in package reading & signature... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Take advantage of pgpPrtParams() directly in pgpsigForm... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Switch to using rpmKeyringVerifySig() internally |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Add a signature verification method to keyring |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Split keyring find-by-signature to helper function... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Parse pubkey parameters on rpmPubkeyNew() already and... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Add an alternative API for parsing PGP packets |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Allocate signature and pubkey dynamically within pgpDig... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Use pgpDigGetParams() in pgpVerifySig() compat wrapper too |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Panu Matilainen | Don't make assumptions about how pgpDig allocates things |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Panu Matilainen | Revert "Take advantage of pgpDigParamsCmp() in rpmKeyri... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Panu Matilainen | Tolerate NULL key in pgpVerifySignature() |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Ales Kozumplik | Do not let 'rpm -q foo-' find package 'foo'. (RhBug... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate unused params member from pgpDigParams |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Take advantage of pgpDigParamsCmp() in rpmKeyringLookup() |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Use pgpDigParamsAlgo() throughout the codebase |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Add ad API for retrieving algorithm values from digest... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Add an API for comparing two digest parameter containers |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | And finally, make pgpDig struct fully opaque |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig accesses from signing code |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig accesses from pubkey importing |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig access from package reading... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig accesses from lowlevel signatur... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig accesses from keyring |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Add a dumb API to retrieve pubkey / signature params... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Take advantage of parsePGPSig() in pgpsigFormat() too |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Unify the parsePGP() variants from package.c and rpmche... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Hide pgpDig alloc etc details in the parsePGP helper |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Process all keys and signatures we find |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Make pgpPrtPubkeyParams() return an int like all the... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Add another pgpVerify variant which takes key and sig... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Eliminate couple of unnecessary pgpDig usages |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Panu Matilainen | Clean up pgpPrtPkts() and friends a bit |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Bury all NSS specifics into a separate source |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Add a couple of missing includes, masked by NSS headers |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Implement PGP key & sig algorithm specific part OO... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA specific signature verification to helper... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA key MPI calculations to helper functions |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA signature MPI calculations to helper functions |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Remove now redundant NULL digparam checks within the... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Arrange temporary storage for parsing if called with... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Added sanity checks on pgpPrtPkts() entry |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Eliminate bunch of unused/useless debug cruft from... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Split digest parameter freeing into a separate helper... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Panu Matilainen | Store the rsa/dsa parameters in pgpDigParamers struct... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Panu Matilainen | Verify PGP signature packet sizes and number of MPIs... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Panu Matilainen | Eliminate buggy pgpPrtComment() |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Panu Matilainen | Verify PGP key packet sizes and number of MPIs match... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Panu Matilainen | Verify PGP key packet sizes and number of MPIs match... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Panu Matilainen | Verify MPI size is within packet boundary in pgpMpiItem() |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Panu Matilainen | Remove support for V3 public keys |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Panu Matilainen | We dont deal with secret keys, leave them alone |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Panu Matilainen | Centralize PGP packet decoding and sanity checking... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Panu Matilainen | Verify there are sufficient number of bytes to calculat... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Panu Matilainen | Avoid redundant calculations on pubkey fingerprint... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Panu Matilainen | pgpPubkeyFingerprint() can fail, propagate errors part II |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Panu Matilainen | pgpPubkeyFingerprint() can fail, propagate errors |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Panu Matilainen | Eliminate useless pgpIsPkt() helper function |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Panu Matilainen | Eliminate broken pgpLen() from the API |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Panu Matilainen | Sanitize pgpsigFormat() |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Panu Matilainen | Valid PGP packets are always at least two bytes long |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Thomas Jarosch | Fix unterminated buffer after readlink() call |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Panu Matilainen | Log an error on signing if we can't even parse the... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Panu Matilainen | Warn but don't fail the build on missing excluded files... |
commit | commitdiff | tree | snapshot |
next |