summaryrefslogtreecommitdiff
path: root/beecrypt
AgeCommit message (Collapse)AuthorFilesLines
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-1/+1
- fix: avoid sign extension, use only 16 bits, when verifying rdev. - python: separate {add,del}Macro methods, prepare for macro dictionary. - i18n: copy current production PO files to top-of-stack. CVS patchset: 5457 CVS date: 2002/06/01 15:48:00
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj3-19/+19
CVS patchset: 5434 CVS date: 2002/05/13 22:45:30
2002-05-04Pass dbiGet() flags from application.jbj1-1/+1
CVS patchset: 5420 CVS date: 2002/05/04 16:41:01
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj15-486/+1054
- 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-13- use rpmdb-redhat to suggest dependency resolution(s).jbj2-4/+1
CVS patchset: 5401 CVS date: 2002/04/13 01:28:20
2002-04-11- rescusitate --rebuild.jbj1-7/+0
CVS patchset: 5389 CVS date: 2002/04/11 16:55:19
2002-04-10- beecrypt: add types.h, eliminate need for config.gnu.h.jbj52-363/+596
CVS patchset: 5386 CVS date: 2002/04/10 20:00:40
2002-04-08doxygen cleanup.jbj1-0/+6
CVS patchset: 5379 CVS date: 2002/04/08 18:56:01
2002-04-07- speedup large queries by ~50%.jbj1-6/+0
- 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.jbj3-28/+19
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-6/+0
- use mmap when calculating file digests on verify, ~20% faster. CVS patchset: 5352 CVS date: 2002/03/12 16:56:17
2002-03-10- make --addsign and --resign behave exactly the same.jbj1-2/+3
CVS patchset: 5350 CVS date: 2002/03/10 15:16:57
2002-03-06- add header DSA signature.jbj4-18/+61
CVS patchset: 5345 CVS date: 2002/03/06 23:17:31
2002-02-28Speed up "w = iv(s) mod q" by eliminating the unnecessary {u,v,t}2jbj1-61/+85
computation. CVS patchset: 5340 CVS date: 2002/02/28 22:08:55
2002-02-28Use Knuth algorithm Y for computing DSA "w = inv(s) mod q".jbj7-353/+858
CVS patchset: 5339 CVS date: 2002/02/28 15:48:39
2002-02-20- make peace with automake et al in 8.0, ugh.jbj15-400/+69
- auto-configure with gcj, build javaglue.c. CVS patchset: 5325 CVS date: 2002/02/20 21:00:15
2002-02-20Autogenerated.jbj1-13227/+0
CVS patchset: 5324 CVS date: 2002/02/20 20:51:20
2002-02-10- make peace with automake et al in 8.0, ugh.jbj19-4881/+10912
CVS patchset: 5314 CVS date: 2002/02/10 21:13:52
2002-02-10Sanity.jbj3-3/+3
CVS patchset: 5312 CVS date: 2002/02/10 17:19:28
2002-02-09Sync with 4.0.4, splint clean.jbj1-4/+0
CVS patchset: 5309 CVS date: 2002/02/09 22:39:29
2002-01-30- legacy: configurable whiteout for known Red Hat dependency loops.jbj1-0/+4
- perl.req: don't mis-generate dependencies like perl(::path/to/foo.pl). CVS patchset: 5286 CVS date: 2002/01/30 22:19:56
2002-01-28Transaction rollbacks from rpm-4.04, (sanity flush).jbj1-59/+64
CVS patchset: 5281 CVS date: 2002/01/28 15:51:06
2002-01-28Teach autogen.sh about beecrypt.jbj2-10/+11
Use rpm optflags when compiling beecrypt. CVS patchset: 5275 CVS date: 2002/01/28 15:08:56
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj14-56/+34
- remove dependency whiteout. - splint fiddles. CVS patchset: 5255 CVS date: 2002/01/18 22:51:30
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-0/+63
CVS patchset: 5133 CVS date: 2001/10/25 01:36:32
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-0/+63
CVS patchset: 5128 CVS date: 2001/10/21 21:43:32
2001-10-20- add :base64 and :armor format extensions, dump binary tags in hex.jbj2-0/+39
- proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY. CVS patchset: 5126 CVS date: 2001/10/20 20:28:56
2001-10-19Rewire digests, step 1.jbj1-63/+0
CVS patchset: 5120 CVS date: 2001/10/19 01:24:21
2001-10-16Factor -type problems into explicit code annotations.jbj7-10/+34
CVS patchset: 5117 CVS date: 2001/10/16 17:42:18
2001-10-16More lclint annotations.jbj21-40/+74
CVS patchset: 5116 CVS date: 2001/10/16 14:58:57
2001-10-15Explicit branchstate annotations.jbj4-4/+10
CVS patchset: 5113 CVS date: 2001/10/15 17:53:34
2001-10-15lclint fiddles to annotate globals.jbj23-92/+237
CVS patchset: 5106 CVS date: 2001/10/15 03:22:10
2001-10-13- ratchet up to lclint "strict" level.jbj5-3/+46
CVS patchset: 5104 CVS date: 2001/10/13 19:35:58
2001-10-08- upgrade to beecrypt-2.2.0pre.jbj2-2/+5
CVS patchset: 5102 CVS date: 2001/10/08 16:12:33
2001-10-08Lclint clean.jbj13-430/+4192
CVS patchset: 5101 CVS date: 2001/10/08 15:48:30
2001-10-08Resolve conflicts.jbj46-4512/+1129
CVS patchset: 5100 CVS date: 2001/10/08 14:48:22
2001-10-08Initial revisionjbj2-0/+500
CVS patchset: 5099 CVS date: 2001/10/08 13:31:57
2001-10-05- proof-of-concept GPG/DSA verification for legacy signatures.jbj1-1/+2
CVS patchset: 5097 CVS date: 2001/10/05 20:39:50
2001-10-05Remove swab'ed versions of sethex routines, not yet needed.jbj5-127/+3
CVS patchset: 5095 CVS date: 2001/10/05 05:05:28
2001-10-02Add b32bswabhex/mp32nswabhex.jbj4-4/+128
CVS patchset: 5092 CVS date: 2001/10/02 18:29:43
2001-09-29- create RFC-2440 OpenPGP API in rpmio.jbj6-15/+19
- display signature packets before exec'ing gpg/pgp when verifying. CVS patchset: 5090 CVS date: 2001/09/29 17:44:45
2001-09-28Bug fixxed, remove the example.jbj3-142/+4
CVS patchset: 5087 CVS date: 2001/09/28 00:48:29
2001-09-28Remove broken asm mp32{even,odd} for now.jbj11-8/+105
Add the RSA test(s) to beetest. CVS patchset: 5086 CVS date: 2001/09/28 00:35:50
2001-09-27Remove lclint warnings from dsa.[ch].jbj3-43/+68
CVS patchset: 5085 CVS date: 2001/09/27 16:54:57
2001-09-27Add DSA routines.jbj4-9/+229
CVS patchset: 5084 CVS date: 2001/09/27 14:40:14
2001-09-25More lclint fiddles.jbj7-23/+29
CVS patchset: 5080 CVS date: 2001/09/25 16:21:29
2001-09-25- Start rpm-4.1.jbj2-0/+16
- Loosely wire beecrypt library into rpm. CVS patchset: 5078 CVS date: 2001/09/25 03:03:23
2001-09-24Remove dead code.jbj3-223/+18
Display both GPG/PGP decodes in openpgp. CVS patchset: 5076 CVS date: 2001/09/24 19:17:45
2001-09-24Handle white space in b64{dec,enc}.jbj3-100/+166
CVS patchset: 5075 CVS date: 2001/09/24 19:02:24
2001-09-24Replace b64{enc,dec}.jbj3-88/+273
CVS patchset: 5074 CVS date: 2001/09/24 16:52:17