aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release 0.3.20.3.2elfix-0.3.xAnthony G. Basile2011-11-1511-209/+1158
|
* Update ChangeLogAnthony G. Basile2011-11-152-2/+3
|
* Fix some bugs in tests/*Anthony G. Basile2011-11-156-22/+15
|
* tests/pxtpax: compare file's and process's pax flagsAnthony G. Basile2011-11-1511-33/+151
|
* src/{fix-gnustack.c,paxctl-ng.c}: fix exit codeAnthony G. Basile2011-11-152-0/+4
|
* Prepare release 0.3.10.3.1Anthony G. Basile2011-11-036-51/+51
|
* ChangeLog, TODO: updatedAnthony G. Basile2011-11-032-2/+1
|
* src/paxctl-ng.c: skip to next file on any errorAnthony G. Basile2011-11-031-3/+6
|
* src/paxctl-ng.c: added file globbingAnthony G. Basile2011-11-031-48/+71
|
* src/paxctl-ng.c: #defined values for cp_flagsAnthony G. Basile2011-11-031-10/+17
|
* src/paxctl-ng.c: if open(O_RDWR) fails, PT_PAX is readonlyAnthony G. Basile2011-11-033-15/+27
|
* Prepare release 0.3.00.3.0Anthony G. Basile2011-10-2318-1/+24484
|
* doc/paxctl-ng.pod: elaborated documentationAnthony G. Basile2011-10-233-8/+97
|
* ChangeLog updatedAnthony G. Basile2011-10-231-3/+10
|
* doc/revdep-pax.pod: tighten up doc languageAnthony G. Basile2011-10-225-39/+37
|
* src/paxctl-ng.c: create and copy XT_PAX flagsAnthony G. Basile2011-10-221-3/+46
|
* src/paxctl-ng.c: prepare -C -c -F -f flagsAnthony G. Basile2011-10-212-37/+45
|
* Update build systemAnthony G. Basile2011-10-204-19/+11
|
* src/paxctl-ng.c: clean up error handlingAnthony G. Basile2011-10-202-92/+18
|
* scripts/paxmodule.c: add XT_PAX write support, code cleanupAnthony G. Basile2011-10-202-120/+198
|
* scripts/paxmodule.c: add XT_PAX read supportAnthony G. Basile2011-10-202-53/+120
|
* Add doc/revdep-pax.pod and remove EI_PAX docs from doc/paxctl*Anthony G. Basile2011-10-1912-102/+390
|
* src/paxctl-ng.c: add XT_PAX flag supportAnthony G. Basile2011-10-181-129/+246
|
* Remove poc to misc code directoryAnthony G. Basile2011-10-187-45/+29
|
* Move poc/paxctl-xattr.c -> misc/paxctl-xattr.cAnthony G. Basile2011-10-183-8/+3
|
* Move poc/paxmark-libs -> misc/paxmark-libsAnthony G. Basile2011-10-189-0/+0
|
* Remove all EI_PAX code, bug #387459Anthony G. Basile2011-10-183-217/+5
|
* ChangeLog updatedAnthony G. Basile2011-10-171-0/+7
|
* 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-161-21/+21
|
* scripts/paxmodule.c: add pax_setflagsAnthony G. Basile2011-10-162-0/+257
|
* scripts/revdep-pax: add search by full library pathAnthony G. Basile2011-10-131-4/+28
|
* scripts/revdep-pax: improve format of outputAnthony G. Basile2011-10-121-4/+26
|
* scripts/revdep-pax: fix call to run_usage() on command line errorsAnthony G. Basile2011-10-121-2/+2
|
* ChangeLog updatedAnthony G. Basile2011-10-121-0/+5
|
* scripts/revdep-pax: restrict non-verbose to only mismatchesAnthony G. Basile2011-10-101-6/+10
|
* scripts/revdep-pax: code and variable name cleanupAnthony G. Basile2011-10-101-25/+42
|
* scripts/revdep-pax: add verbosity to outputAnthony G. Basile2011-10-101-75/+114
|
* scripts/revdep-pax: add helpAnthony G. Basile2011-10-101-1/+12
|
* scripts/revdep-pax: move option actions to functionsAnthony G. Basile2011-10-101-40/+71
|
* ChangeLog: updatedAnthony G. Basile2011-10-081-0/+19
|
* 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-084-2/+4
|
* scripts/revdep-pax: completed four command line optionsAnthony G. Basile2011-10-071-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-071-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-071-8/+52
|
* scripts/revdep-pax: use ldd instead of ldconfig to get so2filename mappingsAnthony G. Basile2011-10-071-51/+79
|
* scripts/revdep-pax: use ldd to get mappings rather than NEEDSAnthony G. Basile2011-10-061-4/+35
|