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