summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj5-17/+12
2002-08-05- python: enable threads on callbacks and longish rpmlib calls.jbj1-1/+1
2002-08-04- add --predefine to define macros before reading macro configuration.jbj1-6/+18
2002-08-04- fix: don't repackage %%ghost files.jbj1-0/+2
2002-08-04- resurrect --rollback.jbj7-75/+185
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj4-6/+11
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj5-12/+16
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj1-1/+5
2002-08-02- fix: repair --root with --verify (#70527).jbj1-1/+1
2002-08-02- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).jbj1-1/+1
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj3-20/+23
2002-07-30installplatform clean up, add athlon (PLD).jbj1-3/+3
2002-07-30- detect athlon/duron with CMOV (PLD).jbj1-5/+11
2002-07-29- update trpm.jbj10-39/+161
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj8-63/+127
2002-07-28- popt: display sub-table options only once on --usage.jbj9-136/+310
2002-07-25- fix: --repackage repaired (#67217).jbj6-11/+33
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj2-0/+2
2002-07-24- fix: segfault if given a text file as 2nd arg to -Uvh (#69508).jbj1-1/+1
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj12-43/+496
2002-07-21fix: Header SHA1 was giving false positive.jbj1-1/+1
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj14-503/+717
2002-07-20- version added to *.la dependency libraries (#69063).jbj5-7/+11
2002-07-20- popt: parse file into string of options (#56860).jbj2-6/+10
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-1/+1
2002-07-18up2date functional on rpm-python-4.1 bindings.jbj2-2/+8
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj4-14/+15
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj21-185/+75
2002-07-12- skip signing packages already signed with same key (#62118).jbj1-4/+62
2002-07-12- display signature details using rpm -qijbj1-7/+77
2002-07-11- update for sv.po.jbj7-38/+35
2002-07-09- placeholders for manifest constants for SuSE patch packages.jbj2-8/+15
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj15-66/+84
2002-07-06- fix: permit deletions of added packages (#67108).jbj2-11/+11
2002-07-05- update rpmcache.8.jbj5-37/+5
2002-07-04- fix: forgot lazy open of database on --freshen path (#67907).jbj5-45/+56
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj11-240/+223
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj14-94/+133
2002-07-02add (disabled for now) dependency check to rpmgraph.jbj5-22/+53
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj7-17/+339
2002-06-29- open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise.jbj2-8/+11
2002-06-28- rescusitate remote ftp globs (#67678).jbj1-2/+2
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj7-119/+77
2002-06-28- fix: multiple relocations (#67596).jbj1-4/+7
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-4/+12
2002-06-27- use rpmdb-redhat for suggestions if/when configured (#67430).jbj1-1/+14
2002-06-25- python: link internal libelf (if used) directly into rpmmodule.so.jbj1-1/+1
2002-06-22Factor bounds checking annotations into source code.jbj38-17/+444
2002-06-21Check S_ISREG explicitly to avoid '?' in ls(1)-like displays.jbj1-1/+3
2002-06-21- fix: reading macro files can corrupt memory if BUFSIZ is teensy.jbj2-2/+2