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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paxmacho.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright headers
Mike Frysinger
2024-01-01
1
-2
/
+2
*
Undo IWYU fixes
Sam James
2023-01-29
1
-13
/
+0
*
*: IWYU fixes deux
Sam James
2023-01-29
1
-0
/
+1
*
*: IWYU fixes
Sam James
2023-01-28
1
-0
/
+12
*
{,pax}macho: add support for arm64 arch
Fabian Groffen
2021-01-01
1
-2
/
+5
*
paxmacho: fix readmacho fd leakage on error
Mike Frysinger
2016-06-19
1
-1
/
+5
*
paxmacho: simplify readmacho a bit
Mike Frysinger
2016-06-19
1
-5
/
+1
*
paxmacho: fix mem leak when reading macho files
Mike Frysinger
2016-06-19
1
-4
/
+8
*
paxmacho: tweak case fall through style
Mike Frysinger
2016-06-19
1
-0
/
+2
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-1
/
+0
*
scanmacho: fix up signed warnings with newer gcc
Mike Frysinger
2013-04-16
1
-4
/
+4
*
update copyright years
Mike Frysinger
2012-11-04
1
-5
/
+5
*
constify local structs better
v0.2.2
Mike Frysinger
2010-12-08
1
-14
/
+14
*
update some copyrights, touch up some comments
Fabian Groffen
2010-04-04
1
-3
/
+3
*
touchup a few more ->data void points and casts
Mike Frysinger
2010-01-15
1
-4
/
+4
*
convert core pointers to void* to avoid ugly casts and gcc alignment warnings...
Mike Frysinger
2010-01-15
1
-2
/
+2
*
A little protection against invalid files. This needs more work to be
Fabian Groffen
2009-10-25
1
-8
/
+19
*
cleanup code style a bit and simplify a bunch of places -- hopefully i didnt ...
Mike Frysinger
2008-12-30
1
-102
/
+60
*
drop MAP_FAILED casts as its a void*
Mike Frysinger
2008-12-30
1
-2
/
+2
*
touchup whitespace style
Mike Frysinger
2008-12-30
1
-3
/
+1
*
use xmalloc() rather than malloc()
Mike Frysinger
2008-12-30
1
-4
/
+4
*
drop pointless casts on mmap() return
Mike Frysinger
2008-12-30
1
-2
/
+2
*
Made reading archives work.
Fabian Groffen
2008-10-19
1
-5
/
+3
*
Properly terminate the list of archs of a fat file
Fabian Groffen
2008-09-12
1
-1
/
+3
*
Initial commit of Mach-O related files. (bug #236512)
Fabian Groffen
2008-09-08
1
-60
/
+355
*
- mainly whitespace updates
Ned Ludd
2008-01-17
1
-2
/
+1
*
split xfuncs off into a sep file for all utils to use, cleanup misc things, a...
Mike Frysinger
2007-08-20
1
-2
/
+2
*
- update copyright headers
Ned Ludd
2007-06-09
1
-2
/
+2
*
- update copyright headers
Ned Ludd
2007-05-23
1
-3
/
+3
*
update copyright years and unify headers in porting.h
Mike Frysinger
2006-01-05
1
-10
/
+4
*
flesh out more of mach-o support (disabled for now)
Mike Frysinger
2005-11-02
1
-0
/
+128