Mark another pile of header_magic duplicates as read-only
[platform/upstream/rpm.git] / lib / package.c
2008-03-07 Panu MatilainenMark another pile of header_magic duplicates as read...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenAnd yet more bogus const removals...
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-16 Panu MatilainenEliminate copy-paste fd digest stealing, stuff into...
2007-11-07 Panu MatilainenEliminate dead code
2007-11-07 Panu MatilainenEliminate rpmlead use from legacy retrofitting.
2007-11-07 Panu MatilainenOnly do legacy retrofitting on packages that need it.
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-11 Panu Matilainen...and more pointer signedness fixes...
2007-07-10 Panu MatilainenMsg buffer signedness change to avoid several compiler...
2007-07-09 Panu MatilainenPermit packages with no payload format (rpm 3.x compat...
2007-06-19 Panu MatilainenRename headerCheckPayload() -> headerCheckPayloadFormat()
2007-06-12 Panu MatilainenSkip packages/headers with non-verifiable signatures...
2007-06-05 Panu MatilainenPayload compatibility checking fixes.
2007-05-24 Panu MatilainenCheck for supported payload format on package install...
2005-03-13 jbjAdd support for RSA on sha1/sha256/sha384/sha512.
2005-03-12 jbjAdd hdrmd5ctx for header-only md5 rsa/md5 signatures.
2005-02-02 jbj- fix: length of gpg V4 hash seed was incorrect (#146896).
2004-10-18 jbjAdd generalized iterator to rpmlib.
2004-10-15 jbj- disable expensive header+payload verifies in default...
2004-10-09 jbjFlush changes from rpm-4_3 branch.
2004-08-19 jbj- avoid "can't happen" recursion while retrieving pubkeys.
2003-04-16 jbj- resurrect manifests, RPMRC_NOTFOUND returned by readL...
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-03-06 jbj- fix: memory leak (85522).
2003-02-03 jbjoops, get rid of debugging printf's.
2003-01-23 jbjsplint fiddles.
2002-12-18 jbj- add --file{class,provide,require} popt aliases and...
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-09-17 jbj- lclint clean.
2002-09-16 jbjSync with rpm-4.1 parsing changes.
2002-09-04 jbj- fix: parse header data more carefully.
2002-08-31 jbjSync with rpm-4.1.
2002-08-27 jbj- fix: segfault with --checksig, plug memory leak ...
2002-08-26 jbj- python: don't remap NOKEY/UNTRUSTED to OK.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-22 jbj- fix: region trailer offset sanity check wrong (#71996).
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-08-05 jbj- fix: check for lead magic, better error message on...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-28 jbj- popt: display sub-table options only once on --usage.
2002-07-25 jbj- fix: --repackage repaired (#67217).
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-24 jbj- fix: segfault if given a text file as 2nd arg to...
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-20 jbj- version added to *.la dependency libraries (#69063).
2002-07-20 jbj- popt: parse file into string of options (#56860).
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-07-02 jbjadd (disabled for now) dependency check to rpmgraph.
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-13 jbjEliminate bogus strerror message for manifests.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-03-10 jbj- splint annotationsm, signature cleanup.
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-07 jbj- add header RSA signature (untested).
next