aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.6.00.6.0elfix-0.6.xAnthony G. Basile2012-11-1020-10/+27550
* ChangeLog: updatedAnthony G. Basile2012-11-101-2/+8
* src/paxctl-ng.c: print success doesn't count to exit codeAnthony G. Basile2012-11-101-8/+6
* src/paxctl-ng.c: proper exit code handlingAnthony G. Basile2012-11-102-25/+48
* src/paxctl-ng.c, doc/paxctl-ng.{pod,1}: delete XT_PAX xattr fieldAnthony G. Basile2012-11-103-40/+65
* src/paxctl-ng.c: properly hand -L and -l in optsAnthony G. Basile2012-11-101-1/+3
* configure.ac: fix error message for missing gelf.h define'sAnthony G. Basile2012-11-101-1/+1
* doc/paxctl-ng.{pod,1}: update documentation for -L -l flagsAnthony G. Basile2012-11-102-14/+32
* src/paxctl-ng.c: only PT_PAX needs the file open RDWR to setAnthony G. Basile2012-11-101-3/+3
* src/paxctl-ng.c: fix logic of limiting pt/xtpax when both are possibleAnthony G. Basile2012-11-101-7/+19
* src/paxctl-ng.c: limit only ptpax or xtpax when both are possibleAnthony G. Basile2012-11-101-13/+31
* configure.ac: bump to version 0.60.6Anthony G. Basile2012-11-101-1/+1
* Update ChangeLog and TODOAnthony G. Basile2012-11-102-1/+8
* scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpaxAnthony G. Basile2012-11-103-26/+62
* configure.ac, src/paxctl-ng.c: improve checks and propagate definesAnthony G. Basile2012-11-102-26/+62
* configure.ac: clean up checks for ptpax, xtpaxAnthony G. Basile2012-11-102-65/+78
* Work towards making both PT_PAX and xattr PAX optionalAnthony G. Basile2012-11-104-58/+98
* Fixes a typo in revdep-pax script and documentationAnthony G. Basile2012-08-123-5/+5
* ChangeLog: updatedAnthony G. Basile2012-07-291-0/+6
* tests/gnustack/Makefile.am: make sed line work on armAnthony G. Basile2012-07-282-1/+2
* tests/gnustack/Makefile.am: clean *.s files as wellAnthony G. Basile2012-07-281-1/+1
* tests/gnustack: make test machine independantAnthony G. Basile2012-07-286-72/+8
* configure.ac: remove unnecessary check for yasmAnthony G. Basile2012-07-281-10/+2
* ChangeLog: updatedAnthony G. Basile2012-07-271-0/+8
* Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat"Anthony G. Basile2012-07-271-2/+2
* Revert "src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for u...Anthony G. Basile2012-07-272-3/+3
* tests/gnustack: switch from yasm to gcc for assemblerAnthony G. Basile2012-07-276-70/+59
* ChangeLog: move thank yous to THANKSAnthony G. Basile2012-07-241-3/+0
* ChangeLog, THANKS: updatedAnthony G. Basile2012-07-242-0/+21
* scripts/revdep-pax: simplify map reversal using setdefaultAnthony G. Basile2012-07-231-4/+1
* scripts/revdep-pax: add python2/3 compat raw_input()Anthony G. Basile2012-07-231-2/+11
* scripts/revdep-pax: add sanity for OBJECT, SONAME, LIBRARYAnthony G. Basile2012-07-231-2/+14
* scripts/revdep-pax: use Popen, correct exception handlingAnthony G. Basile2012-07-231-32/+17
* scripts/revdep-pax: remove bare exceptionsAnthony G. Basile2012-07-231-13/+13
* scripts/revdep-pax: fix more python2 -> 3Anthony G. Basile2012-07-231-3/+3
* scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compatAnthony G. Basile2012-07-231-2/+2
* src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc co...Anthony G. Basile2012-07-232-3/+3
* scripts/paxmodule.c: python3 with python2 compatAnthony G. Basile2012-07-222-5/+34
* scripts/revdep-pax: print and exceptions python3 compatAnthony G. Basile2012-07-221-68/+67
* ChangeLog: updatedAnthony G. Basile2012-07-211-0/+17
* Replace XATTR_REPLACE with 0 to create on setAnthony G. Basile2012-07-212-3/+3
* scripts/*: rename setflags to setbinflagsAnthony G. Basile2012-07-213-11/+13
* scripts/paxmodule.c: add setstrstring functionAnthony G. Basile2012-07-212-0/+34
* scripts/pypaxctl: remove debug codeAnthony G. Basile2012-07-211-4/+3
* scripts/pypaxctl: frontend to pypax moduleAnthony G. Basile2012-07-212-1/+49
* 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-212-8/+49
* src/paxctl-ng.c: sanity check on copy XT_PAX <-> PT_PAXAnthony G. Basile2012-07-211-7/+7
* Add .gitignoreAnthony G. Basile2012-07-201-0/+20
* src/paxctl-ng.c: fix string2binAnthony G. Basile2012-07-201-15/+21