aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr/xattr.h is deprecated. Use sys/xattr.h insteadLars Wendler2018-11-281-1/+1
* scripts/paxmodule.c: fix build with clangFabio Scaccabarozzi2015-01-041-0/+4
* scripts/revdep-pax: update to alt-revdep-pax + link_map.pyAnthony G. Basile2012-12-281-1/+1
* scripts/paxmodule.c: fix logic of finding either PT_PAX or XATTR_PAXAnthony G. Basile2012-12-221-2/+6
* scripts/paxmodule.c: throw a PaxError when pax_getflags or set_xt_flagsAnthony G. Basile2012-12-221-2/+15
* scripts/paxmodule.c: add important close(fd) in deletextpax()Anthony G. Basile2012-12-221-0/+4
* scripts/paxmodule.c: rename pax.error -> pax.PaxErrorAnthony G. Basile2012-12-221-2/+2
* scripts/{paxmodule.c,pypaxctl}: rename deleteflags -> deletextpaxAnthony G. Basile2012-12-221-6/+6
* scripts/pypaxctl: make aware if XATTR_PAX support is available in pax.soAnthony G. Basile2012-12-221-1/+5
* scripts/{paxmodule.c,pypaxctl}: add delete XATTR_PAX fieldAnthony G. Basile2012-12-221-9/+41
* Rename XT_PAX to XATTR_PAX everywhereAnthony G. Basile2012-12-211-8/+8
* ChangeLog, TODO, README, Copyright Notices: updatedAnthony G. Basile2012-12-161-1/+1
* scripts/paxmodule.c: adopt the parse_cmd_args() logic of paxctl-ng.cAnthony G. Basile2012-12-131-1/+50
* scripts/paxmodule.c: adopt the update_flags() logic of paxctl-ng.cAnthony G. Basile2012-12-131-13/+139
* scripts/paxmodule.c: do not use '-' when setting null XATTR PAX flagsAnthony G. Basile2012-12-131-33/+74
* Add logic for NEED_PAX_DECLS when gelf.h is present but lacks themAnthony G. Basile2012-12-121-1/+6
* scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpaxAnthony G. Basile2012-11-101-18/+42
* Work towards making both PT_PAX and xattr PAX optionalAnthony G. Basile2012-11-101-8/+8
* Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat"Anthony G. Basile2012-07-271-2/+2
* scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compatAnthony G. Basile2012-07-231-2/+2
* scripts/paxmodule.c: python3 with python2 compatAnthony G. Basile2012-07-221-1/+30
* Replace XATTR_REPLACE with 0 to create on setAnthony G. Basile2012-07-211-1/+1
* scripts/*: rename setflags to setbinflagsAnthony G. Basile2012-07-211-9/+11
* scripts/paxmodule.c: add setstrstring functionAnthony G. Basile2012-07-211-0/+32
* scripts/paxmodule.c: fix FLAGS_SIZEAnthony G. Basile2012-07-211-4/+4
* scripts/paxmodule.c: switch to string implementation of XT_PAXAnthony G. Basile2012-07-211-8/+48
* scripts/{setup.py,paxmodule.c}: build with/without xattr supportAnthony G. Basile2011-11-261-0/+17
* src/paxctl-ng.c: prepare -C -c -F -f flagsAnthony G. Basile2011-10-211-1/+0
* src/paxctl-ng.c: clean up error handlingAnthony G. Basile2011-10-201-43/+7
* scripts/paxmodule.c: add XT_PAX write support, code cleanupAnthony G. Basile2011-10-201-68/+104
* scripts/paxmodule.c: add XT_PAX read supportAnthony G. Basile2011-10-201-51/+116
* Remove all EI_PAX code, bug #387459Anthony G. Basile2011-10-181-117/+1
* scripts/{paxmodule.c,revdep-pax}: removed EI_PAX markings, bug #387459Anthony G. Basile2011-10-171-1/+17
* scripts/{paxmodule.c,revdep-pax}: add code to set pax flagsAnthony G. Basile2011-10-171-144/+39
* scripts/paxmodule.c: add pax_setflagsAnthony G. Basile2011-10-161-0/+253
* scripts/paxmodule.c: return pax flags as stringAnthony G. Basile2011-10-061-22/+24
* scripts/paxmodule.c: add code to read pax flagsAnthony G. Basile2011-10-061-7/+120
* scripts/paxmodule.c: stub python binding for paxctlAnthony G. Basile2011-10-051-0/+47