aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README.md: restore original author (solar@)Sam James2021-12-241-0/+1
* lddtree: add argcomplete support if availableMike Frysinger2021-12-171-0/+8
* seccomp: mark arrays const+staticMike Frysinger2021-10-161-3/+3
* switch back to my action nameMike Frysinger2021-10-041-1/+1
* switch to published action nameMike Frysinger2021-10-041-1/+1
* switch to Coverity Scan GH actionMike Frysinger2021-10-041-31/+5
* build: note that xz -9 is not neededMike Frysinger2021-10-041-0/+1
* migrate from Travis to GH actionsMike Frysinger2021-10-049-159/+147
* build: drop external function.sh useMike Frysinger2021-10-042-6/+5
* build: add --debug for easy shell script tracingMike Frysinger2021-10-042-5/+34
* README.md: solar@ is long-retiredSam James2021-09-201-1/+1
* seccomp: allow getrandom() call (glibc-2.34+)v1.3.3Sergei Trofimovich2021-07-222-38/+41
* BUGS: drop slyfox@ from contactsSergei Trofimovich2021-07-021-1/+0
* seccomp-bpf: fix warnings by not using nexted open commentsv1.3.2Sergei Trofimovich2021-06-102-4/+6
* seccomp: fix build failure on mips (use _MIP_SIM tests)Sergei Trofimovich2021-06-102-14/+18
* lddtree: respect (destination) root with --argv0 interp probingMike Frysinger2021-04-191-1/+1
* security: restore syscalls accidentally droppedv1.3.1Mike Frysinger2021-04-182-38/+51
* security: pregen seccomp bpf programsv1.3Mike Frysinger2021-04-179-208/+549
* refresh http:// URIsMike Frysinger2021-04-176-14/+15
* build: refresh autotools a bitMike Frysinger2021-04-172-14/+15
* paxldso: fix pointer styleMike Frysinger2021-04-162-2/+2
* dumpelf: constify elfobj in APIsMike Frysinger2021-04-161-15/+13
* dumpelf: add libFuzzer supportMike Frysinger2021-04-162-10/+35
* fuzz: add basic framework for using libFuzzerMike Frysinger2021-04-163-1/+30
* paxldso: add support for "new" glibc cache formatMike Frysinger2021-04-161-56/+179
* build: support debugging/testing object internalsMike Frysinger2021-04-163-5/+36
* lddtree: add --cwd optionMike Frysinger2021-04-161-20/+30
* lddtree: handle relative ldpathsMike Frysinger2021-04-161-5/+16
* lddtree: handle ${ORIGIN} like $ORIGINMike Frysinger2021-04-162-1/+3
* lddtree: use ldso's --argv0 when availableMike Frysinger2021-04-151-6/+20
* lddtree: apply functools cache to some repeated filesystem callsMike Frysinger2021-04-151-0/+3
* lddtree: don't crash when interp is missingMike Frysinger2021-04-151-1/+7
* lddtree: require Python 3.6+Mike Frysinger2021-04-151-13/+3
* lddtree: re-enable long line checksMike Frysinger2021-04-152-3/+8
* pylintrc: adjust python code to 4 space indentMike Frysinger2021-04-153-659/+659
* pspax: replace deprecated capgetp()David Lamparter2021-02-261-1/+1
* glob is used in paxldso.c for NetBSD too, but glob.h is not included inOBATA Akio2021-02-041-1/+1
* security.c: allow faccessat2 syscall in seccomt filters (take 2)v1.2.9Sergei Trofimovich2021-02-031-0/+5
* Revert "security.c: allow faccessat2 syscall in seccomt filters"Sergei Trofimovich2021-02-031-1/+0
* security.c: allow faccessat2 syscall in seccomt filtersSergei Trofimovich2021-02-031-0/+1
* scanmacho: add support for dumping UUIDsFabian Groffen2021-01-012-6/+56
* {,pax}macho: add support for arm64 archFabian Groffen2021-01-012-3/+7
* BUGS: update email addressesv1.2.8Sergei Trofimovich2020-12-201-1/+2
* Fix typo in module docstringv1.2.7Georg Brandl2020-10-051-1/+1
* scanelg: add --ldcache=<arg> option to ease testingSergei Trofimovich2020-10-034-1/+16
* lddtree.sh: drop /lib extraction heuristicsSergei Trofimovich2020-08-141-9/+1
* security.c: allow 'statx' in seccomp sandbox (musl-1.1.24)v1.2.6Sergei Trofimovich2020-04-131-0/+1
* Add RISC-V to the list of architectures in ELFGöktürk Yüksek2020-04-062-1/+3
* pylint: load python via $PATHMike Frysinger2020-03-261-2/+2
* lddtree: Put ldso interpreter library path at endManoj Gupta2020-03-261-1/+2