aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanelf: put the opendir() warning at the same verbose level as open() warningMike Frysinger2013-04-021-3/+4
* scanelf: add support for multiple quiet levels and fix the wrap around behavi...Mike Frysinger2013-04-021-4/+4
* update ldconfig flagsMike Frysinger2012-11-301-2/+6
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-7/+2
* scanelf: use PT_INTERP if .interp could not be foundMike Frysinger2012-11-101-2/+19
* skip freeing of memory at exit since the kernel takes care of that for usv0.5Mike Frysinger2012-11-041-2/+5
* scanelf: pre-compile all the regexes up front rather than everytime we try to...Mike Frysinger2012-11-041-28/+47
* scanelf: convert -s parsing to arrays and allow multiple -s optionsMike Frysinger2012-11-041-23/+17
* update copyright yearsMike Frysinger2012-11-041-5/+5
* scanelf: if people use -g twice, switch to case insensitive regexes #433425Mike Frysinger2012-11-041-12/+12
* scanelf: add warnings when we cannot open an elf #427640 by Anthony BasileMike Frysinger2012-08-041-3/+8
* when looking for symbol sections, ignore ones labeled NOBITS as that means th...Mike Frysinger2012-04-291-10/+26
* only append a slash if there isnt one already #404003 by Slawomir NizioMike Frysinger2012-04-291-3/+4
* drop EI_PAX setting when modifying pax flags #411919Mike Frysinger2012-04-281-12/+8
* fix help output to properly handle non-letter opts all the timeMike Frysinger2012-01-251-10/+16
* add --use-ldpath option that considers ld.so.conf when outputting full paths ...v0.3.0Mike Frysinger2012-01-231-38/+69
* clarify --ldcache help optionMike Frysinger2012-01-231-3/+3
* fix typo in symbol descriptionMike Frysinger2011-12-211-3/+3
* use warnfp/errp rather than calling strerror(errno) ourselvesMike Frysinger2011-12-211-4/+4
* support ! negation with the -N (SONAME) operatorMike Frysinger2011-12-211-4/+8
* optimize fd closing when scanning ELFs to avoid double closing itMike Frysinger2011-12-131-7/+13
* scanelf: support scanning for strings in ELFs that lack section headers by lo...Mike Frysinger2011-10-131-8/+99
* fix off-by-one logic when adding strings to arraysMike Frysinger2011-10-031-6/+6
* redo root support to use *at funcs and avoid memory operations where possibleMike Frysinger2011-09-271-64/+111
* simplify rcsid a littleMike Frysinger2011-09-271-2/+2
* convert fgets() to getline(), and simplify which() to avoid memory allocationMike Frysinger2011-09-271-24/+29
* remove useless duplicate prototypesMike Frysinger2011-09-271-16/+2
* simplify match_etype logicMike Frysinger2011-09-271-5/+5
* convert ldpaths over to new array code to make it easier to maintainMike Frysinger2011-09-271-40/+29
* allow people to search for multiple libraries (-N) or data sections (-k)Mike Frysinger2011-09-271-18/+51
* constify the return of scanelf_file_{sections,sym}Mike Frysinger2011-09-271-6/+6
* fixup style in previous root patchMike Frysinger2011-08-081-4/+4
* [PATCH pax-utils 1/2] add --root option # Ludwig Nussel <ludwig.nussel@suse.de>Ned Ludd2011-07-301-4/+34
* 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
* use normal glob funcs rather than hardcoding 64bit vers since _GNU_SOURCE sho...Mike Frysinger2010-12-061-8/+8
* check return value of lseek for errorsMike Frysinger2010-01-151-4/+7
* convert core pointers to void* to avoid ugly casts and gcc alignment warnings...Mike Frysinger2010-01-151-22/+22
* tweak -a description #236540Mike Frysinger2009-12-201-3/+3
* split out, simplify, and document the extended version matching codeMike Frysinger2009-12-031-127/+173
* extend symbol lookup syntax to allow matching of symbols based on more fieldsMike Frysinger2009-12-011-52/+118
* unify some of the scanelf symtabs code pathsMike Frysinger2009-12-011-19/+22
* cleanup lookup_cache_lib() and return first match, not last #258090Mike Frysinger2009-03-151-20/+32
* fix dragonfly define check and tweak whitespace in scanelf_ldpathMike Frysinger2009-03-151-5/+5
* trick gcc into not warning about write() when outputting the banner -- we don...Mike Frysinger2009-03-151-3/+3
* store return value of system() since gcc whines about it now, but dont actual...Mike Frysinger2009-03-151-3/+4
* For bug #249731, add an xstrndup wrapper, and implement strndup on hosts that...Fabian Groffen2009-01-311-3/+3
* use __PAX_UTILS_PATH_MAX, not BUFSIZ, when dealing with pathsMike Frysinger2008-12-301-3/+3
* convert getstr_perms() to strfileperms() and share it among all filesMike Frysinger2008-12-301-16/+3