summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-30- spelling corrections (#112728).jbj5-5/+5
2003-12-27splint fiddles.jbj1-1/+4
2003-12-27Move #include "ugid.h" to fsm.c, nuke unused variable in psm.c.jbj2-2/+2
2003-12-27Warn only if installing.jbj1-4/+7
2003-12-27- fix: wrong package count for trigger scriptlet 1st arg (#100509).jbj4-69/+31
2003-12-26- fix: escape '+' in regex patterns through RPMMIRE_DEFAULT (#103851).jbj2-10/+10
2003-12-26Make sure no. of added provides matches added list size if somejbj1-1/+3
2003-12-25Add lsetfilecon to install modes.jbj16-35/+119
2003-12-25Verify file contexts from file security context patterns.jbj6-20/+131
2003-12-23Add filecontexts tags to header if %_build_file_contexts_path is configured.jbj4-59/+16
2003-12-23- fix some small memory leaks (valgrind).jbj3-5/+2
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj5-1/+404
2003-12-22Doxygen typo.jbj1-3/+1
2003-12-22Apply regex patterns to args.jbj1-10/+18
2003-12-22splint fiddles.jbj3-48/+116
2003-12-21More getter methods, add stems to regex pattern match.jbj3-94/+298
2003-12-21Add getters, permit revesed iteration.jbj3-18/+137
2003-12-21Parse selinux file_contexts patterns.jbj3-11/+427
2003-12-21Create file security context container.jbj4-98/+362
2003-12-20Rewrite loop conditionals with continue, use pointers rather than array index.jbj1-397/+400
2003-12-20Use popt for arg parsing.jbj2-238/+248
2003-12-20split parsing into seperate routine.jbj1-208/+217
2003-12-20Swallow setfiles.c from policycoreutils for hacking.jbj2-0/+1016
2003-12-11- only internal Berkeley db from now on.jbj2-1/+6
2003-12-01splint fiddles, no warnings.jbj3-5/+9
2003-11-23Merge changes from rpm-4.2.1 development.jbj13-79/+114
2003-07-09- resolve elf32/elf64 file conflicts to prefer elf64.jbj3-142/+213
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj4-7/+71
2003-06-24Sanity.jbj2-6/+107
2003-06-19- staylor wanted an easter egg.jbj1-0/+3
2003-06-15Typo.jbj1-1/+1
2003-06-04Remove dead code.jbj1-8/+1
2003-06-03- treat missing epoch's exactly the same as Epoch: 0.jbj1-1/+1
2003-05-22Prepare to build with external beecrypt-3.0.0.jbj1-0/+1
2003-05-15- add version check for package with provides and obsoletes.jbj1-1/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj19-119/+121
2003-05-06- fix: cut-n-paste error setting nopromote for Conflicts: (#81965).jbj1-1/+1
2003-04-29- fix: IDTXglob should return REMOVETID sorted headers (#89857).jbj1-1/+1
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32number et al.jbj1-2/+2
2003-04-24Call romtsOrder() on erasures.jbj1-0/+9
2003-04-21Don't segfault if given ascii armored rather than binary pubkey packets.jbj2-8/+17
2003-04-16- permit secondary tag match patterns with RPMQV_ALL.jbj1-2/+26