summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2004-05-04%postun failures are now propagated back to transaction state machine.joden1-1/+1
2004-05-03Minor tweaks to comments in autorollback code, made removal of re-packagedjoden4-21/+56
2004-04-19splint fiddles.jbj2-1/+3
2004-04-18Force global Lua state initialization during rpmReadConfigFiles().niemeyer1-0/+4
2004-04-13Fixed bug in "rpm -qf": if a file in the current directory had theniemeyer1-0/+4
2004-04-07- fix: no transaction lock if --test was specified (#119783).jbj1-8/+10
2004-04-07- fix: segfault on --recontext if file_contexts unreadable (#117374).jbj3-6/+6
2004-04-07Splint fiddles.jbj1-2/+2
2004-04-01revert buildtime tie breaking, not the right thing to do.jbj10-54/+49
2004-03-30Simplify cpuid code; fix it for gcc 3.4; always push/pop ebx for PIC and non ...arekm1-43/+12
2004-03-29Proof-of-concept for arch filtered dependencies.jbj2-6/+167
2004-03-28Typo.jbj1-1/+1
2004-03-28- scareMem = 0 everywhere, document deprecation phase out.jbj3-5/+7
2004-03-28- use package build time as EVR comparison tie breaker.jbj3-6/+68
2004-03-28pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>.arekm2-1/+72
2004-03-26Splint fiddles.jbj7-535/+604
2004-03-24- Now Lua interface is using a global state.niemeyer3-13/+5
2004-03-19- New internal Lua support scheme, laying under rpmio.niemeyer5-292/+78
2004-03-16- Implemented support for internal Lua scripts.niemeyer9-3/+418
2004-03-15re-add splint fiddles.jbj1-0/+2
2004-03-11- fix: ENOTSUP filter from lsetfilecon borkage.jbj1-5/+3
2004-03-10- add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302).jbj2-2/+4
2004-03-06Filter ENOTSUP lsetfilecon() to permit tmpfs mount on /dev/shm.jbj1-1/+1
2004-03-05initial autorollback feature.joden7-6/+1053
2004-03-05Added todo for types for tagtblpauln1-0/+1
2004-03-02Change lock file location.jbj1-8/+1
2004-03-02- permit globs in macrofiles: directive (#117217).jbj4-170/+2
2004-02-26use static variable, not define, for lock file path.jbj1-1/+4
2004-02-26splint fiddles.jbj5-19/+45
2004-02-25It was 2 bytes, not one. Amateurs.. humpf. ;-)niemeyer1-1/+1
2004-02-25Oops. "path" was being allocated with 1 byte less than necessary.niemeyer1-1/+1
2004-02-25Creating transaction locking scheme based on fcntl file lockingniemeyer5-4/+167
2004-02-23- force FD_CLOEXEC on 1st 100 inherited fdno's.jbj1-0/+11
2004-02-23- set "rpm_script_t" exec type for scriptlets iff /bin/sh, else default.jbj1-3/+11
2004-02-22- stable sort for policy specifications, patterns before paths.jbj1-13/+28
2004-02-20- fix: only first "mkdir -p" directory had context set.jbj1-1/+1
2004-02-17Return 1 and -1 as we state we do - #113668pauln1-1/+1
2004-02-16- establish rpm_script_t before scriptlet exec.jbj1-10/+13
2004-02-16- establish rpm_script_t before scriptlet exec, ignore errors for now.jbj1-0/+78
2004-02-15- fix: setfiles (aka rpmsx.c) dinna handle patterns correctly.jbj1-2/+2
2004-02-15- fix: set fcontext for "mkdir -p" directories not in packages.jbj1-2/+19
2004-02-15- fix: set fcontext from pkg when file_contexts doesn't exist (#114040).jbj1-1/+4
2004-01-11rpm-nls-fixes.patch (from PLD).jbj1-2/+2
2004-01-10Avoid trying to set "<<none>>" file context.jbj1-1/+2
2004-01-09Don't try to set empty file contexts.jbj1-1/+1
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.jbj7-45/+34
2004-01-03Add %policy marker to suck *.te content into metadata.jbj1-4/+6
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+1