GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pax-utils.git
master
ELF related utils for ELF 32/64 binaries that can check files for security relevant properties
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson.build: release 1.3.7
v1.3.7
Sam James
2023-01-26
1
-1
/
+1
*
meson: fix installation of (pre-generated) man pages w/o xmlto
Sam James
2023-01-22
1
-5
/
+1
*
meson: release 1.3.6
v1.3.6
Sam James
2023-01-06
1
-1
/
+1
*
CI: Add ASAN, UBSAN to CI
Sam James
2023-01-06
1
-6
/
+4
*
travis: drop
Sam James
2022-11-02
1
-0
/
+0
*
.github: update muon URL
Sam James
2022-11-02
1
-1
/
+1
*
.github: run build-test-ci for all branches
Sam James
2022-11-02
1
-2
/
+1
*
meson: include generated man pages in dist tarballs
Sam James
2022-11-02
3
-13
/
+38
*
pylint: reformat with black
Mike Frysinger
2022-09-28
1
-11
/
+8
*
lddtree: reformat with black
Mike Frysinger
2022-09-28
1
-209
/
+294
*
lddtree: avoid shadowing function args
Mike Frysinger
2022-09-28
1
-8
/
+8
*
lddtree: simplify join logic
Mike Frysinger
2022-09-28
1
-2
/
+3
*
lddtree: add typing info to more places
Mike Frysinger
2022-09-28
1
-26
/
+61
*
lddtree: switch to f-strings in most places
Mike Frysinger
2022-09-28
1
-17
/
+18
*
lddtree: Add logging for ELFParseError
Manoj Gupta
2022-09-28
1
-1
/
+5
*
lddtree: specify utf-8 encoding with text files
Mike Frysinger
2022-09-21
1
-2
/
+2
*
lddtree: sort imports
Mike Frysinger
2022-09-21
1
-2
/
+2
*
lddtree: update CrOS copyright line
Mike Frysinger
2022-09-21
1
-1
/
+1
*
man: reorder xmlto arguments
Mike Gilbert
2022-09-07
1
-2
/
+2
*
meson.build: prepare for 1.3.5
v1.3.5
Sam James
2022-07-31
1
-1
/
+1
*
gha: add muon to Linux test matrix
Arsen Arsenović
2022-07-12
2
-12
/
+32
*
Improve build-related documentation
Arsen Arsenović
2022-07-12
2
-15
/
+16
*
security.h: suppress unused argument warning on allow_forking
Arsen Arsenović
2022-07-12
2
-1
/
+2
*
Probe the target system for needed headers
Arsen Arsenović
2022-07-12
2
-15
/
+12
*
Convert build system to meson
Arsen Arsenović
2022-07-12
28
-769
/
+295
*
seccomp: allow madvise() call (glibc 2.35+)
v1.3.4
WANG Xuerui
2022-04-25
2
-38
/
+41
*
GH: apt-get update before installing deps
WANG Xuerui
2022-03-24
1
-2
/
+2
*
paxelf: add LoongArch to recognized ELF machine types
WANG Xuerui
2022-03-24
2
-1
/
+3
*
lddtree: add --skip-missing
Jae Hoon Kim
2022-03-09
1
-1
/
+5
*
README: attempt to fix github build status badge
Fabian Groffen
2022-02-07
1
-1
/
+1
*
GH: simplify coverity GH action
Mike Frysinger
2022-02-05
1
-9
/
+2
*
porting: don't include alloca.h on NetBSD
Frederic Cambus
2022-01-22
1
-1
/
+1
*
README.md: restore original author (solar@)
Sam James
2021-12-24
1
-0
/
+1
*
lddtree: add argcomplete support if available
Mike Frysinger
2021-12-17
1
-0
/
+8
*
seccomp: mark arrays const+static
Mike Frysinger
2021-10-16
1
-3
/
+3
*
switch back to my action name
Mike Frysinger
2021-10-04
1
-1
/
+1
*
switch to published action name
Mike Frysinger
2021-10-04
1
-1
/
+1
*
switch to Coverity Scan GH action
Mike Frysinger
2021-10-04
1
-31
/
+5
*
build: note that xz -9 is not needed
Mike Frysinger
2021-10-04
1
-0
/
+1
*
migrate from Travis to GH actions
Mike Frysinger
2021-10-04
9
-159
/
+147
*
build: drop external function.sh use
Mike Frysinger
2021-10-04
2
-6
/
+5
*
build: add --debug for easy shell script tracing
Mike Frysinger
2021-10-04
2
-5
/
+34
*
README.md: solar@ is long-retired
Sam James
2021-09-20
1
-1
/
+1
*
seccomp: allow getrandom() call (glibc-2.34+)
v1.3.3
Sergei Trofimovich
2021-07-22
2
-38
/
+41
*
BUGS: drop slyfox@ from contacts
Sergei Trofimovich
2021-07-02
1
-1
/
+0
*
seccomp-bpf: fix warnings by not using nexted open comments
v1.3.2
Sergei Trofimovich
2021-06-10
2
-4
/
+6
*
seccomp: fix build failure on mips (use _MIP_SIM tests)
Sergei Trofimovich
2021-06-10
2
-14
/
+18
*
lddtree: respect (destination) root with --argv0 interp probing
Mike Frysinger
2021-04-19
1
-1
/
+1
*
security: restore syscalls accidentally dropped
v1.3.1
Mike Frysinger
2021-04-18
2
-38
/
+51
*
security: pregen seccomp bpf programs
v1.3
Mike Frysinger
2021-04-17
9
-208
/
+549
[next]