aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc/Makefile.am: fix lost fix-gnustack.10.8.6elfix-0.8.xAnthony G. Basile2014-07-301-0/+5
|
* Prepare release 0.8.6Anthony G. Basile2014-07-302-1/+2
|
* ChangeLog, TODO: updatedAnthony G. Basile2014-07-302-0/+8
|
* configure.ac: Build fix-gnustack conditionally on --enable-ptpaxMaxim Kammerer2014-07-301-1/+2
| | | | | X-Gentoo-Bug: 518524 X-Gentoo-Bug-URL: https://bugs.gentoo.org/518524
* Prepare release 0.8.50.8.5Anthony G. Basile2014-06-071-1/+1
|
* ChangeLog: updatedAnthony G. Basile2014-06-071-0/+6
|
* src{fix-gnustack.c,paxctl-ng.c}: portable error reportingAnthony G. Basile2014-06-073-14/+14
|
* Prepare release 0.8.40.8.4Anthony G. Basile2013-11-071-1/+1
|
* ChangeLog: updatedAnthony G. Basile2013-11-071-0/+5
|
* Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -dAnthony G. Basile2013-11-071-1/+10
| | | | | | | | | | | | | | If the user.pax.flags field exists and we have permissions to remove it, the first invocation of paxctl-ng -d returns 0. But subsequently it returns 1 because it fails to remove an xattr field that is not there. We make sure we return 0 if the field is gone for whatever reason. We only fail upon not having permissions to change the xattr filed, or the filesystem not supporting xattrs (ENOTSUP). Reported-by: Maxim Kammerer <mk@dee.su> X-Gentoo-Bug: 485908 X-Gentoo-Bug-URL: https://bugs.gentoo.org/485908
* Prepare release 0.8.30.8.3Anthony G. Basile2013-05-211-1/+1
|
* misc/pax-utils.eclass: add a copy for the recordsAnthony G. Basile2013-05-211-0/+218
|
* Rename scripts/pax-mark -> scripts/paxmark.sh to avoid name collision with ↵Anthony G. Basile2013-05-213-5/+5
| | | | the eclass
* ChangeLog: updatedAnthony G. Basile2013-05-201-0/+10
|
* Prepare release 0.8.20.8.2Anthony G. Basile2013-05-201-1/+1
|
* scripts/pax-mark: bash utility to do what the eclass doesAnthony G. Basile2013-05-202-1/+112
|
* tests/pxtpax/daemontest.sh: make progress prettyAnthony G. Basile2013-05-201-0/+7
|
* tests/{paxmodule,revdeppaxtest}: fix to work with all combinations of ↵Anthony G. Basile2013-05-203-24/+37
| | | | --{en,dis}able-{pt,xt}pax
* tests/{paxmodule,revdeppaxtest}: make path resolutions more robustAnthony G. Basile2013-05-202-33/+31
|
* tests/pxtpax/daemontest.sh: clean up bashAnthony G. Basile2013-05-201-12/+12
|
* configure.ac: check if ELF_C_RDWR_MMAP is declared in libelf.hAnthony G. Basile2013-05-205-12/+32
|
* Bump to automake 1.12Anthony G. Basile2013-05-202-2/+2
|
* scripts/setup.py: fix version numberAnthony G. Basile2013-05-201-1/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* misc/elf-manipulate/Makefile: override .gitignoreAnthony G. Basile2013-05-201-0/+7
|
* misc: clean up the messy drawerAnthony G. Basile2013-05-208-368/+0
|
* misc/remove-ptpax.c: code to convert PT_PAX_FLAGS to PT_NULL phdrAnthony G. Basile2013-05-201-0/+103
|
* Prepare release 0.8.10.8.1Anthony G. Basile2013-01-061-1/+1
|
* scripts/migrate-pax: do not create XATTR_PAX for default flagsAnthony G. Basile2013-01-061-0/+1
|
* Prepare release 0.8.00.8.0Anthony G. Basile2012-12-291-1/+1
|
* tests/*: pretify the code and outputAnthony G. Basile2012-12-295-185/+202
|
* tests/revdeppaxtest/revdeptest.sh: update to work with new revdep-paxAnthony G. Basile2012-12-291-21/+10
|
* tests/paxmodule/paxmodtest.sh: fix unit testAnthony G. Basile2012-12-281-1/+1
|
* configure.ac: update to version 0.80.8Anthony G. Basile2012-12-282-2/+2
|
* scripts/revdep-pax: update to alt-revdep-pax + link_map.pyAnthony G. Basile2012-12-287-942/+1124
|
* ChangeLog: updatedAnthony G. Basile2012-12-281-0/+5
|
* 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-261-0/+7
|
* misc/alt-revdep-pax: cleanup wrt object with no pax flagsAnthony G. Basile2012-12-261-64/+59
|
* misc/alt-revdep-pax: use class LinkMapAnthony G. Basile2012-12-262-571/+431
|
* misc/link_map.py: place class in its own moduleAnthony G. Basile2012-12-262-44/+78
|
* misc/link_maps: encapsulate all logic in class LinkMapAnthony G. Basile2012-12-261-146/+156
|
* misc/link_maps: refactorize indentationAnthony G. Basile2012-12-251-160/+158
|
* misc/link_maps_portage: dumped, misc/link_maps now uses portage onlyAnthony G. Basile2012-12-252-255/+28
|
* misc/link_maps_portage: fix python2-ismsAnthony G. Basile2012-12-242-2/+2
|
* misc/link_maps_portage: fix get_{object_needed,libraries} for multilibAnthony G. Basile2012-12-241-3/+5
|
* misc/link_maps{,_portage}: make multilib awareAnthony G. Basile2012-12-242-114/+178
|
* misc/alt-revdep-pax: read NEEDED.ELF.2 via portageAnthony G. Basile2012-12-231-42/+25
|
* misc/link_maps{,_portage}: compare reading /var/db/pkg directly and via portageAnthony G. Basile2012-12-232-45/+199
|