summaryrefslogtreecommitdiff
path: root/lib/fsm.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Return explicit NULL from various fooFree() functions everywherePanu Matilainen1-2/+4
2010-09-21Return typed pointer from freeHardLink()Panu Matilainen1-1/+1
2010-09-21Use typed instead of void pointer for fsm dnl iteratorPanu Matilainen1-9/+6
2010-09-21Use typed instead of void pointer for fsm map iteratorPanu Matilainen1-7/+5
2010-09-13Fix some broken fooUnlink() usagesPanu Matilainen1-1/+1
2010-09-01Use selabel interfaces instead of matchpathconSteve Lawrence1-4/+4
2010-07-08Remove never used fsmRmdirs() functionFlorian Festi1-49/+0
2010-07-08Tidy up fsmMapPath a bitFlorian Festi1-58/+24
2010-07-07Make FSM_VERIFY a functionFlorian Festi1-59/+64
2010-07-07Make FSM_CREATE a functionFlorian Festi1-38/+44
2010-07-07Make FSM_READLINK a functionFlorian Festi1-15/+19
2010-07-07Make FSM_LSTAT and FSM_STAT one functionFlorian Festi1-24/+23
2010-07-07Move FSM_HREAD in placeFlorian Festi1-6/+3
2010-07-07Move FSM_HWRITE in placeFlorian Festi1-4/+1
2010-07-07Move FSM_TRAILER in placeFlorian Festi1-4/+1
2010-07-07Move FSM_MKNOD in placeFlorian Festi1-12/+10
2010-07-07Move FSM_MKFIFO in placeFlorian Festi1-9/+8
2010-07-07Move FSM_LINK in placeFlorian Festi1-8/+6
2010-07-07Move FSM_SYMLINK in placeFlorian Festi1-9/+7
2010-07-07Make FSM_CHOWN, FSM_LCHOWN, FSM_CHMOD, FSM_UTIME and FSM_SETCAP functionsFlorian Festi1-51/+70
2010-07-07Make FSM_LSETFCON a functionFlorian Festi1-13/+17
2010-07-07Make FSM_RMDIR a functionFlorian Festi1-15/+18
2010-07-07Make FSM_RENAME a functionFlorian Festi1-26/+29
2010-07-07Make FSM_UNLINK a functionFlorian Festi1-16/+22
2010-07-07 remove no longer needed FSM statesFlorian Festi1-13/+0
2010-07-07Make FSM_MKDIR a functionFlorian Festi1-11/+13
2010-07-07Use fsmRmdirs and fsmMkdirs directlyFlorian Festi1-2/+2
2010-07-07Use fsmMapPath directly instead of FSM_MAPFlorian Festi1-106/+106
2010-07-07Make FSM_INIT a functionFlorian Festi1-84/+96
2010-06-23Revert "If there are no hardlinks, dont bother with s-bit and caps removal"Michal Schmidt1-1/+1
2010-06-11If there are no hardlinks, dont bother with s-bit and caps removalPanu Matilainen1-1/+1
2010-06-03Remove POSIX file capabilities from executables on erase/rename tooPanu Matilainen1-2/+7
2010-06-02Strip s-bits on upgrade too (RhBug:598775)Panu Matilainen1-5/+14
2010-05-31Eliminate unused no-op FSM_CHROOT stagePanu Matilainen1-4/+0
2010-03-29Unbreak cpio archive path generationPanu Matilainen1-2/+1
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-2/+2
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-2/+2
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen1-1/+1
2010-03-01Rip out more rpm 2.x era relocation leftoversPanu Matilainen1-1/+2
2010-02-25Move rpmteTypeString() back to rpmte, internal only thoughPanu Matilainen1-9/+0
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-0/+3
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-0/+4
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-4/+4
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
2010-01-04Require lchown() and remove ancient broken chown kludgeryPanu Matilainen1-2/+0
2009-12-23Include <utime.h> where needed instead of system.hPanu Matilainen1-0/+1
2009-12-16Avoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkdirs()Panu Matilainen1-6/+2
2009-12-16Remove now unnecessary const-avoidance constructPanu Matilainen1-5/+2
2009-12-16Const-correctness on fsmRmdirs() and fsmMkdirs()Panu Matilainen1-12/+11