summaryrefslogtreecommitdiff
path: root/beecrypt
AgeCommit message (Expand)AuthorFilesLines
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-1/+1
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj3-19/+19
2002-05-04Pass dbiGet() flags from application.jbj1-1/+1
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj15-486/+1054
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj2-4/+1
2002-04-11- rescusitate --rebuild.jbj1-7/+0
2002-04-10- beecrypt: add types.h, eliminate need for config.gnu.h.jbj52-363/+596
2002-04-08doxygen cleanup.jbj1-0/+6
2002-04-07- speedup large queries by ~50%.jbj1-6/+0
2002-03-17- *really* dump signature header immutable region.jbj3-28/+19
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-6/+0
2002-03-10- make --addsign and --resign behave exactly the same.jbj1-2/+3
2002-03-06- add header DSA signature.jbj4-18/+61
2002-02-28Speed up "w = iv(s) mod q" by eliminating the unnecessary {u,v,t}2jbj1-61/+85
2002-02-28Use Knuth algorithm Y for computing DSA "w = inv(s) mod q".jbj7-353/+858
2002-02-20- make peace with automake et al in 8.0, ugh.jbj15-400/+69
2002-02-20Autogenerated.jbj1-13227/+0
2002-02-10- make peace with automake et al in 8.0, ugh.jbj19-4881/+10912
2002-02-10Sanity.jbj3-3/+3
2002-02-09Sync with 4.0.4, splint clean.jbj1-4/+0
2002-01-30- legacy: configurable whiteout for known Red Hat dependency loops.jbj1-0/+4
2002-01-28Transaction rollbacks from rpm-4.04, (sanity flush).jbj1-59/+64
2002-01-28Teach autogen.sh about beecrypt.jbj2-10/+11
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj14-56/+34
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-0/+63
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-0/+63
2001-10-20- add :base64 and :armor format extensions, dump binary tags in hex.jbj2-0/+39
2001-10-19Rewire digests, step 1.jbj1-63/+0
2001-10-16Factor -type problems into explicit code annotations.jbj7-10/+34
2001-10-16More lclint annotations.jbj21-40/+74
2001-10-15Explicit branchstate annotations.jbj4-4/+10
2001-10-15lclint fiddles to annotate globals.jbj23-92/+237
2001-10-13- ratchet up to lclint "strict" level.jbj5-3/+46
2001-10-08- upgrade to beecrypt-2.2.0pre.jbj2-2/+5
2001-10-08Lclint clean.jbj13-430/+4192
2001-10-08Resolve conflicts.jbj46-4512/+1129
2001-10-08Initial revisionjbj2-0/+500
2001-10-05- proof-of-concept GPG/DSA verification for legacy signatures.jbj1-1/+2
2001-10-05Remove swab'ed versions of sethex routines, not yet needed.jbj5-127/+3
2001-10-02Add b32bswabhex/mp32nswabhex.jbj4-4/+128
2001-09-29- create RFC-2440 OpenPGP API in rpmio.jbj6-15/+19
2001-09-28Bug fixxed, remove the example.jbj3-142/+4
2001-09-28Remove broken asm mp32{even,odd} for now.jbj11-8/+105
2001-09-27Remove lclint warnings from dsa.[ch].jbj3-43/+68
2001-09-27Add DSA routines.jbj4-9/+229
2001-09-25More lclint fiddles.jbj7-23/+29
2001-09-25- Start rpm-4.1.jbj2-0/+16
2001-09-24Remove dead code.jbj3-223/+18
2001-09-24Handle white space in b64{dec,enc}.jbj3-100/+166
2001-09-24Replace b64{enc,dec}.jbj3-88/+273