1997-04-15 |
ewt | ignore config bit for direcrroies |
tree | commitdiff |
1997-03-31 |
root | added RPMFILE_MISSINGOK and RPMFILE_NOREPLACE |
tree | commitdiff |
1997-03-28 |
root | fixed the broken md5 logic |
tree | commitdiff |
1997-03-28 |
ewt | added more support for broken md5 code |
tree | commitdiff |
1997-03-28 |
root | add WORDS_BIGENDIAN |
tree | commitdiff |
1997-03-11 |
ewt | fixed error message |
tree | commitdiff |
1997-03-04 |
ewt | removed oldrpmdb.c |
tree | commitdiff |
1997-03-03 |
root | export headerSort() |
tree | commitdiff |
1997-03-03 |
ewt | don't strlen(NULL) in copyData() |
tree | commitdiff |
1997-02-20 |
ewt | frees FILEUSERNAME and FILEGROUPNAME lists |
tree | commitdiff |
1997-02-17 |
ewt | if a user specified rcfile doesn't exist, exit with... |
tree | commitdiff |
1997-02-17 |
ewt | 1) empty user/group names are handled better (sigh) |
tree | commitdiff |
1997-02-14 |
ewt | needs to include unistd.h to get some types |
tree | commitdiff |
1997-02-14 |
ewt | including <string.h> makes this a bit cleaner |
tree | commitdiff |
1997-02-14 |
ewt | 1) cleaned up horrbile relocateFilelist() hacks thanks... |
tree | commitdiff |
1997-02-14 |
ewt | if symbolic user and group names aren't present try... |
tree | commitdiff |
1997-02-14 |
ewt | added headerRemoveEntry() |
tree | commitdiff |
1997-02-14 |
ewt | fixed gidToGname() prototype |
tree | commitdiff |
1997-02-14 |
ewt | exclude 'ignore' marked RPMTAG entriess from tag table |
tree | commitdiff |
1997-02-14 |
ewt | added 'internal' keyword to get RPMTAG's ignored by... |
tree | commitdiff |
1997-02-14 |
ewt | verify users and groups by name not by id |
tree | commitdiff |
1997-02-14 |
ewt | use new id query calls from misc.c |
tree | commitdiff |
1997-02-14 |
ewt | added unameToUid(), gnameToGid(), uidToUname(), gidToUn... |
tree | commitdiff |
1997-02-12 |
ewt | 1) don't remove pre/post scripts if isdebug is set |
tree | commitdiff |
1997-02-12 |
ewt | 1) don't ever change the umask |
tree | commitdiff |
1997-02-06 |
ewt | changed a bunch of parameter names for cleanliness |
tree | commitdiff |
1997-01-30 |
ewt | moved dbiFreeIndexRecord() to be more appropriate ... |
tree | commitdiff |
1997-01-30 |
ewt | remove one from rpmTagTableSize (NULL entry) |
tree | commitdiff |
1997-01-29 |
ewt | does some basic sanity checks on headers read from... |
tree | commitdiff |
1997-01-29 |
ewt | 1) made faNextOffset(), faFirstOffset() return signed... |
tree | commitdiff |
1997-01-29 |
ewt | made rpmdbFirstRecNum() and rpmdbNextRecNum() return... |
tree | commitdiff |
1997-01-25 |
root | added RPMTAG_CHANGELOGTIME RPMTAG_CHANGELOGNAME RPMTAG_... |
tree | commitdiff |
1997-01-24 |
ewt | don't mkdir anything -- toplevel Makefile handles that |
tree | commitdiff |
1997-01-23 |
ewt | 1) added copyData() |
tree | commitdiff |
1997-01-23 |
ewt | increment count in headerAppendEntry() |
tree | commitdiff |
1997-01-23 |
ewt | added omitFlags to rpmVerifyFile() |
tree | commitdiff |
1997-01-23 |
ewt | only check rdev w/ appropriate, include device type... |
tree | commitdiff |
1997-01-23 |
root | some tmpPath's were being alloceted w/o paying attentio... |
tree | commitdiff |
1997-01-22 |
ewt | moved struct rpmTagTableEntry to header.h (and renamed it) |
tree | commitdiff |
1997-01-22 |
ewt | 1) struct rpmTagTableEntry now struct headerTagTableEntry |
tree | commitdiff |
1997-01-21 |
ewt | 1) made headerDump() take tag table |
tree | commitdiff |
1997-01-17 |
ewt | 1) use config.h if available |
tree | commitdiff |
1997-01-17 |
ewt | 1) use config.h if available |
tree | commitdiff |
1997-01-17 |
ewt | use if not ifdef |
tree | commitdiff |
1997-01-17 |
ewt | 1) use config.h if available |
tree | commitdiff |
1997-01-17 |
ewt | include <string.h> |
tree | commitdiff |
1997-01-17 |
ewt | 1) use config.h if available |
tree | commitdiff |
1997-01-16 |
ewt | added RPMVAR_FIXPERMS |
tree | commitdiff |
1997-01-16 |
ewt | use <string.h> not <strings.h> |
tree | commitdiff |
1997-01-16 |
ewt | Reimplemented header internals |
tree | commitdiff |
1997-01-16 |
ewt | 1) fixed bug in rpmVersionCompare() with segv'd |
tree | commitdiff |
1997-01-16 |
ewt | use H_OLDHEADER not H_HEADER |
tree | commitdiff |
1997-01-15 |
ewt | relocating packages didn't work when the package contai... |
tree | commitdiff |
1997-01-15 |
ewt | 1) don't export rpmEnsureOlder() |
tree | commitdiff |
1997-01-15 |
ewt | don't close std[err,out] after a verify script |
tree | commitdiff |
1997-01-15 |
ewt | 1) made rpmEnsureOlder() static and user a header inste... |
tree | commitdiff |
1997-01-15 |
ewt | changed vercmp() to rpmvercmp() |
tree | commitdiff |
1997-01-04 |
jbj | Sanity (make dist). |
tree | commitdiff |
1997-01-04 |
jbj | Add ufdSeek. |
tree | commitdiff |
1996-12-24 |
ewt | use doputenv() and dosetenv() |
tree | commitdiff |
1996-12-24 |
ewt | added doputenv(), dosetenv() |
tree | commitdiff |
1996-12-24 |
ewt | 1) don't chmod() directories that already exist |
tree | commitdiff |
1996-12-16 |
ewt | fixed silly include file ordering problems on FreeBSD |
tree | commitdiff |
1996-12-16 |
ewt | fixed silly ifdef logic |
tree | commitdiff |
1996-12-16 |
ewt | changed order of include files for broken FreeBSD |
tree | commitdiff |
1996-12-12 |
ewt | changed "struct option" to "struct rpmoption" to avoid... |
tree | commitdiff |
1996-12-12 |
ewt | use _exit instead of exit in forks |
tree | commitdiff |
1996-12-12 |
ewt | added include of sys/types.h |
tree | commitdiff |
1996-12-12 |
ewt | made include of alloca.h conditional |
tree | commitdiff |
1996-12-11 |
ewt | actually fixed core dump this time |
tree | commitdiff |
1996-12-11 |
ewt | fixed the fix from memory leak plugging <sigh> |
tree | commitdiff |
1996-12-06 |
root | fixed dbiFreeIndex() in rpmInstallPackage() to be calle... |
tree | commitdiff |
1996-12-06 |
ewt | plugged memory leaks in upgrade |
tree | commitdiff |
1996-12-05 |
ewt | dependency checking didn't work with a NULL database... |
tree | commitdiff |
1996-12-05 |
ewt | don't let cpio create *any* directories |
tree | commitdiff |
1996-12-05 |
ewt | 1) netsharedpath had unhappy realtions with prefix's |
tree | commitdiff |
1996-11-22 |
ewt | *** empty log message *** |
tree | commitdiff |
1996-11-22 |
ewt | added rpmVerifyScript() |
tree | commitdiff |
1996-11-19 |
root | cleanup |
tree | commitdiff |
1996-11-18 |
root | The Great Renaming |
tree | commitdiff |
1996-11-15 |
ewt | added rpmReadPackageInfo(), RPMTAG_EXTERNAL_TAG |
tree | commitdiff |
1996-11-15 |
ewt | cleaned up pkgReadHeader() mechanism |
tree | commitdiff |
1996-11-15 |
ewt | made getBooleanVar() a -bit- better |
tree | commitdiff |
1996-11-14 |
root | added specfile flag, verifyscript tag |
tree | commitdiff |
1996-11-14 |
root | duh |
tree | commitdiff |
1996-11-13 |
root | added TRIGGER entries |
tree | commitdiff |
1996-11-06 |
ewt | don't verify files that were never installed (i.e.... |
tree | commitdiff |
1996-10-31 |
ewt | added RPMVAR_DEFAULTDOCDIR |
tree | commitdiff |
1996-10-31 |
ewt | 1) don't remove package when preinstall script fails |
tree | commitdiff |
1996-10-31 |
ewt | 1) removed \n from error() calls |
tree | commitdiff |
1996-10-31 |
ewt | kill(2) arguments were backwards |
tree | commitdiff |
1996-10-31 |
ewt | added real fix for 2.1 kernel write() behavior |
tree | commitdiff |
1996-10-21 |
ewt | 1) never removed files which are state RPMFILE_STATE_NO... |
tree | commitdiff |
1996-10-21 |
ewt | 1) added RPMVAR_NETSHAREDPATH |
tree | commitdiff |
1996-10-21 |
ewt | 1) added RPMVAR_NETSHAREDPATH |
tree | commitdiff |
1996-10-21 |
ewt | 1) moved code around to make things a bit more readable |
tree | commitdiff |
1996-10-21 |
ewt | conflict checking was using the wrong header |
tree | commitdiff |
1996-10-21 |
ewt | 1) free matches in findSharedFiles() |
tree | commitdiff |
1996-10-21 |
ewt | rpmdbRemove() should free header it read |
tree | commitdiff |
1996-10-21 |
ewt | 1) use freeHeader(), not free() after writeheader() |
tree | commitdiff |
next |