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
/
scanmacho.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undo IWYU fixes
Sam James
2023-01-29
1
-20
/
+0
*
*: IWYU fixes deux
Sam James
2023-01-29
1
-0
/
+1
*
*: IWYU fixes
Sam James
2023-01-28
1
-0
/
+19
*
scanmacho: add support for dumping UUIDs
Fabian Groffen
2021-01-01
1
-6
/
+50
*
scanmacho: fix 126 byte limit on -E option
Mike Frysinger
2016-11-26
1
-3
/
+3
*
scanmacho: check stat return value
Mike Frysinger
2016-06-19
1
-1
/
+2
*
security: leverage namespaces to restrict the runtime a bit
Mike Frysinger
2015-08-20
1
-0
/
+1
*
avoid using \n with warn macros
Mike Frysinger
2015-08-20
1
-2
/
+2
*
scanelf: do not warn about invalid archive entries by default
v1.0.4
Mike Frysinger
2015-07-13
1
-1
/
+1
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-4
/
+2
*
drop __DATE__ usage as the rcsid provides all the details we care about
Mike Frysinger
2015-02-22
1
-4
/
+4
*
scanmacho: add support to read LC_RPATH entries from Mach-O files
Fabian Groffen
2013-12-16
1
-9
/
+50
*
update copyright years
Mike Frysinger
2012-11-04
1
-6
/
+6
*
simplify rcsid a little
Mike Frysinger
2011-09-27
1
-2
/
+2
*
constify help string array
Mike Frysinger
2010-12-08
1
-3
/
+3
*
add a -C/--nocolor option and respect env $NOCOLOR #332289
Mike Frysinger
2010-12-08
1
-4
/
+8
*
change to simpler const argv0 string
Mike Frysinger
2010-12-08
1
-3
/
+3
*
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
-9
/
+8
*
introduce gaps to create groupings of options, like scanelf does
Fabian Groffen
2009-12-20
1
-4
/
+4
*
shadow commit for description of -a option for scanelf
Fabian Groffen
2009-12-20
1
-3
/
+3
*
trick gcc into not warning about write() when outputting the banner -- we don...
Mike Frysinger
2009-03-15
1
-3
/
+3
*
convert getstr_perms() to strfileperms() and share it among all files
Mike Frysinger
2008-12-30
1
-16
/
+3
*
cleanup code style a bit and simplify a bunch of places -- hopefully i didnt ...
Mike Frysinger
2008-12-30
1
-41
/
+18
*
drop excessive parenthesis
Mike Frysinger
2008-12-30
1
-3
/
+3
*
fixup const handling in getstr_perms()
Mike Frysinger
2008-12-30
1
-7
/
+6
*
mark local state vars as static and drop unused ones
Mike Frysinger
2008-12-30
1
-9
/
+4
*
touchup whitespace style
Mike Frysinger
2008-12-30
1
-4
/
+2
*
eat trailing whitespace
Mike Frysinger
2008-12-30
1
-4
/
+4
*
drop pointless casts on mmap() return
Mike Frysinger
2008-12-30
1
-3
/
+3
*
Made reading archives work.
Fabian Groffen
2008-10-19
1
-2
/
+3
*
Properly terminate the list of archs of a fat file
Fabian Groffen
2008-09-12
1
-3
/
+3
*
Include arch by default, since it is important when displaying fat files
Fabian Groffen
2008-09-08
1
-2
/
+3
*
Implemented etype matching for scanmacho
Fabian Groffen
2008-09-08
1
-24
/
+16
*
Initial commit of Mach-O related files. (bug #236512)
Fabian Groffen
2008-09-08
1
-0
/
+781