summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-4/+4
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-2/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-2/+1
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-0/+56
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-3/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-11-01Remove two unnecessary legacy.h includesPanu Matilainen1-1/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-38/+38
2007-10-24Use NEVRA, not NEVR everywhere for rpmProblemsPanu Matilainen1-1/+1
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen1-1/+0
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-7/+7
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-7/+7
2007-09-26Rename whatis() to rpmfiWhatis() for namespacingPanu Matilainen1-9/+9
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen1-2/+2
2007-09-20Rename fileTypes(_e) to rpmFileTypes for namespacingPanu Matilainen1-7/+7
2007-09-11Remove splint tags.Ralf Corsépius1-151/+35
2007-09-03RIP rpmsx and all its usesPanu Matilainen1-2/+0
2007-09-03Rip out unnecessary selinux babbage.Panu Matilainen1-203/+0
2007-09-03Kill remaining uses of selinux filecontexts in headers..Panu Matilainen1-1/+0
2007-08-28Avoid .rpmnew when the file hasn't changed in package (rhbz#194246)Panu Matilainen1-6/+10
2007-08-09Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622)Panu Matilainen1-0/+44
2007-07-12Pull in rpmfi int_32 -> uint_32 changes from rpm5.org.Panu Matilainen1-5/+5
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen1-2/+2
2007-07-11One more domd5() buffer signedness fix.Panu Matilainen1-1/+1
2007-07-11Missing include for domd5Panu Matilainen1-0/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-2/+2
2007-06-25Nuke ugly /var/log/lastlog kludgery.Panu Matilainen1-2/+0
2007-06-21Backed out changeset 99c5bd19ffc4bfbfa5601767cbc1338b5fa570e9Paul Nasrat1-1/+0
2007-06-21Initialise replaced on rpmfiNewPaul Nasrat1-0/+1
2005-02-10- perform callbacks as always (#147537).jbj1-0/+17
2005-01-04Splint fiddles.jbj1-1/+1
2004-12-07avoid md5 on sparse /var/log/lastlog filejbj1-0/+2
2004-10-09Splint fiddles.jbj1-2/+3
2004-07-05- ia64: auto-relocate entire, not partial, directory contents (#126905).jbj1-3/+10
2004-04-07- fix: segfault on --recontext if file_contexts unreadable (#117374).jbj1-2/+1
2004-03-28- scareMem = 0 everywhere, document deprecation phase out.jbj1-5/+5
2004-01-09Map "<<none>>" expressions to "".jbj1-1/+1
2004-01-09Use "", not NULL, for missing file contexts.jbj1-1/+1
2004-01-05add --with-selinux, move selinux stubs to system.h.jbj1-2/+3
2003-12-27- fix: wrong package count for trigger scriptlet 1st arg (#100509).jbj1-4/+0
2003-12-25Add lsetfilecon to install modes.jbj1-1/+1
2003-12-23Add filecontexts tags to header if %_build_file_contexts_path is configured.jbj1-56/+14
2003-12-23- fix some small memory leaks (valgrind).jbj1-0/+1
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj1-0/+262
2003-12-01splint fiddles, no warnings.jbj1-0/+2