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