platform/upstream/rpm.git
22 years agoInitial revision
jbj [Wed, 21 Nov 2001 19:43:12 +0000 (19:43 +0000)]
Initial revision

CVS patchset: 5197
CVS date: 2001/11/21 19:43:12

22 years ago- header handling moved to librpmdb to avoid linkage loops.
jbj [Mon, 19 Nov 2001 22:45:35 +0000 (22:45 +0000)]
- header handling moved to librpmdb to avoid linkage loops.

CVS patchset: 5193
CVS date: 2001/11/19 22:45:35

22 years ago- convert file md5sum's to binary on the fly, reducing memory footprint.
jbj [Sun, 18 Nov 2001 17:49:21 +0000 (17:49 +0000)]
- convert file md5sum's to binary on the fly, reducing memory footprint.

CVS patchset: 5192
CVS date: 2001/11/18 17:49:21

22 years ago1st element in tsort candidate queue was not marked.
jbj [Sun, 18 Nov 2001 11:46:22 +0000 (11:46 +0000)]
1st element in tsort candidate queue was not marked.

CVS patchset: 5191
CVS date: 2001/11/18 11:46:22

22 years ago- use TR_REMOVED relations as well as TR_ADDED for ordering.
jbj [Sat, 17 Nov 2001 20:44:16 +0000 (20:44 +0000)]
- use TR_REMOVED relations as well as TR_ADDED for ordering.
- drop requirement that removed packages immediately follow added.
- hybrid chainsaw/presentation ordering algorithm.

CVS patchset: 5190
CVS date: 2001/11/17 20:44:16

22 years ago- methods to complete making transactionElement opaque.
jbj [Sat, 17 Nov 2001 08:02:17 +0000 (08:02 +0000)]
- methods to complete making transactionElement opaque.

CVS patchset: 5189
CVS date: 2001/11/17 08:02:17

22 years agoContinue making transactionElement opaque.
jbj [Sat, 17 Nov 2001 00:52:45 +0000 (00:52 +0000)]
Continue making transactionElement opaque.

CVS patchset: 5188
CVS date: 2001/11/17 00:52:45

22 years agoMove addTE/delTE to rpmte.c.
jbj [Fri, 16 Nov 2001 23:22:24 +0000 (23:22 +0000)]
Move addTE/delTE to rpmte.c.

CVS patchset: 5187
CVS date: 2001/11/16 23:22:24

22 years ago- use array of pointers rather than contiguous array for ts->order.
jbj [Fri, 16 Nov 2001 22:42:19 +0000 (22:42 +0000)]
- use array of pointers rather than contiguous array for ts->order.

CVS patchset: 5186
CVS date: 2001/11/16 22:42:19

22 years agoCreate rpmte.[ch].
jbj [Fri, 16 Nov 2001 20:26:01 +0000 (20:26 +0000)]
Create rpmte.[ch].

CVS patchset: 5185
CVS date: 2001/11/16 20:26:01

22 years ago- annotations to make a transactionElement opaque.
jbj [Fri, 16 Nov 2001 19:26:33 +0000 (19:26 +0000)]
- annotations to make a transactionElement opaque.

CVS patchset: 5184
CVS date: 2001/11/16 19:26:33

22 years agoEliminate dead code.
jbj [Fri, 16 Nov 2001 13:58:21 +0000 (13:58 +0000)]
Eliminate dead code.

CVS patchset: 5183
CVS date: 2001/11/16 13:58:21

22 years ago- transaction.c: use wrappers/iterators to access TFI_t.
jbj [Fri, 16 Nov 2001 00:26:30 +0000 (00:26 +0000)]
- transaction.c: use wrappers/iterators to access TFI_t.

CVS patchset: 5182
CVS date: 2001/11/16 00:26:30

22 years ago- tweak overlapped file fingerprint retrieval for speed.
jbj [Thu, 15 Nov 2001 18:22:33 +0000 (18:22 +0000)]
- tweak overlapped file fingerprint retrieval for speed.

CVS patchset: 5181
CVS date: 2001/11/15 18:22:33

22 years agodepends.c and rpmal.c have opaque TFI_t.
jbj [Wed, 14 Nov 2001 00:14:01 +0000 (00:14 +0000)]
depends.c and rpmal.c have opaque TFI_t.

CVS patchset: 5180
CVS date: 2001/11/14 00:14:01

22 years ago- split file info tag sets into rpmfi.c.
jbj [Tue, 13 Nov 2001 19:04:33 +0000 (19:04 +0000)]
- split file info tag sets into rpmfi.c.
- create toy TFI_t iterators.

CVS patchset: 5179
CVS date: 2001/11/13 19:04:33

22 years agotransaction.c: lclint cleanups.
jbj [Mon, 12 Nov 2001 22:54:39 +0000 (22:54 +0000)]
transaction.c: lclint cleanups.

CVS patchset: 5178
CVS date: 2001/11/12 22:54:39

22 years ago- commit to using rpmDepSet and TFI_t, not header.
jbj [Mon, 12 Nov 2001 20:51:05 +0000 (20:51 +0000)]
- commit to using rpmDepSet and TFI_t, not header.
- lclint rpmio fiddles.

CVS patchset: 5177
CVS date: 2001/11/12 20:51:05

22 years ago- unify rpmFNSet into TFI_t.
jbj [Sun, 11 Nov 2001 22:51:00 +0000 (22:51 +0000)]
- unify rpmFNSet into TFI_t.
- eliminate header reference in rpmtransAddPackage, use TFI_t data.

CVS patchset: 5176
CVS date: 2001/11/11 22:51:00

22 years agoReplace loadFi with fiNew, freeFi with fiFree.
jbj [Sun, 11 Nov 2001 20:45:20 +0000 (20:45 +0000)]
Replace loadFi with fiNew, freeFi with fiFree.

CVS patchset: 5175
CVS date: 2001/11/11 20:45:20

22 years ago- factor per-transactionElement data out of TFI_t through pointer ref.
jbj [Sun, 11 Nov 2001 16:17:57 +0000 (16:17 +0000)]
- factor per-transactionElement data out of TFI_t through pointer ref.

CVS patchset: 5174
CVS date: 2001/11/11 16:17:57

22 years ago- common structure elements for unification of TFI_t and rpmFNSet.
jbj [Sun, 11 Nov 2001 12:47:08 +0000 (12:47 +0000)]
- common structure elements for unification of TFI_t and rpmFNSet.

CVS patchset: 5173
CVS date: 2001/11/11 12:47:08

22 years agoDiscard ts->addedPackages at end of rpmdepOrder() for now.
jbj [Sun, 11 Nov 2001 03:15:47 +0000 (03:15 +0000)]
Discard ts->addedPackages at end of rpmdepOrder() for now.

CVS patchset: 5172
CVS date: 2001/11/11 03:15:47

22 years agoIterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb.
jbj [Sun, 11 Nov 2001 02:50:31 +0000 (02:50 +0000)]
Iterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb.

CVS patchset: 5171
CVS date: 2001/11/11 02:50:31

22 years agoRip headers out of addedPackages.
jbj [Sun, 11 Nov 2001 01:46:43 +0000 (01:46 +0000)]
Rip headers out of addedPackages.

CVS patchset: 5170
CVS date: 2001/11/11 01:46:43

22 years agoRip alGetHeader() out of depends.c.
jbj [Sun, 11 Nov 2001 00:11:33 +0000 (00:11 +0000)]
Rip alGetHeader() out of depends.c.

CVS patchset: 5169
CVS date: 2001/11/11 00:11:33

22 years agoStart removing alGetHeader.
jbj [Sat, 10 Nov 2001 19:24:19 +0000 (19:24 +0000)]
Start removing alGetHeader.

CVS patchset: 5168
CVS date: 2001/11/10 19:24:19

22 years ago- strip header tags for erased as well as installed transactionElements.
jbj [Sat, 10 Nov 2001 01:39:50 +0000 (01:39 +0000)]
- strip header tags for erased as well as installed transactionElements.

CVS patchset: 5167
CVS date: 2001/11/10 01:39:50

22 years ago- no-brainer refcounts for rpmDepSet and rpmFNSet objects.
jbj [Fri, 9 Nov 2001 23:13:50 +0000 (23:13 +0000)]
- no-brainer refcounts for rpmDepSet and rpmFNSet objects.

CVS patchset: 5166
CVS date: 2001/11/09 23:13:50

22 years ago- header tag sets are per-transactionElement, not per-availablePackage.
jbj [Fri, 9 Nov 2001 20:41:18 +0000 (20:41 +0000)]
- header tag sets are per-transactionElement, not per-availablePackage.

CVS patchset: 5165
CVS date: 2001/11/09 20:41:18

22 years agoStart deconstructing TFI_t in favor of a per-transactionElement rpmFNSet.
jbj [Fri, 9 Nov 2001 19:22:29 +0000 (19:22 +0000)]
Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet.

CVS patchset: 5164
CVS date: 2001/11/09 19:22:29

22 years ago- no-brainer refcounts for rpmProblemSet object.
jbj [Fri, 9 Nov 2001 17:22:08 +0000 (17:22 +0000)]
- no-brainer refcounts for rpmProblemSet object.

CVS patchset: 5163
CVS date: 2001/11/09 17:22:08

22 years ago- rip out rpmDependencyConflict, replace with rpmProblem instead.
jbj [Thu, 8 Nov 2001 22:04:35 +0000 (22:04 +0000)]
- rip out rpmDependencyConflict, replace with rpmProblem instead.

CVS patchset: 5162
CVS date: 2001/11/08 22:04:35

22 years agoRemove dead code.
jbj [Thu, 8 Nov 2001 16:28:35 +0000 (16:28 +0000)]
Remove dead code.

CVS patchset: 5161
CVS date: 2001/11/08 16:28:35

22 years ago- linear search on added package provides is dumb.
jbj [Thu, 8 Nov 2001 00:12:49 +0000 (00:12 +0000)]
- linear search on added package provides is dumb.
- discarding entire signature header when using --addsign is dumb.
- typedef the fuile name/python object "key" throughout as fnpyKey.
- start ripping rpmDependencyConflict out of the API.

CVS patchset: 5160
CVS date: 2001/11/08 00:12:49

22 years ago- fix: harmless typo in db3 chroot hack.
jbj [Tue, 6 Nov 2001 22:46:26 +0000 (22:46 +0000)]
- fix: harmless typo in db3 chroot hack.
- fix: big-endian's with sizeof(time_t) != sizeof(int_32) mtime broken.
- fix: add Korean message catalogs (#54473).
- add RPHNPLATFORM and PLATFORM tags.
- linear search on added package provides is dumb.
- discarding entire signature header when using --addsign is dumb.

CVS patchset: 5159
CVS date: 2001/11/06 22:46:26

22 years agoStart merging file info into dependency set.
jbj [Mon, 5 Nov 2001 14:09:22 +0000 (14:09 +0000)]
Start merging file info into dependency set.

CVS patchset: 5157
CVS date: 2001/11/05 14:09:22

22 years agoStart deconstructing availablePackage list.
jbj [Mon, 5 Nov 2001 03:44:05 +0000 (03:44 +0000)]
Start deconstructing availablePackage list.

CVS patchset: 5156
CVS date: 2001/11/05 03:44:05

22 years ago- rpmal: availablePackage is totally opaque, alKey with index replaces.
jbj [Sun, 4 Nov 2001 22:00:11 +0000 (22:00 +0000)]
- rpmal: availablePackage is totally opaque, alKey with index replaces.

CVS patchset: 5155
CVS date: 2001/11/04 22:00:11

22 years ago- rpmds: move trigger dependencies into a rpmDepSet as well.
jbj [Sun, 4 Nov 2001 17:00:00 +0000 (17:00 +0000)]
- rpmds: move trigger dependencies into a rpmDepSet as well.

CVS patchset: 5154
CVS date: 2001/11/04 17:00:00

22 years ago- rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N.
jbj [Sun, 4 Nov 2001 15:43:26 +0000 (15:43 +0000)]
- rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N.
- depends.h: hack around teIterator() et al from include for now.

CVS patchset: 5153
CVS date: 2001/11/04 15:43:26

22 years ago- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].
jbj [Sat, 3 Nov 2001 02:34:15 +0000 (02:34 +0000)]
- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].

CVS patchset: 5152
CVS date: 2001/11/03 02:34:15

22 years ago- rpmRangesOverlap renamed to dsCompare, add dsNotify method as well.
jbj [Fri, 2 Nov 2001 23:17:54 +0000 (23:17 +0000)]
- rpmRangesOverlap renamed to dsCompare, add dsNotify method as well.

CVS patchset: 5151
CVS date: 2001/11/02 23:17:54

22 years ago- create toy rpmDepSet iterators.
jbj [Fri, 2 Nov 2001 21:01:25 +0000 (21:01 +0000)]
- create toy rpmDepSet iterators.

CVS patchset: 5150
CVS date: 2001/11/02 21:01:25

22 years ago- create rpmDepSet constructors/destructors.
jbj [Fri, 2 Nov 2001 05:36:48 +0000 (05:36 +0000)]
- create rpmDepSet constructors/destructors.

CVS patchset: 5149
CVS date: 2001/11/02 05:36:48

22 years ago- invent some toy transactionElement iterators.
jbj [Fri, 2 Nov 2001 03:13:35 +0000 (03:13 +0000)]
- invent some toy transactionElement iterators.

CVS patchset: 5148
CVS date: 2001/11/02 03:13:35

22 years ago- depends.c: availablePackage is (almost) opaque.
jbj [Thu, 1 Nov 2001 23:18:15 +0000 (23:18 +0000)]
- depends.c: availablePackage is (almost) opaque.

CVS patchset: 5147
CVS date: 2001/11/01 23:18:15

22 years ago- add header refcount annotations throughout.
jbj [Thu, 1 Nov 2001 20:15:10 +0000 (20:15 +0000)]
- add header refcount annotations throughout.

CVS patchset: 5146
CVS date: 2001/11/01 20:15:10

22 years agoDo tsort on transactionElement's, not availaiblePackage's.
jbj [Wed, 31 Oct 2001 22:19:42 +0000 (22:19 +0000)]
Do tsort on transactionElement's, not availaiblePackage's.

CVS patchset: 5145
CVS date: 2001/10/31 22:19:42

22 years agoMore unraveling of availablePackage from depends.c.
jbj [Wed, 31 Oct 2001 04:00:58 +0000 (04:00 +0000)]
More unraveling of availablePackage from depends.c.

CVS patchset: 5144
CVS date: 2001/10/31 04:00:58

22 years agoCreate rpmDepSet.
jbj [Tue, 30 Oct 2001 18:55:39 +0000 (18:55 +0000)]
Create rpmDepSet.

CVS patchset: 5143
CVS date: 2001/10/30 18:55:39

22 years ago- transaction.c: cleanly uncouple availablePackage from TFI_t.
jbj [Tue, 30 Oct 2001 18:00:21 +0000 (18:00 +0000)]
- transaction.c: cleanly uncouple availablePackage from TFI_t.

CVS patchset: 5142
CVS date: 2001/10/30 18:00:21

22 years ago- add some dinky availablePackage methods.
jbj [Mon, 29 Oct 2001 23:39:51 +0000 (23:39 +0000)]
- add some dinky availablePackage methods.

CVS patchset: 5141
CVS date: 2001/10/29 23:39:51

22 years ago- start hiding availablePackage data/methods in rpmal.c/rpmal.h.
jbj [Mon, 29 Oct 2001 20:12:35 +0000 (20:12 +0000)]
- start hiding availablePackage data/methods in rpmal.c/rpmal.h.

CVS patchset: 5140
CVS date: 2001/10/29 20:12:35

22 years agoRemove DYING code.
jbj [Mon, 29 Oct 2001 16:39:13 +0000 (16:39 +0000)]
Remove DYING code.

CVS patchset: 5139
CVS date: 2001/10/29 16:39:13

22 years agoGather all problem handling routines in one place.
jbj [Mon, 29 Oct 2001 16:35:01 +0000 (16:35 +0000)]
Gather all problem handling routines in one place.

CVS patchset: 5138
CVS date: 2001/10/29 16:35:01

22 years ago- memory indices for dependency check are typedef'd and abstract'd.
jbj [Sun, 28 Oct 2001 22:17:47 +0000 (22:17 +0000)]
- memory indices for dependency check are typedef'd and abstract'd.
- no-brainer refcounts for fi object, debug the mess.
- dump the header early in transaction, recreate fi before installing.

CVS patchset: 5137
CVS date: 2001/10/28 22:17:47

22 years ago- transaction sets cerated in cli main.
jbj [Sat, 27 Oct 2001 22:31:10 +0000 (22:31 +0000)]
- transaction sets cerated in cli main.
- no-brainer refcounts for ts object.

CVS patchset: 5136
CVS date: 2001/10/27 22:31:10

22 years ago- legacy signatures always checked where possible on package read.
jbj [Sat, 27 Oct 2001 20:09:20 +0000 (20:09 +0000)]
- legacy signatures always checked where possible on package read.
- wire transactions through rpmcli build modes.
- lazy rpmdb open/close through transaction methods (mostly anyways).
- no-brainer refcounts for rpmdb object.
- check added header against transaction set, replace if newer.

CVS patchset: 5135
CVS date: 2001/10/27 20:09:20

22 years ago- wire transactions through rpmcli install/erase modes.
jbj [Fri, 26 Oct 2001 04:16:19 +0000 (04:16 +0000)]
- wire transactions through rpmcli install/erase modes.
- legacy signatures always checked on package read.

CVS patchset: 5134
CVS date: 2001/10/26 04:16:19

22 years ago- legacy signatures always checked on -qp and -Vp.
jbj [Thu, 25 Oct 2001 01:36:32 +0000 (01:36 +0000)]
- legacy signatures always checked on -qp and -Vp.

CVS patchset: 5133
CVS date: 2001/10/25 01:36:32

22 years ago- wire transactions through rpmcli query/verify modes.
jbj [Wed, 24 Oct 2001 13:48:55 +0000 (13:48 +0000)]
- wire transactions through rpmcli query/verify modes.

CVS patchset: 5132
CVS date: 2001/10/24 13:48:55

22 years ago- wire transactions through rpmcli signature modes.
jbj [Tue, 23 Oct 2001 20:52:51 +0000 (20:52 +0000)]
- wire transactions through rpmcli signature modes.

CVS patchset: 5131
CVS date: 2001/10/23 20:52:51

22 years ago- generate an rpm header on the fly for imported pubkeys.
jbj [Tue, 23 Oct 2001 16:48:20 +0000 (16:48 +0000)]
- generate an rpm header on the fly for imported pubkeys.

CVS patchset: 5130
CVS date: 2001/10/23 16:48:20

22 years agoOrphans.
jbj [Sun, 21 Oct 2001 21:48:23 +0000 (21:48 +0000)]
Orphans.

CVS patchset: 5129
CVS date: 2001/10/21 21:48:23

22 years ago- all symbols but hdrVec are now forward references in linkage.
jbj [Sun, 21 Oct 2001 21:43:32 +0000 (21:43 +0000)]
- all symbols but hdrVec are now forward references in linkage.

CVS patchset: 5128
CVS date: 2001/10/21 21:43:32

22 years ago- stupid macros to configure public key file paths.
jbj [Sat, 20 Oct 2001 22:31:09 +0000 (22:31 +0000)]
- stupid macros to configure public key file paths.

CVS patchset: 5127
CVS date: 2001/10/20 22:31:09

22 years ago- add :base64 and :armor format extensions, dump binary tags in hex.
jbj [Sat, 20 Oct 2001 20:28:56 +0000 (20:28 +0000)]
- add :base64 and :armor format extensions, dump binary tags in hex.
- proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.

CVS patchset: 5126
CVS date: 2001/10/20 20:28:56

22 years agoPermit multiple, simultaneous, digests on a single FD_t.
jbj [Fri, 19 Oct 2001 22:47:40 +0000 (22:47 +0000)]
Permit multiple, simultaneous, digests on a single FD_t.

CVS patchset: 5125
CVS date: 2001/10/19 22:47:40

22 years ago- beecrypt is at least as good as pgp/gpg on verify, pull the plug.
jbj [Fri, 19 Oct 2001 19:51:18 +0000 (19:51 +0000)]
- beecrypt is at least as good as pgp/gpg on verify, pull the plug.

CVS patchset: 5124
CVS date: 2001/10/19 19:51:18

22 years agoStart ripping gpg/pgp on signature verify paths.
jbj [Fri, 19 Oct 2001 13:51:20 +0000 (13:51 +0000)]
Start ripping gpg/pgp on signature verify paths.

CVS patchset: 5123
CVS date: 2001/10/19 13:51:20

22 years agoRewire digests, step 2.
jbj [Fri, 19 Oct 2001 01:35:57 +0000 (01:35 +0000)]
Rewire digests, step 2.

CVS patchset: 5122
CVS date: 2001/10/19 01:35:57

22 years agoNew file from db-4.0.7 to be ignored.
jbj [Fri, 19 Oct 2001 01:34:52 +0000 (01:34 +0000)]
New file from db-4.0.7 to be ignored.

CVS patchset: 5121
CVS date: 2001/10/19 01:34:52

22 years agoRewire digests, step 1.
jbj [Fri, 19 Oct 2001 01:24:21 +0000 (01:24 +0000)]
Rewire digests, step 1.

CVS patchset: 5120
CVS date: 2001/10/19 01:24:21

22 years agoScaffholding for dumping full headers carried through transaction.
jbj [Thu, 18 Oct 2001 16:39:54 +0000 (16:39 +0000)]
Scaffholding for dumping full headers carried through transaction.

CVS patchset: 5119
CVS date: 2001/10/18 16:39:54

22 years agoConverging on lclint-3.0.17 strict level.
jbj [Wed, 17 Oct 2001 16:43:36 +0000 (16:43 +0000)]
Converging on lclint-3.0.17 strict level.

CVS patchset: 5118
CVS date: 2001/10/17 16:43:36

22 years agoFactor -type problems into explicit code annotations.
jbj [Tue, 16 Oct 2001 17:42:18 +0000 (17:42 +0000)]
Factor -type problems into explicit code annotations.

CVS patchset: 5117
CVS date: 2001/10/16 17:42:18

22 years agoMore lclint annotations.
jbj [Tue, 16 Oct 2001 14:58:57 +0000 (14:58 +0000)]
More lclint annotations.

CVS patchset: 5116
CVS date: 2001/10/16 14:58:57

22 years ago- use only header methods, routines are now static.
jbj [Mon, 15 Oct 2001 21:07:08 +0000 (21:07 +0000)]
- use only header methods, routines are now static.

CVS patchset: 5115
CVS date: 2001/10/15 21:07:08

22 years agoMore branchstate lclint annotations.
jbj [Mon, 15 Oct 2001 19:27:13 +0000 (19:27 +0000)]
More branchstate lclint annotations.

CVS patchset: 5114
CVS date: 2001/10/15 19:27:13

22 years agoExplicit branchstate annotations.
jbj [Mon, 15 Oct 2001 17:53:34 +0000 (17:53 +0000)]
Explicit branchstate annotations.

CVS patchset: 5113
CVS date: 2001/10/15 17:53:34

22 years ago- upgrade to db-4.0.7.
jbj [Mon, 15 Oct 2001 04:22:09 +0000 (04:22 +0000)]
- upgrade to db-4.0.7.

CVS patchset: 5112
CVS date: 2001/10/15 04:22:09

22 years agoResolve conflicts.
jbj [Mon, 15 Oct 2001 03:54:05 +0000 (03:54 +0000)]
Resolve conflicts.

CVS patchset: 5111
CVS date: 2001/10/15 03:54:05

22 years agoInitial revision
jbj [Mon, 15 Oct 2001 03:47:21 +0000 (03:47 +0000)]
Initial revision

CVS patchset: 5110
CVS date: 2001/10/15 03:47:21

22 years agoTypo.
jbj [Mon, 15 Oct 2001 03:28:09 +0000 (03:28 +0000)]
Typo.

CVS patchset: 5107
CVS date: 2001/10/15 03:28:09

22 years agolclint fiddles to annotate globals.
jbj [Mon, 15 Oct 2001 03:22:10 +0000 (03:22 +0000)]
lclint fiddles to annotate globals.

CVS patchset: 5106
CVS date: 2001/10/15 03:22:10

22 years agoMore lclint annotations.
jbj [Sat, 13 Oct 2001 22:01:38 +0000 (22:01 +0000)]
More lclint annotations.

CVS patchset: 5105
CVS date: 2001/10/13 22:01:38

22 years ago- ratchet up to lclint "strict" level.
jbj [Sat, 13 Oct 2001 19:35:58 +0000 (19:35 +0000)]
- ratchet up to lclint "strict" level.

CVS patchset: 5104
CVS date: 2001/10/13 19:35:58

22 years ago- proof-of-concept PGP/RSA verification for legacy signatures.
jbj [Thu, 11 Oct 2001 21:31:56 +0000 (21:31 +0000)]
- proof-of-concept PGP/RSA verification for legacy signatures.

CVS patchset: 5103
CVS date: 2001/10/11 21:31:56

22 years ago- upgrade to beecrypt-2.2.0pre.
jbj [Mon, 8 Oct 2001 16:12:33 +0000 (16:12 +0000)]
- upgrade to beecrypt-2.2.0pre.

CVS patchset: 5102
CVS date: 2001/10/08 16:12:33

22 years agoLclint clean.
jbj [Mon, 8 Oct 2001 15:48:30 +0000 (15:48 +0000)]
Lclint clean.

CVS patchset: 5101
CVS date: 2001/10/08 15:48:30

22 years agoResolve conflicts.
jbj [Mon, 8 Oct 2001 14:48:22 +0000 (14:48 +0000)]
Resolve conflicts.

CVS patchset: 5100
CVS date: 2001/10/08 14:48:22

22 years agoInitial revision
jbj [Mon, 8 Oct 2001 13:31:57 +0000 (13:31 +0000)]
Initial revision

CVS patchset: 5099
CVS date: 2001/10/08 13:31:57

22 years ago- proof-of-concept GPG/DSA verification for legacy signatures.
jbj [Fri, 5 Oct 2001 20:39:50 +0000 (20:39 +0000)]
- proof-of-concept GPG/DSA verification for legacy signatures.

CVS patchset: 5097
CVS date: 2001/10/05 20:39:50

22 years agoTest vectors for GPG V3 DSA signature of "abc".
jbj [Fri, 5 Oct 2001 05:10:12 +0000 (05:10 +0000)]
Test vectors for GPG V3 DSA signature of "abc".

CVS patchset: 5096
CVS date: 2001/10/05 05:10:12

22 years agoRemove swab'ed versions of sethex routines, not yet needed.
jbj [Fri, 5 Oct 2001 05:05:28 +0000 (05:05 +0000)]
Remove swab'ed versions of sethex routines, not yet needed.

CVS patchset: 5095
CVS date: 2001/10/05 05:05:28

22 years agoFix segfault with "rpm --rebuild foo.spec".
jbj [Wed, 3 Oct 2001 16:11:27 +0000 (16:11 +0000)]
Fix segfault with "rpm --rebuild foo.spec".

CVS patchset: 5094
CVS date: 2001/10/03 16:11:27

22 years agoAdd b32bswabhex/mp32nswabhex.
jbj [Tue, 2 Oct 2001 18:29:43 +0000 (18:29 +0000)]
Add b32bswabhex/mp32nswabhex.

CVS patchset: 5092
CVS date: 2001/10/02 18:29:43

22 years agoDisplay signature and public key internals, calculate SHA1 digest as well.
jbj [Mon, 1 Oct 2001 17:40:12 +0000 (17:40 +0000)]
Display signature and public key internals, calculate SHA1 digest as well.
Display private signature internals in tkey.
Add dumpasn to rpmio jfor reference.

CVS patchset: 5091
CVS date: 2001/10/01 17:40:12

22 years ago- create RFC-2440 OpenPGP API in rpmio.
jbj [Sat, 29 Sep 2001 17:44:45 +0000 (17:44 +0000)]
- create RFC-2440 OpenPGP API in rpmio.
- display signature packets before exec'ing gpg/pgp when verifying.

CVS patchset: 5090
CVS date: 2001/09/29 17:44:45