aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* scripts/{paxmodule.c,revdep-pax}: removed EI_PAX markings, bug #387459Anthony G. Basile2011-10-172-2/+18
|
* scripts/revdep-pax: extend setting flags to reverse mappingsAnthony G. Basile2011-10-171-7/+27
|
* scripts/{paxmodule.c,revdep-pax}: add code to set pax flagsAnthony G. Basile2011-10-172-182/+101
|
* scripts/revdep-pax: make only one of -f -r -b -s -l allowedAnthony G. Basile2011-10-171-21/+21
|
* scripts/paxmodule.c: add pax_setflagsAnthony G. Basile2011-10-172-0/+257
|
* scripts/revdep-pax: add search by full library pathAnthony G. Basile2011-10-171-4/+28
|
* scripts/revdep-pax: improve format of outputAnthony G. Basile2011-10-171-4/+26
|
* scripts/revdep-pax: fix call to run_usage() on command line errorsAnthony G. Basile2011-10-171-2/+2
|
* scripts/revdep-pax: restrict non-verbose to only mismatchesAnthony G. Basile2011-10-121-6/+10
|
* scripts/revdep-pax: code and variable name cleanupAnthony G. Basile2011-10-121-25/+42
|
* scripts/revdep-pax: add verbosity to outputAnthony G. Basile2011-10-121-75/+114
|
* scripts/revdep-pax: add helpAnthony G. Basile2011-10-121-1/+12
|
* scripts/revdep-pax: move option actions to functionsAnthony G. Basile2011-10-121-40/+71
|
* Prepare release 0.2.30.2.3Anthony G. Basile2011-10-082-0/+381
|
* scripts/Makefile.am: fix to work with make distAnthony G. Basile2011-10-081-1/+1
|
* {scripts,src}/Makefile.am: install all utilities into /sbinAnthony G. Basile2011-10-081-0/+1
|
* scripts/revdep-pax: completed four command line optionsAnthony G. Basile2011-10-081-14/+26
| | | | | | | -f all forward linkings from binary to their libraries -r all reverse linkings from libraries to binaries that consume them -b binary - forward mapping for given binary -s soname - reverse mapping for given library identified by soname
* scripts/revdep-pax: fixed two bugsAnthony G. Basile2011-10-081-5/+24
| | | | | | | 1) We need to continue to the next pkg not break out of the loop when /var/db/pkg/cat/pkg/NEEDED is missing 2) print_forward_linkings needs so2filename_mappings to do its job
* scripts/revdep-pax: added main() and command line optsAnthony G. Basile2011-10-081-8/+52
|
* scripts/revdep-pax: use ldd instead of ldconfig to get so2filename mappingsAnthony G. Basile2011-10-081-51/+79
|
* scripts/revdep-pax: use ldd to get mappings rather than NEEDSAnthony G. Basile2011-10-081-4/+35
|
* scripts/revdep-pax: add soname to real file mappingsAnthony G. Basile2011-10-081-5/+27
|
* scripts/revdep-pax: improved variable namesAnthony G. Basile2011-10-081-31/+32
|
* scripts/revdep-pax: organize into functionsAnthony G. Basile2011-10-081-41/+48
|
* scripts/paxmodule.c: return pax flags as stringAnthony G. Basile2011-10-081-22/+24
|
* scripts/paxmodule.c: add code to read pax flagsAnthony G. Basile2011-10-082-8/+122
|
* scripts/revdep-paxmark: deprecatedAnthony G. Basile2011-10-081-639/+0
|
* scripts/paxmodule.c: stub python binding for paxctlAnthony G. Basile2011-10-083-0/+69
|
* scripts/revdep-pax: python rewrite of revdep-paxmarkAnthony G. Basile2011-10-081-0/+53
|
* scripts/revdep-paxmark: tool to find mismatched pax markingsAnthony G. Basile2011-09-081-0/+639
This tool will search for binaries which have different pax markings than the libraries they link against. Since running processes run with the pax enforcings of the binary, not the libraries they link against, this utility can be used to locate such binaries and mark them with the same flags as their libraries. This code is derived from revdep-rebuild.