summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj2-0/+3
2004-11-19- bump soname into libfoo-4.4.so everywhere.jbj1-1/+1
2004-11-11- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).jbj1-6/+4
2004-11-11Avoid unnecessary chroot("/") calls for certain Mac OSX kernels.jbj1-3/+21
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj2-2/+4
2004-10-21DB_WRITECURSOR cannot be used with sunrpc dbenv.jbj1-2/+2
2004-10-21Install all Berkeley DB utilities.jbj2-5/+5
2004-10-19Merge iterator types into pseudo tags.jbj1-28/+39
2004-10-18Add generalized iterator to rpmlib.jbj1-1/+1
2004-10-16Upgrade to db-4.3.14 internal.jbj4-2/+25
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+1
2004-10-09Splint fiddles.jbj3-4/+13
2004-06-15Orphan.jbj1-0/+1
2004-06-15- add type to tag array.jbj1-1/+1
2004-06-15Use tag table passed to headerSprintf rather than tagName() for xml lookup.jbj1-18/+48
2004-06-14- fix: disable fingerprint generation on kernel paths.jbj1-1/+2
2004-03-26Splint fiddles.jbj1-5/+9
2004-03-25Endian neutral join keys for rpmdbAdd() and rpmdbRemove().jbj1-10/+24
2004-03-25- endian neutral rpmdb join keys (finally).jbj1-31/+51
2004-03-18Resurrect "other endian" rpmdb functionality.jbj2-7/+19
2004-03-05Initial autorollback feature.joden1-1/+18
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+2
2003-12-30- spelling corrections (#112728).jbj1-1/+1
2003-12-26- fix: escape '+' in regex patterns through RPMMIRE_DEFAULT (#103851).jbj1-1/+3
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj1-2/+4
2003-12-18Typo.jbj1-1/+1
2003-12-18- detect (and remove) dbenv files while upgrading to db-4.2.52.jbj1-3/+5
2003-12-16- build with db-4.2.52 internal.jbj1-1/+1
2003-12-11- only internal Berkeley db from now on.jbj1-15/+12
2003-11-23Merge changes from rpm-4.2.1 development.jbj4-44/+55
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-4/+0
2003-06-04dump xml queryformat debugging code.jbj1-24/+0
2003-05-22Prepare to build with external beecrypt-3.0.0.jbj1-1/+1
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj6-30/+31
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj2-13/+13
2003-04-07Calibrated stopwatch using rdtsc.jbj1-4/+25
2003-04-03Gettextify output strftime(3) formats (#83611).jbj1-2/+3
2003-04-02Splint fiddles.jbj2-8/+15
2003-03-24Add benchmark stopwatch, change precision from milli- to micro-secs.jbj1-3/+5
2003-03-20Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.jbj1-2/+2
2003-03-16Create rpmsq, combining rpmdb/psm signal handlers.jbj1-120/+29
2003-03-14Unchain iterator on NULL return.jbj2-12/+21
2003-03-13Close and free iterators/cursors on signal exit path.jbj1-42/+68
2003-03-12Sanity.jbj1-4/+4
2003-03-12Don't put newlines in base64 tag, add rpmHeader tag.jbj1-6/+35
2003-03-12- --queryformat '[%{*:xml}\n]' to dump header content in XML.jbj4-108/+177
2003-03-11Use an iterator to hide pattern matching on tag/ext names.jbj1-144/+192
2003-03-10- upgrade to zlib-1.2.beta7.jbj3-22/+31
2003-03-10Minimize ars passed throuch headerSprintf call chain.jbj1-325/+250
2003-03-06- fix: memory leak (85522).jbj1-0/+2