| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor source tree: separate out fix-gnustack | Anthony G. Basile | 2014-07-30 | 2 | -149/+0 |
* | src{fix-gnustack.c,paxctl-ng.c}: portable error reporting | Anthony G. Basile | 2014-06-07 | 2 | -13/+13 |
* | Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -d | Anthony G. Basile | 2013-09-26 | 1 | -1/+10 |
* | tests/{paxmodule,revdeppaxtest}: fix to work with all combinations of --{en,d... | Anthony G. Basile | 2013-05-20 | 1 | -4/+4 |
* | configure.ac: check if ELF_C_RDWR_MMAP is declared in libelf.h | Anthony G. Basile | 2013-05-20 | 1 | -2/+6 |
* | src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supported | Anthony G. Basile | 2012-12-28 | 1 | -25/+43 |
* | src/paxctl-ng.c: fix uninitialized value for xt_flags | Anthony G. Basile | 2012-12-28 | 1 | -0/+3 |
* | src/paxctl-ng.c: fix flag logic under various --{en,dis}able-{pt,xt}pax | Anthony G. Basile | 2012-12-23 | 1 | -37/+44 |
* | src/paxctl-ng.c: cosmetic cleanup with length of PT_PAX vs XATTR_PAX | Anthony G. Basile | 2012-12-22 | 1 | -2/+2 |
* | src/paxctl-ng.c: add missing report of -d flag in print_help_exit() | Anthony G. Basile | 2012-12-21 | 1 | -0/+1 |
* | Rename XT_PAX to XATTR_PAX everywhere | Anthony G. Basile | 2012-12-21 | 1 | -7/+7 |
* | ChangeLog, TODO, README, Copyright Notices: updated | Anthony G. Basile | 2012-12-16 | 2 | -2/+2 |
* | tests/revdeppaxtest: progress towards a test for revdep-pax | Anthony G. Basile | 2012-12-14 | 1 | -0/+2 |
* | src/paxctl-ng.c: do not use '-' when setting null XATTR PAX flags | Anthony G. Basile | 2012-12-12 | 1 | -72/+113 |
* | Add logic for NEED_PAX_DECLS when gelf.h is present but lacks them | Anthony G. Basile | 2012-12-12 | 1 | -1/+6 |
* | src/paxctl-ng.c: print success doesn't count to exit code | Anthony G. Basile | 2012-11-10 | 1 | -8/+6 |
* | src/paxctl-ng.c: proper exit code handling | Anthony G. Basile | 2012-11-10 | 1 | -24/+48 |
* | src/paxctl-ng.c, doc/paxctl-ng.{pod,1}: delete XT_PAX xattr field | Anthony G. Basile | 2012-11-10 | 1 | -10/+23 |
* | src/paxctl-ng.c: properly hand -L and -l in opts | Anthony G. Basile | 2012-11-10 | 1 | -1/+3 |
* | src/paxctl-ng.c: only PT_PAX needs the file open RDWR to set | Anthony G. Basile | 2012-11-10 | 1 | -3/+3 |
* | src/paxctl-ng.c: fix logic of limiting pt/xtpax when both are possible | Anthony G. Basile | 2012-11-10 | 1 | -7/+19 |
* | src/paxctl-ng.c: limit only ptpax or xtpax when both are possible | Anthony G. Basile | 2012-11-10 | 1 | -13/+31 |
* | scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpax | Anthony G. Basile | 2012-11-10 | 1 | -1/+1 |
* | configure.ac, src/paxctl-ng.c: improve checks and propagate defines | Anthony G. Basile | 2012-11-10 | 1 | -14/+52 |
* | configure.ac: clean up checks for ptpax, xtpax | Anthony G. Basile | 2012-11-10 | 1 | -16/+37 |
* | Work towards making both PT_PAX and xattr PAX optional | Anthony G. Basile | 2012-11-10 | 1 | -12/+12 |
* | Revert "src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for u... | Anthony G. Basile | 2012-07-27 | 2 | -3/+3 |
* | src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc co... | Anthony G. Basile | 2012-07-23 | 2 | -3/+3 |
* | Replace XATTR_REPLACE with 0 to create on set | Anthony G. Basile | 2012-07-21 | 1 | -2/+2 |
* | src/paxctl-ng.c: sanity check on copy XT_PAX <-> PT_PAX | Anthony G. Basile | 2012-07-21 | 1 | -7/+7 |
* | src/paxctl-ng.c: fix string2bin | Anthony G. Basile | 2012-07-20 | 1 | -15/+21 |
* | src/paxctl-ng.c: switch to string implementation of XT_PAX | Anthony G. Basile | 2012-07-20 | 1 | -8/+50 |
* | src/paxctl-ng.c: remove RANDEXEC completely | Anthony G. Basile | 2012-07-20 | 1 | -38/+10 |
* | src/paxctl-ng.c: made verbosity more consistant | Anthony G. Basile | 2011-11-26 | 1 | -36/+53 |
* | src/paxctl-ng.c: build with/without xattr support | Anthony G. Basile | 2011-11-26 | 1 | -3/+25 |
* | src/{fix-gnustack.c,paxctl-ng.c}: fix exit code | Anthony G. Basile | 2011-11-15 | 2 | -0/+4 |
* | src/paxctl-ng.c: skip to next file on any error | Anthony G. Basile | 2011-11-03 | 1 | -3/+6 |
* | src/paxctl-ng.c: added file globbing | Anthony G. Basile | 2011-11-03 | 1 | -48/+71 |
* | src/paxctl-ng.c: #defined values for cp_flags | Anthony G. Basile | 2011-11-03 | 1 | -10/+17 |
* | src/paxctl-ng.c: if open(O_RDWR) fails, PT_PAX is readonly | Anthony G. Basile | 2011-11-03 | 1 | -13/+22 |
* | src/paxctl-ng.c: create and copy XT_PAX flags | Anthony G. Basile | 2011-10-22 | 1 | -3/+46 |
* | src/paxctl-ng.c: prepare -C -c -F -f flags | Anthony G. Basile | 2011-10-21 | 1 | -36/+45 |
* | Update build system | Anthony G. Basile | 2011-10-20 | 2 | -5/+1 |
* | src/paxctl-ng.c: clean up error handling | Anthony G. Basile | 2011-10-20 | 1 | -49/+11 |
* | scripts/paxmodule.c: add XT_PAX write support, code cleanup | Anthony G. Basile | 2011-10-20 | 1 | -52/+94 |
* | scripts/paxmodule.c: add XT_PAX read support | Anthony G. Basile | 2011-10-20 | 1 | -2/+4 |
* | Add doc/revdep-pax.pod and remove EI_PAX docs from doc/paxctl* | Anthony G. Basile | 2011-10-19 | 2 | -3/+3 |
* | src/paxctl-ng.c: add XT_PAX flag support | Anthony G. Basile | 2011-10-18 | 1 | -129/+246 |
* | Remove all EI_PAX code, bug #387459 | Anthony G. Basile | 2011-10-18 | 1 | -97/+1 |
* | {scripts,src}/Makefile.am: install all utilities into /sbin | Anthony G. Basile | 2011-10-08 | 1 | -1/+1 |