Age | Commit message (Expand) | Author | Files | Lines |
2001-10-05 | Remove swab'ed versions of sethex routines, not yet needed. | jbj | 5 | -127/+3 |
2001-10-03 | Fix segfault with "rpm --rebuild foo.spec". | jbj | 1 | -2/+2 |
2001-10-02 | Add b32bswabhex/mp32nswabhex. | jbj | 4 | -4/+128 |
2001-10-01 | Display signature and public key internals, calculate SHA1 digest as well. | jbj | 10 | -86/+7452 |
2001-09-29 | - create RFC-2440 OpenPGP API in rpmio. | jbj | 53 | -1485/+1660 |
2001-09-29 | Sanity. | jbj | 2 | -319/+188 |
2001-09-29 | Move OpenPGP constants to rpmio/rpmpgp.h. | jbj | 4 | -284/+1111 |
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-26 | - bind beecrypt md5/sha1 underneath rpmio. | jbj | 38 | -779/+199 |
2001-09-25 | - legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc). | jbj | 54 | -2393/+2316 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt. | jbj | 48 | -1843/+1424 |
2001-09-25 | More lclint fiddles. | jbj | 7 | -23/+29 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt versions. | jbj | 44 | -281/+149 |
2001-09-25 | - Start rpm-4.1. | jbj | 45 | -5799/+5053 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 61 | -377/+8763 |
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 |
2001-09-24 | Add tests/openpgp and tests/base64bug. | jbj | 7 | -7/+903 |
2001-09-24 | Annotate aio_foo routines, clean up mess of workarounds. | jbj | 1 | -46/+60 |
2001-09-23 | annotations for audio/dsp entropy sources. | jbj | 2 | -22/+75 |
2001-09-23 | More lclint fiddles. | jbj | 24 | -144/+244 |
2001-09-23 | More lclint annotations, now at the strict level with a complete program. | jbj | 53 | -809/+1643 |
2001-09-21 | - lclint-3.0.0.15 fiddles. | jbj | 103 | -6824/+6949 |
2001-09-20 | Orphans | jbj | 2 | -0/+108 |
2001-09-20 | Doxygen fiddles. | jbj | 57 | -689/+1402 |
2001-09-19 | Wire in doxygen doco. | jbj | 8 | -396/+1977 |
2001-09-19 | lclint fiddles. | jbj | 29 | -744/+1521 |
2001-09-19 | Add autogen.sh et al to build from CVS. | jbj | 72 | -3701/+15299 |
2001-09-18 | Create. | jbj | 1 | -0/+53 |
2001-09-18 | Initial revision | jbj | 167 | -0/+41753 |
2001-09-15 | - close/discard Depends index after rpmdepCheck() use. | jbj | 37 | -878/+924 |
2001-09-15 | Sync with rpm-4_0 branch. | jbj | 99 | -51525/+52337 |
2001-08-31 | - fix: Provides: /path did not work with added packages (#52183). | jbj | 3 | -5/+4 |
2001-08-28 | - dependency whiteout for libgnomeprint -> gnome-print (ordering only). | jbj | 3 | -7/+13 |
2001-08-27 | - fix: error message on failed package installs resurrected. | jbj | 9 | -79/+105 |
2001-08-26 | Mark bugzilla #52183 change. | jbj | 2 | -2/+12 |
2001-08-25 | - within a region, entries sort by address; added drips sort by tag. | jbj | 2 | -11/+9 |
2001-08-24 | - headers without RPMTAG_NAME are skipped when retrieved. | jbj | 3 | -2/+3 |
2001-08-17 | - verify perms (but not mode) on %ghost files. | jbj | 2 | -6/+24 |
2001-08-16 | - python: add exception to detect bad data in hdrUnload. | jbj | 5 | -13/+19 |
2001-08-15 | - always use dl size in regionSwab() return. | jbj | 14 | -34/+102 |
2001-08-13 | - fix: segfault on headerFree given malicious data. | jbj | 7 | -99/+158 |
2001-08-09 | - add -D_REENTRANT (note rpmlib is still not thread safe). | jbj | 2 | -1/+2 |
2001-08-08 | - add legacy (compile only) wrappers for fdFileno et al. | jbj | 4 | -7/+22 |
2001-08-06 | - portability: some compilers squawk at return ((void) foo()) (#50419). | jbj | 10 | -48/+30 |
2001-08-04 | - fix: autoconf glob tests (#50845). | jbj | 6 | -25/+40 |