summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* - attempt to make peace with automake-1.6.1, autoconf-2.53.jbj2002-05-011-3/+1
* - use build time to choose one of multiple alternative suggestions.jbj2002-04-147-87/+86
* - merge conflicts into problems, handle as transaction set variable.jbj2002-04-131-1/+2
* - beecrypt: add types.h, eliminate need for config.gnu.h.jbj2002-04-103-3/+4
* Sanity.jbj2002-04-081-1/+3
* Check rpm-4.0.4 for orpahns.jbj2002-04-085-22/+4
* doxygen cleanup.jbj2002-04-084-5/+7
* - speedup large queries by ~50%.jbj2002-04-071-1/+1
* - *really* dump signature header immutable region.jbj2002-03-171-2/+2
* - drill ts/fi through verify mode, add methods to keep fi abstract.jbj2002-03-121-1/+1
* - wire --nodigest/--nosignature options to checksig/query/verify modes.jbj2002-03-081-0/+3
* - add header RSA signature (untested, disabled for now).jbj2002-03-072-14/+49
* - add header DSA signature.jbj2002-03-062-13/+23
* - add payload uncompressed size to signature to avoid rewriting header.jbj2002-03-031-5/+5
* Use Knuth algorithm Y for computing DSA "w = inv(s) mod q".jbj2002-02-284-192/+159
* Sanity.jbj2002-02-271-186/+372
* Create.jbj2002-02-271-0/+366
* Annotation fiddles.jbj2002-02-254-44/+141
* Synthesize a st_ino field for fts(3) use across FTP.jbj2002-02-244-4/+203
* fix: opendir(3) et al functional with FTP.jbj2002-02-234-43/+371
* Make peace with lclint for fts.[ch].jbj2002-02-222-166/+211
* Include fts.[ch] in rpmio, APi renamed to Fts_foo.jbj2002-02-203-12/+25
* Add (for portability) copies of fts.{c,h} from glibc-2.2.90-6.jbj2002-02-202-0/+1263
* - make peace with automake et al in 8.0, ugh.jbj2002-02-101-4/+4
* - make peace with gcc-3.1, remove compiler cruft.jbj2002-02-102-3/+1
* Sync with rpm-4.0.4.jbj2002-02-071-0/+4
* - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.jbj2002-02-041-0/+2
* Merge from rpm-4.0.4.jbj2002-01-271-1/+6
* - turn on auto-generated perl requirements (#58519, #58536, #58537).jbj2002-01-231-1/+1
* - missing key(s) on keyring when verifying a signature is now an error.jbj2002-01-188-10/+37
* - solaris: translate i86pc to i386 (#57182).jbj2001-12-201-2/+2
* - lclint-3.0.0.19 fiddles.jbj2001-12-083-5/+9
* - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.jbj2001-12-061-7/+7
* - fix a couple dinky memory leaks.jbj2001-11-231-2/+4
* - commit to using rpmDepSet and TFI_t, not header.jbj2001-11-124-58/+104
* - linear search on added package provides is dumb.jbj2001-11-081-1/+5
* - legacy signatures always checked where possible on package read.jbj2001-10-271-2/+1
* - generate an rpm header on the fly for imported pubkeys.jbj2001-10-234-387/+345
* - all symbols but hdrVec are now forward references in linkage.jbj2001-10-215-250/+249
* - stupid macros to configure public key file paths.jbj2001-10-207-199/+295
* - add :base64 and :armor format extensions, dump binary tags in hex.jbj2001-10-204-9/+391
* Permit multiple, simultaneous, digests on a single FD_t.jbj2001-10-194-90/+74
* - beecrypt is at least as good as pgp/gpg on verify, pull the plug.jbj2001-10-191-0/+2
* Start ripping gpg/pgp on signature verify paths.jbj2001-10-191-3/+14
* Rewire digests, step 2.jbj2001-10-195-58/+110
* Rewire digests, step 1.jbj2001-10-194-36/+65
* Converging on lclint-3.0.17 strict level.jbj2001-10-1710-85/+166
* Factor -type problems into explicit code annotations.jbj2001-10-166-1/+13
* More lclint annotations.jbj2001-10-164-8/+36
* More branchstate lclint annotations.jbj2001-10-151-2/+31