| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare release 0.6.00.6.0elfix-0.6.x | Anthony G. Basile | 2012-11-10 | 20 | -10/+27550 |
* | ChangeLog: updated | Anthony G. Basile | 2012-11-10 | 1 | -2/+8 |
* | 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 | 2 | -25/+48 |
* | src/paxctl-ng.c, doc/paxctl-ng.{pod,1}: delete XT_PAX xattr field | Anthony G. Basile | 2012-11-10 | 3 | -40/+65 |
* | src/paxctl-ng.c: properly hand -L and -l in opts | Anthony G. Basile | 2012-11-10 | 1 | -1/+3 |
* | configure.ac: fix error message for missing gelf.h define's | Anthony G. Basile | 2012-11-10 | 1 | -1/+1 |
* | doc/paxctl-ng.{pod,1}: update documentation for -L -l flags | Anthony G. Basile | 2012-11-10 | 2 | -14/+32 |
* | 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 |
* | configure.ac: bump to version 0.60.6 | Anthony G. Basile | 2012-11-10 | 1 | -1/+1 |
* | Update ChangeLog and TODO | Anthony G. Basile | 2012-11-10 | 2 | -1/+8 |
* | scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpax | Anthony G. Basile | 2012-11-10 | 3 | -26/+62 |
* | configure.ac, src/paxctl-ng.c: improve checks and propagate defines | Anthony G. Basile | 2012-11-10 | 2 | -26/+62 |
* | configure.ac: clean up checks for ptpax, xtpax | Anthony G. Basile | 2012-11-10 | 2 | -65/+78 |
* | Work towards making both PT_PAX and xattr PAX optional | Anthony G. Basile | 2012-11-10 | 4 | -58/+98 |
* | Fixes a typo in revdep-pax script and documentation | Anthony G. Basile | 2012-08-12 | 3 | -5/+5 |
* | ChangeLog: updated | Anthony G. Basile | 2012-07-29 | 1 | -0/+6 |
* | tests/gnustack/Makefile.am: make sed line work on arm | Anthony G. Basile | 2012-07-28 | 2 | -1/+2 |
* | tests/gnustack/Makefile.am: clean *.s files as well | Anthony G. Basile | 2012-07-28 | 1 | -1/+1 |
* | tests/gnustack: make test machine independant | Anthony G. Basile | 2012-07-28 | 6 | -72/+8 |
* | configure.ac: remove unnecessary check for yasm | Anthony G. Basile | 2012-07-28 | 1 | -10/+2 |
* | ChangeLog: updated | Anthony G. Basile | 2012-07-27 | 1 | -0/+8 |
* | Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat" | Anthony G. Basile | 2012-07-27 | 1 | -2/+2 |
* | 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 |
* | tests/gnustack: switch from yasm to gcc for assembler | Anthony G. Basile | 2012-07-27 | 6 | -70/+59 |
* | ChangeLog: move thank yous to THANKS | Anthony G. Basile | 2012-07-24 | 1 | -3/+0 |
* | ChangeLog, THANKS: updated | Anthony G. Basile | 2012-07-24 | 2 | -0/+21 |
* | scripts/revdep-pax: simplify map reversal using setdefault | Anthony G. Basile | 2012-07-23 | 1 | -4/+1 |
* | scripts/revdep-pax: add python2/3 compat raw_input() | Anthony G. Basile | 2012-07-23 | 1 | -2/+11 |
* | scripts/revdep-pax: add sanity for OBJECT, SONAME, LIBRARY | Anthony G. Basile | 2012-07-23 | 1 | -2/+14 |
* | scripts/revdep-pax: use Popen, correct exception handling | Anthony G. Basile | 2012-07-23 | 1 | -32/+17 |
* | scripts/revdep-pax: remove bare exceptions | Anthony G. Basile | 2012-07-23 | 1 | -13/+13 |
* | scripts/revdep-pax: fix more python2 -> 3 | Anthony G. Basile | 2012-07-23 | 1 | -3/+3 |
* | scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat | Anthony G. Basile | 2012-07-23 | 1 | -2/+2 |
* | 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 |
* | scripts/paxmodule.c: python3 with python2 compat | Anthony G. Basile | 2012-07-22 | 2 | -5/+34 |
* | scripts/revdep-pax: print and exceptions python3 compat | Anthony G. Basile | 2012-07-22 | 1 | -68/+67 |
* | ChangeLog: updated | Anthony G. Basile | 2012-07-21 | 1 | -0/+17 |
* | Replace XATTR_REPLACE with 0 to create on set | Anthony G. Basile | 2012-07-21 | 2 | -3/+3 |
* | scripts/*: rename setflags to setbinflags | Anthony G. Basile | 2012-07-21 | 3 | -11/+13 |
* | scripts/paxmodule.c: add setstrstring function | Anthony G. Basile | 2012-07-21 | 2 | -0/+34 |
* | scripts/pypaxctl: remove debug code | Anthony G. Basile | 2012-07-21 | 1 | -4/+3 |
* | scripts/pypaxctl: frontend to pypax module | Anthony G. Basile | 2012-07-21 | 2 | -1/+49 |
* | 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 | 2 | -8/+49 |
* | src/paxctl-ng.c: sanity check on copy XT_PAX <-> PT_PAX | Anthony G. Basile | 2012-07-21 | 1 | -7/+7 |
* | Add .gitignore | Anthony G. Basile | 2012-07-20 | 1 | -0/+20 |
* | src/paxctl-ng.c: fix string2bin | Anthony G. Basile | 2012-07-20 | 1 | -15/+21 |