summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Collapse)AuthorFilesLines
2002-08-04- resurrect --rollback.jbj1-12/+17
- renumber the callback types to be an orthogonal bit mask. - provide repackage progress callbacks, compression is slow. CVS patchset: 5597 CVS date: 2002/08/04 16:55:55
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-4/+4
lclint fiddles. CVS patchset: 5596 CVS date: 2002/08/03 22:31:39
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj2-14/+9
- include tgpg script to verify signatures using only gpg. CVS patchset: 5593 CVS date: 2002/08/02 16:39:55
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj2-6/+18
- imbue %ghost with missingok attribute with --verify (#68933). CVS patchset: 5568 CVS date: 2002/07/24 16:21:23
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj3-6/+5
CVS patchset: 5566 CVS date: 2002/07/21 22:06:19
2002-07-20- version added to *.la dependency libraries (#69063).jbj6-144/+158
- expose digests in rpmio API, but hide internal beecrypt API (#68999). CVS patchset: 5561 CVS date: 2002/07/20 21:07:31
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-1/+1
CVS patchset: 5559 CVS date: 2002/07/19 20:26:38
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-0/+1
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
2002-07-13Use ${MAKE}, not make, for portability.jbj1-1/+1
CVS patchset: 5552 CVS date: 2002/07/13 19:32:42
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj9-96/+133
CVS patchset: 5542 CVS date: 2002/07/08 14:21:26
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-5/+12
CVS patchset: 5538 CVS date: 2002/07/03 14:01:49
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj11-4/+53
Start narrowing the scope of bounds annotations by adding more annotations. CVS patchset: 5537 CVS date: 2002/07/02 23:54:35
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-2/+1
- factor common options into table, add rpmcliInit() and rpmcliFini(). - add preliminary rpmgraph(8) and rpmcache(8) executables to rpm-devel. CVS patchset: 5535 CVS date: 2002/06/30 22:47:32
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-0/+1
Disambiguate failures to import with error messages. CVS patchset: 5528 CVS date: 2002/06/28 00:35:57
2002-06-25- python: link internal libelf (if used) directly into rpmmodule.so.jbj1-1/+1
CVS patchset: 5525 CVS date: 2002/06/25 18:43:40
2002-06-23Add boundswrite annotations everywhere.jbj12-21/+285
CVS patchset: 5522 CVS date: 2002/06/23 19:47:08
2002-06-22Factor bounds checking annotations into source code.jbj4-8/+18
CVS patchset: 5521 CVS date: 2002/06/22 18:51:56
2002-06-21- fix: reading macro files can corrupt memory if BUFSIZ is teensy.jbj3-85/+61
- fix: assertion failure iff incomplete package install (#66837). CVS patchset: 5519 CVS date: 2002/06/21 18:00:50
2002-06-19Annotate incondefs in source code.jbj6-8/+19
CVS patchset: 5509 CVS date: 2002/06/19 18:52:46
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj2-28/+23
- beecrypt: merge doxygen markup with rpmapi doco. - beecrypt: revert cpu/arch compile option mixup (#66752). CVS patchset: 5495 CVS date: 2002/06/15 19:43:41
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj2-4/+13
CVS patchset: 5437 CVS date: 2002/05/16 16:55:21
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj2-6/+6
CVS patchset: 5434 CVS date: 2002/05/13 22:45:30
2002-05-13Eliminate bogus strerror message for manifests.jbj1-3/+4
CVS patchset: 5433 CVS date: 2002/05/13 22:34:25
2002-05-07- plug most install mode leaks.jbj1-0/+14
CVS patchset: 5424 CVS date: 2002/05/07 01:07:41
2002-05-02- eliminate db1 support.jbj1-1/+1
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-3/+1
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
2002-04-14- use build time to choose one of multiple alternative suggestions.jbj7-87/+86
- add --nosuggests to disable suggested resolutions. - splint fiddles. CVS patchset: 5406 CVS date: 2002/04/14 21:48:44
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-1/+2
CVS patchset: 5402 CVS date: 2002/04/13 18:52:18
2002-04-10- beecrypt: add types.h, eliminate need for config.gnu.h.jbj3-3/+4
CVS patchset: 5386 CVS date: 2002/04/10 20:00:40
2002-04-08Sanity.jbj1-1/+3
CVS patchset: 5382 CVS date: 2002/04/08 22:52:45
2002-04-08Check rpm-4.0.4 for orpahns.jbj5-22/+4
CVS patchset: 5380 CVS date: 2002/04/08 19:13:35
2002-04-08doxygen cleanup.jbj4-5/+7
CVS patchset: 5379 CVS date: 2002/04/08 18:56:01
2002-04-07- speedup large queries by ~50%.jbj1-1/+1
- revert to presentation ordering Yet Again (#62158). - non-glibc: on upgrade, mergesort is much faster than quicksort. CVS patchset: 5377 CVS date: 2002/04/07 19:52:42
2002-03-17- *really* dump signature header immutable region.jbj1-2/+2
CVS patchset: 5362 CVS date: 2002/03/17 15:49:09
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-1/+1
- use mmap when calculating file digests on verify, ~20% faster. CVS patchset: 5352 CVS date: 2002/03/12 16:56:17
2002-03-08- wire --nodigest/--nosignature options to checksig/query/verify modes.jbj1-0/+3
CVS patchset: 5348 CVS date: 2002/03/08 22:24:58
2002-03-07- add header RSA signature (untested, disabled for now).jbj2-14/+49
- don't bother with signing check if 16 bits of hash don't match. - only V3 signatures for now. CVS patchset: 5347 CVS date: 2002/03/07 22:54:43
2002-03-06- add header DSA signature.jbj2-13/+23
CVS patchset: 5345 CVS date: 2002/03/06 23:17:31
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj1-5/+5
- drill header sha1 into signature parallel to header+payload md5. - mandatory "most effective" signature check on query/verify/install. - don't bother adding empty filemd's to index. - add Pubkey index, using signer id as binary key. - display pubkeys in hex when debugging db access. - retrieve pubkey(s) from rpmdb, not from detached signature file. - reapply Berkeley DB patch #4491. CVS patchset: 5341 CVS date: 2002/03/03 23:09:49
2002-02-28Use Knuth algorithm Y for computing DSA "w = inv(s) mod q".jbj4-192/+159
CVS patchset: 5339 CVS date: 2002/02/28 15:48:39
2002-02-27Sanity.jbj1-186/+372
CVS patchset: 5338 CVS date: 2002/02/27 21:38:51
2002-02-27Create.jbj1-0/+366
CVS patchset: 5337 CVS date: 2002/02/27 14:26:29
2002-02-25Annotation fiddles.jbj4-44/+141
CVS patchset: 5336 CVS date: 2002/02/25 15:29:22
2002-02-24Synthesize a st_ino field for fts(3) use across FTP.jbj4-4/+203
CVS patchset: 5335 CVS date: 2002/02/24 20:44:36
2002-02-23fix: opendir(3) et al functional with FTP.jbj4-43/+371
Use GNU extensions to apply glob(3) to ftp:// URL's. CVS patchset: 5333 CVS date: 2002/02/23 21:24:37
2002-02-22Make peace with lclint for fts.[ch].jbj2-166/+211
CVS patchset: 5332 CVS date: 2002/02/22 22:52:26
2002-02-20Include fts.[ch] in rpmio, APi renamed to Fts_foo.jbj3-12/+25
CVS patchset: 5328 CVS date: 2002/02/20 22:57:06
2002-02-20Add (for portability) copies of fts.{c,h} from glibc-2.2.90-6.jbj2-0/+1263
CVS patchset: 5327 CVS date: 2002/02/20 22:28:00
2002-02-10- make peace with automake et al in 8.0, ugh.jbj1-4/+4
CVS patchset: 5314 CVS date: 2002/02/10 21:13:52
2002-02-10- make peace with gcc-3.1, remove compiler cruft.jbj2-3/+1
CVS patchset: 5313 CVS date: 2002/02/10 19:00:16