aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* misc/alt-revdep-pax: cleanup wrt object with no pax flagselfix-0.7.xAnthony G. Basile2012-12-281-64/+59
* misc/alt-revdep-pax: use class LinkMapAnthony G. Basile2012-12-280-0/+0
* src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supportedAnthony G. Basile2012-12-287-61/+83
* src/paxctl-ng.c: fix uninitialized value for xt_flagsAnthony G. Basile2012-12-281-0/+3
* scripts/migrate-pax: use portage to read NEEDED.ELF.2Anthony G. Basile2012-12-281-138/+143
* ChangeLog: updatedAnthony G. Basile2012-12-281-0/+7
* misc/alt-revdep-pax: cleanup wrt object with no pax flagsAnthony G. Basile2012-12-282-571/+433
* misc/link_map.py: place class in its own moduleAnthony G. Basile2012-12-282-44/+78
* misc/link_maps: encapsulate all logic in class LinkMapAnthony G. Basile2012-12-281-146/+156
* misc/link_maps: refactorize indentationAnthony G. Basile2012-12-281-160/+158
* misc/link_maps_portage: dumped, misc/link_maps now uses portage onlyAnthony G. Basile2012-12-282-255/+28
* misc/link_maps_portage: fix python2-ismsAnthony G. Basile2012-12-282-2/+2
* misc/link_maps_portage: fix get_{object_needed,libraries} for multilibAnthony G. Basile2012-12-281-3/+5
* misc/link_maps{,_portage}: make multilib awareAnthony G. Basile2012-12-282-114/+178
* misc/alt-revdep-pax: read NEEDED.ELF.2 via portageAnthony G. Basile2012-12-241-42/+25
* misc/link_maps{,_portage}: compare reading /var/db/pkg directly and via portageAnthony G. Basile2012-12-242-45/+199
* src/paxctl-ng.c: fix flag logic under various --{en,dis}able-{pt,xt}paxAnthony G. Basile2012-12-243-139/+125
* misc/alt-revdep-pax: comment on how to use portage for /var/db/pkg dataAnthony G. Basile2012-12-241-0/+7
* misc/alt-revdep-pax: correct expand_linkings() to include first ELF object in...Anthony G. Basile2012-12-241-9/+9
* misc/alt-revdep-pax: add print forward linkings per elf object (-b)Anthony G. Basile2012-12-241-21/+31
* misc/alt-revdep-pax: add print all reverse linkings (-r)Anthony G. Basile2012-12-241-69/+80
* scripts/migrate-pax, misc/alt-revdep-pax: immediately bail if we are not rootAnthony G. Basile2012-12-242-6/+12
* scripts/paxmodule.c: fix logic of finding either PT_PAX or XATTR_PAXAnthony G. Basile2012-12-242-3/+7
* scripts/paxmodule.c: throw a PaxError when pax_getflags or set_xt_flagsAnthony G. Basile2012-12-241-2/+15
* misc/alt-revdep-pax: add old revdep-pax, add print all forward linkings (-f)Anthony G. Basile2012-12-242-63/+664
* scripts/paxmodule.c: add important close(fd) in deletextpax()Anthony G. Basile2012-12-242-1/+5
* scripts/migrate-pax: add delete XATTR_PAX on all system ELF objectsAnthony G. Basile2012-12-241-5/+26
* scripts/paxmodule.c: rename pax.error -> pax.PaxErrorAnthony G. Basile2012-12-244-12/+12
* scripts/{paxmodule.c,pypaxctl}: rename deleteflags -> deletextpaxAnthony G. Basile2012-12-242-9/+9
* scripts/pypaxctl: make aware if XATTR_PAX support is available in pax.soAnthony G. Basile2012-12-242-34/+42
* scripts/{paxmodule.c,pypaxctl}: add delete XATTR_PAX fieldAnthony G. Basile2012-12-242-34/+82
* src/paxctl-ng.c: cosmetic cleanup with length of PT_PAX vs XATTR_PAXAnthony G. Basile2012-12-241-2/+2
* scripts/migrate-pax: rename functions in line with misc/alt-revdep-paxAnthony G. Basile2012-12-241-8/+9
* misc/alt-revdep-pax: remove soname list copy, add get_object_reverse_linkings()Anthony G. Basile2012-12-241-36/+55
* misc/alt-revdep-pax: remove copy.copy in constructing object linking chainAnthony G. Basile2012-12-241-11/+15
* misc/alt-revdep-pax: follow NEEDED to end of linking chainAnthony G. Basile2012-12-241-23/+66
* misc/alt-revdep-pax: add soname to soname linkings for full linking chainAnthony G. Basile2012-12-241-24/+81
* scripts/Makefile.am: install pypaxctlAnthony G. Basile2012-12-241-2/+2
* src/paxctl-ng.c: add missing report of -d flag in print_help_exit()Anthony G. Basile2012-12-241-0/+1
* Rename XT_PAX to XATTR_PAX everywhereAnthony G. Basile2012-12-248-55/+60
* scripts/{migrate-pax,revdep-pax}: fix print in python2/3Anthony G. Basile2012-12-242-4/+4
* scripts/migrate-pax: rename and add to Makefile installsAnthony G. Basile2012-12-242-1/+1
* misc/alt-revdep-pax: alternative approache to ELF exec <-> library mappingsAnthony G. Basile2012-12-241-0/+101
* scripts/migrate: migration script from PT_PAX to XATTR_PAX flagsAnthony G. Basile2012-12-241-0/+138
* Prepare release 0.7.00.7.0Anthony G. Basile2012-12-1632-21/+97012
* configure.ac: update to version 0.70.7Anthony G. Basile2012-12-161-1/+1
* ChangeLog, TODO, README, Copyright Notices: updatedAnthony G. Basile2012-12-1619-1067/+175
* tests/revdeppaxtest: no longer require python module to be installedAnthony G. Basile2012-12-163-10/+33
* tests/revdeppaxtest: test exporter/importer logicAnthony G. Basile2012-12-161-22/+66
* scripts/revdep-pax: clean up flag exporter/importer logicAnthony G. Basile2012-12-151-29/+22