tools/librpm-tizen.git
2012-01-05 Panu MatilainenClean up progress callbacks in fsm/psm machinery
2012-01-05 Panu MatilainenAdd enum for RPMCALLBACK_INST_STOP callback event
2012-01-05 Panu MatilainenPass and remember the controlling psm (if any) in fsm
2012-01-05 Panu MatilainenEliminate repackage notification remnants from fsm
2012-01-05 Panu MatilainenUse rpmtsNotify() directly for psm error callbacks
2012-01-04 Ales Kozumplikdocument -D and -E in man.
2012-01-04 Ales KozumplikrpmOption.required is not used.
2012-01-04 Ales Kozumplikrpmrc: do not use that nonexistent rpmOptionValue struct.
2012-01-04 Ales Kozumplikdepends.c: save us one rpmdsNew in addObsoleteErasures.
2012-01-04 Ales Kozumplikdepends.c: unused parameters in addUpgradeErasures...
2012-01-03 Panu MatilainenImplement scriptlet start and stop callbacks (RhBug...
2012-01-03 Panu MatilainenEliminate rpm cli callback internals from the API
2012-01-03 Panu MatilainenEliminate pointless rpmcliPackagesTotal fiddling
2012-01-02 David Malcolmfix the signatures of the METH_NOARGS callbacks
2012-01-02 David Malcolmfix use-after-free within rpmfdFromPyObject's error...
2011-12-23 Ales KozumplikAllow deprecations to work accross colors (RhBug:713323)
2011-12-23 Ales Kozumplikdepends.c:skipColor() is not longer a macro
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-12-21 Ales Kozumpliktypo in header-py.c.
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2011-12-21 David Malcolmfix memory leaks in invocations of PyObject_Call
2011-12-15 Panu MatilainenOops, newlines dont belong in format extension output
2011-12-14 Joshua MegermanFix brace matching on multiline constructs in perl...
2011-12-02 Panu MatilainenPull in updated + new translations from Transifex
2011-12-02 Panu MatilainenTeach debugedit about .debug_macro dwarf section (RhBug...
2011-12-01 Panu MatilainenAllow pre- and posttrans to omit interpreter or body...
2011-11-30 Panu MatilainenCache all but FAIL results from rpmdb header verification
2011-11-30 Panu MatilainenPurge rpmdb header verification cache on added pubkeys
2011-11-30 Panu MatilainenEnable fast-import mode for headers from rpmdb
2011-11-30 Panu MatilainenImplement "fast" flag to headerImport()
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-30 Panu MatilainenAdd an enhanced interface for unloading, aka exporting...
2011-11-30 Panu MatilainenUpdate internal callers to use headerImport() instead...
2011-11-30 Panu MatilainenAdd an enhanced interface for loading, aka importing...
2011-11-29 Panu MatilainenConsolidate header alignment calculations to helper...
2011-11-29 Panu MatilainenOptimize string tag length calculations in regionSwab()
2011-11-28 Panu MatilainenFix classification of ELF binaries with setuid/setgid...
2011-11-25 Panu MatilainenIdentify "font collection" (data etc) as fonts also...
2011-11-24 Panu MatilainenMake gpg-pubkey headers properly verifiable
2011-11-24 Panu MatilainenSanitize makePubkeyHeader() calling semantics
2011-11-24 Panu MatilainenMake gpg-pubkey buildtime reflect the public key create...
2011-11-24 Panu MatilainenAdd key userid into gpg-pubkey headers as "packager"
2011-11-24 Panu MatilainenLog an error on attempt to sign V3 packages (RhBug...
2011-11-24 Panu MatilainenFix dribble length calculation on headerLoad()
2011-11-22 Panu MatilainenEhm, %pretrans failure shouldn't abort the entire trans...
2011-11-22 Panu MatilainenMake %pretrans failure fail the install (RhBug:736960)
2011-11-18 Ales Kozumplikinverse the macro definition condition in c87ad03.
2011-11-18 Ales Kozumplikpython: use the more modern PyCapsule over PyCObject...
2011-11-18 Ales Kozumplikcosmetic: indentation in rpmdbNextIterator.
2011-11-18 Ales KozumplikRecognize "<epoch>:" as a part of a label (ticket ...
2011-11-16 Ales KozumplikDo not attempt running the test suite without fakechroo...
2011-11-14 Panu MatilainenAvoid XZ dependency in test-suite
2011-11-10 Panu MatilainenDoh, somehow managed to miss the warnings from these...
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package signing routines
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package reading & signature...
2011-11-09 Panu MatilainenTake advantage of pgpPrtParams() directly in pgpsigForm...
2011-11-09 Panu MatilainenSwitch to using rpmKeyringVerifySig() internally
2011-11-09 Panu MatilainenAdd a signature verification method to keyring
2011-11-09 Panu MatilainenSplit keyring find-by-signature to helper function...
2011-11-09 Panu MatilainenParse pubkey parameters on rpmPubkeyNew() already and...
2011-11-09 Panu MatilainenAdd an alternative API for parsing PGP packets
2011-11-09 Panu MatilainenAllocate signature and pubkey dynamically within pgpDig...
2011-11-09 Panu MatilainenUse pgpDigGetParams() in pgpVerifySig() compat wrapper too
2011-11-09 Panu MatilainenDon't make assumptions about how pgpDig allocates things
2011-11-08 Panu MatilainenRevert "Take advantage of pgpDigParamsCmp() in rpmKeyri...
2011-11-08 Panu MatilainenTolerate NULL key in pgpVerifySignature()
2011-11-08 Ales KozumplikDo not let 'rpm -q foo-' find package 'foo'. (RhBug...
2011-11-07 Panu MatilainenEliminate unused params member from pgpDigParams
2011-11-07 Panu MatilainenTake advantage of pgpDigParamsCmp() in rpmKeyringLookup()
2011-11-07 Panu MatilainenUse pgpDigParamsAlgo() throughout the codebase
2011-11-07 Panu MatilainenAdd ad API for retrieving algorithm values from digest...
2011-11-07 Panu MatilainenAdd an API for comparing two digest parameter containers
2011-11-07 Panu MatilainenAnd finally, make pgpDig struct fully opaque
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from signing code
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from pubkey importing
2011-11-07 Panu MatilainenEliminate direct pgpDig access from package reading...
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from lowlevel signatur...
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from keyring
2011-11-07 Panu MatilainenAdd a dumb API to retrieve pubkey / signature params...
2011-11-07 Panu MatilainenTake advantage of parsePGPSig() in pgpsigFormat() too
2011-11-07 Panu MatilainenUnify the parsePGP() variants from package.c and rpmche...
2011-11-07 Panu MatilainenHide pgpDig alloc etc details in the parsePGP helper
2011-11-07 Panu MatilainenProcess all keys and signatures we find
2011-11-07 Panu MatilainenMake pgpPrtPubkeyParams() return an int like all the...
2011-11-07 Panu MatilainenAdd another pgpVerify variant which takes key and sig...
2011-11-07 Panu MatilainenEliminate couple of unnecessary pgpDig usages
2011-11-07 Panu MatilainenClean up pgpPrtPkts() and friends a bit
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2011-11-04 Panu MatilainenAdd a couple of missing includes, masked by NSS headers
2011-11-04 Panu MatilainenImplement PGP key & sig algorithm specific part OO...
2011-11-04 Panu MatilainenLift RSA/DSA specific signature verification to helper...
2011-11-04 Panu MatilainenLift RSA/DSA key MPI calculations to helper functions
2011-11-04 Panu MatilainenLift RSA/DSA signature MPI calculations to helper functions
2011-11-04 Panu MatilainenRemove now redundant NULL digparam checks within the...
2011-11-04 Panu MatilainenArrange temporary storage for parsing if called with...
2011-11-04 Panu MatilainenAdded sanity checks on pgpPrtPkts() entry
2011-11-04 Panu MatilainenEliminate bunch of unused/useless debug cruft from...
2011-11-04 Panu MatilainenSplit digest parameter freeing into a separate helper...
2011-11-04 Panu MatilainenStore the rsa/dsa parameters in pgpDigParamers struct...
next