| Commit message (Expand) | Author | Age | Files | Lines |
* | attr/xattr.h is deprecated. Use sys/xattr.h instead | Lars Wendler | 2018-11-28 | 1 | -1/+1 |
* | scripts/paxmodule.c: fix build with clang | Fabio Scaccabarozzi | 2015-01-04 | 1 | -0/+4 |
* | scripts/revdep-pax: update to alt-revdep-pax + link_map.py | Anthony G. Basile | 2012-12-28 | 1 | -1/+1 |
* | scripts/paxmodule.c: fix logic of finding either PT_PAX or XATTR_PAX | Anthony G. Basile | 2012-12-22 | 1 | -2/+6 |
* | scripts/paxmodule.c: throw a PaxError when pax_getflags or set_xt_flags | Anthony G. Basile | 2012-12-22 | 1 | -2/+15 |
* | scripts/paxmodule.c: add important close(fd) in deletextpax() | Anthony G. Basile | 2012-12-22 | 1 | -0/+4 |
* | scripts/paxmodule.c: rename pax.error -> pax.PaxError | Anthony G. Basile | 2012-12-22 | 1 | -2/+2 |
* | scripts/{paxmodule.c,pypaxctl}: rename deleteflags -> deletextpax | Anthony G. Basile | 2012-12-22 | 1 | -6/+6 |
* | scripts/pypaxctl: make aware if XATTR_PAX support is available in pax.so | Anthony G. Basile | 2012-12-22 | 1 | -1/+5 |
* | scripts/{paxmodule.c,pypaxctl}: add delete XATTR_PAX field | Anthony G. Basile | 2012-12-22 | 1 | -9/+41 |
* | Rename XT_PAX to XATTR_PAX everywhere | Anthony G. Basile | 2012-12-21 | 1 | -8/+8 |
* | ChangeLog, TODO, README, Copyright Notices: updated | Anthony G. Basile | 2012-12-16 | 1 | -1/+1 |
* | scripts/paxmodule.c: adopt the parse_cmd_args() logic of paxctl-ng.c | Anthony G. Basile | 2012-12-13 | 1 | -1/+50 |
* | scripts/paxmodule.c: adopt the update_flags() logic of paxctl-ng.c | Anthony G. Basile | 2012-12-13 | 1 | -13/+139 |
* | scripts/paxmodule.c: do not use '-' when setting null XATTR PAX flags | Anthony G. Basile | 2012-12-13 | 1 | -33/+74 |
* | Add logic for NEED_PAX_DECLS when gelf.h is present but lacks them | Anthony G. Basile | 2012-12-12 | 1 | -1/+6 |
* | scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpax | Anthony G. Basile | 2012-11-10 | 1 | -18/+42 |
* | Work towards making both PT_PAX and xattr PAX optional | Anthony G. Basile | 2012-11-10 | 1 | -8/+8 |
* | Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat" | Anthony G. Basile | 2012-07-27 | 1 | -2/+2 |
* | scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat | Anthony G. Basile | 2012-07-23 | 1 | -2/+2 |
* | scripts/paxmodule.c: python3 with python2 compat | Anthony G. Basile | 2012-07-22 | 1 | -1/+30 |
* | Replace XATTR_REPLACE with 0 to create on set | Anthony G. Basile | 2012-07-21 | 1 | -1/+1 |
* | scripts/*: rename setflags to setbinflags | Anthony G. Basile | 2012-07-21 | 1 | -9/+11 |
* | scripts/paxmodule.c: add setstrstring function | Anthony G. Basile | 2012-07-21 | 1 | -0/+32 |
* | scripts/paxmodule.c: fix FLAGS_SIZE | Anthony G. Basile | 2012-07-21 | 1 | -4/+4 |
* | scripts/paxmodule.c: switch to string implementation of XT_PAX | Anthony G. Basile | 2012-07-21 | 1 | -8/+48 |
* | scripts/{setup.py,paxmodule.c}: build with/without xattr support | Anthony G. Basile | 2011-11-26 | 1 | -0/+17 |
* | src/paxctl-ng.c: prepare -C -c -F -f flags | Anthony G. Basile | 2011-10-21 | 1 | -1/+0 |
* | src/paxctl-ng.c: clean up error handling | Anthony G. Basile | 2011-10-20 | 1 | -43/+7 |
* | scripts/paxmodule.c: add XT_PAX write support, code cleanup | Anthony G. Basile | 2011-10-20 | 1 | -68/+104 |
* | scripts/paxmodule.c: add XT_PAX read support | Anthony G. Basile | 2011-10-20 | 1 | -51/+116 |
* | Remove all EI_PAX code, bug #387459 | Anthony G. Basile | 2011-10-18 | 1 | -117/+1 |
* | scripts/{paxmodule.c,revdep-pax}: removed EI_PAX markings, bug #387459 | Anthony G. Basile | 2011-10-17 | 1 | -1/+17 |
* | scripts/{paxmodule.c,revdep-pax}: add code to set pax flags | Anthony G. Basile | 2011-10-17 | 1 | -144/+39 |
* | scripts/paxmodule.c: add pax_setflags | Anthony G. Basile | 2011-10-16 | 1 | -0/+253 |
* | scripts/paxmodule.c: return pax flags as string | Anthony G. Basile | 2011-10-06 | 1 | -22/+24 |
* | scripts/paxmodule.c: add code to read pax flags | Anthony G. Basile | 2011-10-06 | 1 | -7/+120 |
* | scripts/paxmodule.c: stub python binding for paxctl | Anthony G. Basile | 2011-10-05 | 1 | -0/+47 |