Age | Commit message (Expand) | Author | Files | Lines |
2007-07-16 | Use binary search for looking up tag values + types. | Panu Matilainen | 1 | -3/+17 |
2007-07-11 | More ptr target signedness fixes... | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Fix a couple of compiler warnings | Panu Matilainen | 1 | -2/+2 |
2007-06-28 | Remember to free up match iterators (rhbz#246044) | Panu Matilainen | 1 | -2/+4 |
2007-06-18 | Check all header strings to resize buffer CVE-2006-5466 (#212833). | Panu Matilainen | 1 | -6/+18 |
2007-06-18 | Flush query format buffer before listing files (rhbz#212833). | Panu Matilainen | 1 | -22/+25 |
2007-06-11 | Fix query output when querying for non-installed <name>.<arch> (rhbz#124016) | Panu Matilainen | 1 | -3/+11 |
2007-05-10 | Remove SELinux context verification (#193488) | Paul Nasrat | 1 | -16/+0 |
2007-04-16 | Fix --noghost query option. rh#103207 | Paul Nasrat | 1 | -1/+1 |
2004-10-26 | Getter/setter methods for isSource and Header from rpmte. | jbj | 1 | -4/+29 |
2004-10-26 | Splint fiddles. | jbj | 1 | -3/+7 |
2004-10-25 | Add options to populate transaction set while iterating. | jbj | 1 | -6/+12 |
2004-10-25 | Wire ftsOpts globally. | jbj | 1 | -10/+6 |
2004-10-25 | Add undocumented --hdlist and --ftswalk query/verify sources. | jbj | 1 | -2/+29 |
2004-10-25 | Use rpmgi glob and manifest load for --package. | jbj | 1 | -99/+15 |
2004-10-24 | Iterate on RPMQV_ALL, adding filters to match iterator from argv. | jbj | 1 | -48/+22 |
2004-10-24 | Arg iteration for --query and --verify, everything but RPMQV_ALL. | jbj | 1 | -8/+8 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 1 | -14/+34 |
2004-10-09 | Doxygen and cpp nit picks. | jbj | 1 | -1/+1 |
2004-04-19 | splint fiddles. | jbj | 1 | -1/+1 |
2004-04-13 | Fixed bug in "rpm -qf": if a file in the current directory had the | niemeyer | 1 | -0/+4 |
2004-03-10 | - add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302). | jbj | 1 | -0/+2 |
2003-12-25 | Verify file contexts from file security context patterns. | jbj | 1 | -0/+16 |
2003-04-16 | - permit secondary tag match patterns with RPMQV_ALL. | jbj | 1 | -2/+26 |
2003-04-02 | Splint clean. | jbj | 1 | -0/+2 |
2003-02-03 | oops, get rid of debugging printf's. | jbj | 1 | -2/+1 |
2003-01-31 | - fix: trap SIGPIPE, close database(s). | jbj | 1 | -15/+10 |
2003-01-23 | splint fiddles. | jbj | 1 | -6/+2 |
2003-01-21 | fix: check arch for null before appending. | jbj | 1 | -1/+1 |
2003-01-20 | Splint fiddles. | jbj | 1 | -1/+1 |
2003-01-20 | Restore compiler warnings now tthat elfutil's -Werror is not there. | jbj | 1 | -2/+0 |
2003-01-17 | - duplicate package checks with arch/os checks if colored. | jbj | 1 | -6/+11 |
2003-01-13 | - teach rpmquery to return "owning" package(s) in spite of alternatives. | jbj | 1 | -33/+25 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -0/+3 |
2002-12-29 | - add rpmfi methods to access color, class, and dependencies. | jbj | 1 | -0/+1 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -169/+3 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -1/+1 |
2002-09-17 | - lclint clean. | jbj | 1 | -0/+2 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 1 | -1/+6 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -0/+2 |
2002-08-27 | - fix: segfault with --checksig, plug memory leak (#72455). | jbj | 1 | -0/+2 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -10/+17 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -2/+2 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -2/+2 |
2002-08-08 | lclint fiddles. | jbj | 1 | -13/+13 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -7/+6 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 1 | -1/+1 |
2002-08-02 | - check header blobs on export (i.e. rpmdbAdd()).. | jbj | 1 | -1/+1 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -4/+6 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -8/+8 |