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