Age | Commit message (Expand) | Author | Files | Lines |
2005-03-17 | Add tagType(). | jbj | 1 | -4/+12 |
2005-03-13 | Permit build with extternal file and libmagic. | jbj | 1 | -0/+6 |
2005-03-13 | Add support for RSA on sha1/sha256/sha384/sha512. | jbj | 3 | -30/+57 |
2005-03-12 | Don't dump pgp pkt spewage. | jbj | 1 | -2/+2 |
2005-03-12 | Identify header RSA signatures correctly. | jbj | 1 | -5/+20 |
2005-03-12 | Add hdrmd5ctx for header-only md5 rsa/md5 signatures. | jbj | 4 | -10/+22 |
2005-03-09 | - permit gpg to be used for RSA/MD5 signatures. | jbj | 1 | -54/+106 |
2005-03-07 | Start removing implied gpg==dsa, pgp==rsa. | jbj | 1 | -36/+79 |
2005-03-07 | fix: inverted RSA parameters on rsavrfy(). | jbj | 1 | -1/+1 |
2005-02-17 | - rework configure.ac et al to lose internal library baggage flexibly. | jbj | 1 | -2/+2 |
2005-02-13 | - macosx: change to --prefix=/usr rather than /opt/local. | jbj | 1 | -2/+2 |
2005-02-10 | - perform callbacks as always (#147537). | jbj | 3 | -5/+48 |
2005-02-03 | - discover and use getmntinfo if present. | jbj | 1 | -0/+14 |
2005-02-02 | - fix: length of gpg V4 hash seed was incorrect (#146896). | jbj | 3 | -24/+19 |
2005-01-28 | Remove unused _rpmlock_file. | jbj | 1 | -3/+0 |
2005-01-26 | - add missing #if defined(ENABLE_NLS) (#146184). | jbj | 1 | -0/+2 |
2005-01-26 | - move global /var/lock/rpm/transaction to dbpath. | jbj | 1 | -14/+23 |
2005-01-23 | - blueprint rpm-4_4 and HEAD to minimize diff spew. | jbj | 1 | -2/+1 |
2005-01-17 | Build on macosx. | jbj | 4 | -2/+16 |
2005-01-04 | - mac os x patches (#133611, #133612, #134637). | jbj | 1 | -1/+1 |
2005-01-04 | - mac os x patches (#131943,#131944,#132924,#132926). | jbj | 1 | -0/+6 |
2005-01-04 | Splint fiddles. | jbj | 8 | -8/+21 |
2004-12-07 | - use package color as Obsoletes: color. | jbj | 1 | -0/+4 |
2004-12-07 | avoid md5 on sparse /var/log/lastlog file | jbj | 2 | -0/+4 |
2004-12-05 | - rpm-4.4 final release.rpm-4.4-release | jbj | 1 | -1/+1 |
2004-11-28 | - add support for automagic pubkey retrieval using HKP. | jbj | 5 | -55/+108 |
2004-11-19 | - bump soname into libfoo-4.4.so everywhere. | jbj | 1 | -1/+1 |
2004-11-19 | - remove noNeon runtime switch, http through neon only. | jbj | 1 | -5/+0 |
2004-11-11 | - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). | jbj | 1 | -81/+2 |
2004-11-11 | Avoid unnecessary chroot("/") calls for certain Mac OSX kernels. | jbj | 3 | -15/+38 |
2004-11-10 | - add --delsign to purge packages of digital signatures. | jbj | 3 | -2/+13 |
2004-11-08 | - use external libneon for http/https transport. | jbj | 1 | -0/+5 |
2004-11-05 | w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone! | jbj | 1 | -2/+11 |
2004-11-05 | Implement davStat (and clone davLstat), sufficient for fts walk. | jbj | 1 | -1/+9 |
2004-11-04 | Stub in URL_IS_HTTPS everywhere. | jbj | 3 | -3/+10 |
2004-10-31 | - python: remove ".A" from creaky ts.check() tuple return (#135008). | jbj | 1 | -5/+18 |
2004-10-28 | - bump popt to version to 1.10. | jbj | 5 | -9/+59 |
2004-10-27 | Splint clean. | jbj | 1 | -1/+1 |
2004-10-27 | - fix: handle non-unique dirnames in rpmalAdd(). | jbj | 1 | -15/+37 |
2004-10-26 | Getter/setter methods for isSource and Header from rpmte. | jbj | 6 | -23/+157 |
2004-10-26 | Do a consolidated insertion, not a concatenation, in rpmReadManifest. | jbj | 1 | -10/+22 |
2004-10-26 | Splint fiddles. | jbj | 5 | -16/+35 |
2004-10-25 | Add options to populate transaction set while iterating. | jbj | 9 | -28/+117 |
2004-10-25 | Wire ftsOpts globally. | jbj | 5 | -37/+54 |
2004-10-25 | Stub out rpmgiWalkPathFilter, prior to teaching rpmcache about rpmgi. | jbj | 2 | -31/+62 |
2004-10-25 | Add undocumented --hdlist and --ftswalk query/verify sources. | jbj | 4 | -10/+50 |
2004-10-25 | Use rpmgi glob and manifest load for --package. | jbj | 4 | -109/+25 |
2004-10-24 | Iterate on RPMQV_ALL, adding filters to match iterator from argv. | jbj | 3 | -60/+93 |
2004-10-24 | Arg iteration for --query and --verify, everything but RPMQV_ALL. | jbj | 3 | -23/+26 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 7 | -56/+129 |