summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
1997-04-28- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIRewt1-0/+12
1997-04-15ignore config bit for direcrroiesewt1-0/+5
1997-03-31added RPMFILE_MISSINGOK and RPMFILE_NOREPLACEroot1-1/+3
1997-03-28fixed the broken md5 logicroot1-2/+6
1997-03-28added more support for broken md5 codeewt3-9/+23
1997-03-28add WORDS_BIGENDIANroot1-0/+2
1997-03-11fixed error messageewt1-1/+1
1997-03-04removed oldrpmdb.cewt1-1/+1
1997-03-03export headerSort()root2-7/+7
1997-03-03don't strlen(NULL) in copyData()ewt1-1/+1
1997-02-20frees FILEUSERNAME and FILEGROUPNAME listsewt1-0/+2
1997-02-17if a user specified rcfile doesn't exist, exit with an errorewt1-0/+3
1997-02-171) empty user/group names are handled better (sigh)ewt1-4/+6
1997-02-14needs to include unistd.h to get some typesewt1-0/+2
1997-02-14including <string.h> makes this a bit cleanerewt1-0/+1
1997-02-141) cleaned up horrbile relocateFilelist() hacks thanks to new headerewt1-33/+19
1997-02-14if symbolic user and group names aren't present try to fall backewt1-7/+26
1997-02-14added headerRemoveEntry()ewt2-0/+33
1997-02-14fixed gidToGname() prototypeewt1-1/+1
1997-02-14exclude 'ignore' marked RPMTAG entriess from tag tableewt1-1/+1
1997-02-14added 'internal' keyword to get RPMTAG's ignored by tagtable.cewt1-13/+13
1997-02-14verify users and groups by name not by idewt1-9/+16
1997-02-14use new id query calls from misc.cewt1-46/+18
1997-02-14added unameToUid(), gnameToGid(), uidToUname(), gidToUname()ewt2-0/+140
1997-02-121) don't remove pre/post scripts if isdebug is setewt1-2/+2
1997-02-121) don't ever change the umaskewt1-17/+15
1997-02-06changed a bunch of parameter names for cleanlinessewt1-10/+10
1997-01-30moved dbiFreeIndexRecord() to be more appropriate (i.e. not segv)ewt1-2/+2
1997-01-30remove one from rpmTagTableSize (NULL entry)ewt1-1/+1
1997-01-29does some basic sanity checks on headers read from the databaseewt1-7/+18
1997-01-291) made faNextOffset(), faFirstOffset() return signed intsewt2-7/+12
1997-01-29made rpmdbFirstRecNum() and rpmdbNextRecNum() return signed intsewt2-5/+5
1997-01-25added RPMTAG_CHANGELOGTIME RPMTAG_CHANGELOGNAME RPMTAG_CHANGELOGTEXTroot1-0/+3
1997-01-24don't mkdir anything -- toplevel Makefile handles thatewt1-2/+0
1997-01-231) added copyData()ewt1-10/+17
1997-01-23increment count in headerAppendEntry()ewt1-0/+2
1997-01-23added omitFlags to rpmVerifyFile()ewt2-3/+9
1997-01-23only check rdev w/ appropriate, include device type (block vs char) inewt1-3/+17
1997-01-23some tmpPath's were being alloceted w/o paying attention to the lengthroot1-2/+4
1997-01-22moved struct rpmTagTableEntry to header.h (and renamed it)ewt1-6/+1
1997-01-221) struct rpmTagTableEntry now struct headerTagTableEntryewt1-2/+3
1997-01-211) made headerDump() take tag tableewt2-14/+18
1997-01-171) use config.h if availableewt1-2/+4
1997-01-171) use config.h if availableewt1-1/+4
1997-01-17use if not ifdefewt1-1/+4
1997-01-171) use config.h if availableewt1-2/+4
1997-01-17include <string.h>ewt1-0/+1
1997-01-171) use config.h if availableewt3-636/+302
1997-01-16added RPMVAR_FIXPERMSewt2-1/+3
1997-01-16use <string.h> not <strings.h>ewt2-2/+2