aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanmacho: fix 126 byte limit on -E optionMike Frysinger2016-11-261-3/+3
* scanmacho: check stat return valueMike Frysinger2016-06-191-1/+2
* security: leverage namespaces to restrict the runtime a bitMike Frysinger2015-08-201-0/+1
* avoid using \n with warn macrosMike Frysinger2015-08-201-2/+2
* scanelf: do not warn about invalid archive entries by defaultv1.0.4Mike Frysinger2015-07-131-1/+1
* migrate to gitv1.0Mike Frysinger2015-03-021-4/+2
* drop __DATE__ usage as the rcsid provides all the details we care aboutMike Frysinger2015-02-221-4/+4
* scanmacho: add support to read LC_RPATH entries from Mach-O filesFabian Groffen2013-12-161-9/+50
* update copyright yearsMike Frysinger2012-11-041-6/+6
* simplify rcsid a littleMike Frysinger2011-09-271-2/+2
* constify help string arrayMike Frysinger2010-12-081-3/+3
* add a -C/--nocolor option and respect env $NOCOLOR #332289Mike Frysinger2010-12-081-4/+8
* change to simpler const argv0 stringMike Frysinger2010-12-081-3/+3
* update some copyrights, touch up some commentsFabian Groffen2010-04-041-3/+3
* touchup a few more ->data void points and castsMike Frysinger2010-01-151-9/+8
* introduce gaps to create groupings of options, like scanelf doesFabian Groffen2009-12-201-4/+4
* shadow commit for description of -a option for scanelfFabian Groffen2009-12-201-3/+3
* trick gcc into not warning about write() when outputting the banner -- we don...Mike Frysinger2009-03-151-3/+3
* convert getstr_perms() to strfileperms() and share it among all filesMike Frysinger2008-12-301-16/+3
* cleanup code style a bit and simplify a bunch of places -- hopefully i didnt ...Mike Frysinger2008-12-301-41/+18
* drop excessive parenthesisMike Frysinger2008-12-301-3/+3
* fixup const handling in getstr_perms()Mike Frysinger2008-12-301-7/+6
* mark local state vars as static and drop unused onesMike Frysinger2008-12-301-9/+4
* touchup whitespace styleMike Frysinger2008-12-301-4/+2
* eat trailing whitespaceMike Frysinger2008-12-301-4/+4
* drop pointless casts on mmap() returnMike Frysinger2008-12-301-3/+3
* Made reading archives work.Fabian Groffen2008-10-191-2/+3
* Properly terminate the list of archs of a fat fileFabian Groffen2008-09-121-3/+3
* Include arch by default, since it is important when displaying fat filesFabian Groffen2008-09-081-2/+3
* Implemented etype matching for scanmachoFabian Groffen2008-09-081-24/+16
* Initial commit of Mach-O related files. (bug #236512)Fabian Groffen2008-09-081-0/+781