aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* install.wrapper.c: correctly deal with args taking argumentsGregory M. Turner2014-02-071-1/+14
* fix used before define on sv/sMatthew Thode2014-01-231-6/+12
* updating python apps for pep8Matthew Thode2014-01-203-140/+150
* misc/install.wrapper.c: pass the signal back up the call stackAnthony G. Basile2014-01-201-7/+16
* misc/install.wrapper.c: fix typoAnthony G. Basile2014-01-181-1/+1
* misc/install.wrapper.c: speed up memory allocation with reallocAnthony G. Basile2014-01-182-6/+24
* misc/install.wrapper.c: report PATH if we fail to find installAnthony G. Basile2014-01-181-1/+4
* misc/install.wrapper.c: add xstrdup() helperAnthony G. Basile2014-01-181-3/+12
* misc/install.wrapper.c: remove probably unnecessary memsetAnthony G. Basile2014-01-181-1/+0
* misc/install.wrapper.c: address bug #465000, most of comment #52Anthony G. Basile2014-01-184-42/+61
* misc/install.wrapper.c: fix misbehavior when invoked with --helpAnthony G. Basile2014-01-111-5/+13
* misc/install.wrapper.c: fix parent exit statusAnthony G. Basile2014-01-111-4/+3
* misc/install.wrapper.c: address comments #47 and #48, Bug #465000Anthony G. Basile2014-01-1110-80/+214
* Add code for install.wrapper.c for Gentoo bug #465000Anthony G. Basile2014-01-084-0/+277
* ChangeLog: updatedAnthony G. Basile2013-11-071-0/+5
* misc/change-interp/change-interp.c: fix white spaceAnthony G. Basile2013-11-071-1/+1
* Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -dAnthony G. Basile2013-09-261-1/+10
* misc/change-interp: add utility to change ld.so pathnameAnthony G. Basile2013-06-273-0/+119
* 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 th...Anthony G. Basile2013-05-213-5/+5
* ChangeLog: updatedAnthony G. Basile2013-05-201-0/+10
* 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 --{en,d...Anthony G. Basile2013-05-203-24/+37
* 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-03-131-1/+1
* misc/elf-manipulate/Makefile: override .gitignoreAnthony G. Basile2013-02-091-0/+7
* misc: clean up the messy drawerAnthony G. Basile2013-02-098-368/+0
* misc/remove-ptpax.c: code to convert PT_PAX_FLAGS to PT_NULL phdrAnthony G. Basile2013-02-091-0/+103
* scripts/migrate-pax: do not create XATTR_PAX for default flagsAnthony G. Basile2013-01-061-0/+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