aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scripts/migrate-pax, misc/alt-revdep-pax: immediately bail if we are not rootAnthony G. Basile2012-12-221-6/+6
* 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-222-1/+5
* scripts/migrate-pax: add delete XATTR_PAX on all system ELF objectsAnthony G. Basile2012-12-221-5/+26
* scripts/paxmodule.c: rename pax.error -> pax.PaxErrorAnthony G. Basile2012-12-224-12/+12
* scripts/{paxmodule.c,pypaxctl}: rename deleteflags -> deletextpaxAnthony G. Basile2012-12-222-9/+9
* scripts/pypaxctl: make aware if XATTR_PAX support is available in pax.soAnthony G. Basile2012-12-222-34/+42
* scripts/{paxmodule.c,pypaxctl}: add delete XATTR_PAX fieldAnthony G. Basile2012-12-222-34/+82
* scripts/migrate-pax: rename functions in line with misc/alt-revdep-paxAnthony G. Basile2012-12-221-8/+9
* scripts/Makefile.am: install pypaxctlAnthony G. Basile2012-12-211-2/+2
* Rename XT_PAX to XATTR_PAX everywhereAnthony G. Basile2012-12-211-8/+8
* scripts/{migrate-pax,revdep-pax}: fix print in python2/3Anthony G. Basile2012-12-192-4/+4
* scripts/migrate-pax: rename and add to Makefile installsAnthony G. Basile2012-12-182-1/+1
* scripts/migrate: migration script from PT_PAX to XATTR_PAX flagsAnthony G. Basile2012-12-181-0/+138
* ChangeLog, TODO, README, Copyright Notices: updatedAnthony G. Basile2012-12-164-1/+55
* scripts/revdep-pax: clean up flag exporter/importer logicAnthony G. Basile2012-12-151-29/+22
* tests/revdeppaxtest: progress towards a test for revdep-paxAnthony G. Basile2012-12-141-0/+2
* 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-122-20/+76
* scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpaxAnthony G. Basile2012-11-102-25/+61
* Work towards making both PT_PAX and xattr PAX optionalAnthony G. Basile2012-11-102-12/+12
* Fixes a typo in revdep-pax script and documentationAnthony G. Basile2012-08-121-1/+1
* Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat"Anthony G. Basile2012-07-271-2/+2
* 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
* 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
* Replace XATTR_REPLACE with 0 to create on setAnthony G. Basile2012-07-211-1/+1
* scripts/*: rename setflags to setbinflagsAnthony G. Basile2012-07-213-11/+13
* scripts/paxmodule.c: add setstrstring functionAnthony G. Basile2012-07-211-0/+32
* 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-211-8/+48
* scripts/revdep-pax: do complex markingsAnthony G. Basile2011-12-281-6/+18
* scripts/revdep-pax: cleanup outputAnthony G. Basile2011-12-281-4/+8
* scripts/revdep-pax: added an allyes optionAnthony G. Basile2011-12-281-17/+27
* scripts/revdep-pax: warn only for complex markingsAnthony G. Basile2011-12-281-16/+41
* scripts/revdep-pax: fix missing colonAnthony G. Basile2011-12-281-1/+1
* scripts/revdep-pax: cleaned up namespaceAnthony G. Basile2011-12-281-37/+37
* scripts/revdep-pax: wrap pax.setflags() to allow complex logicAnthony G. Basile2011-12-261-2/+18
* scripts/revdep-pax: die elegantly if binary/library/soname is not foundAnthony G. Basile2011-12-261-4/+13