aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pspax: fix libcap memory leaksMathias Krause10 days1-3/+2
* unify usage() output across all the toolsMike Frysinger2024-01-241-14/+7
* pspax: switch from fgets to getlineMike Frysinger2024-01-241-15/+20
* pspax: fix error handling when reading attr or ipaddr failMike Frysinger2024-01-241-6/+16
* pspax: fix buffer limiting in cmdline readingMike Frysinger2024-01-241-1/+1
* pspax: replace proc_fopen with fopenat_rMike Frysinger2024-01-241-29/+8
* pspax: rework & document get_proc_nameMike Frysinger2024-01-241-5/+23
* fix various typos found w/codespellMike Frysinger2024-01-151-1/+1
* drop old __BOUNDS_CHECKING_ON supportMike Frysinger2024-01-151-10/+0
* Undo IWYU fixesSam James2023-01-291-21/+1
* *: IWYU fixes deuxSam James2023-01-291-0/+1
* *: IWYU fixesSam James2023-01-281-1/+20
* pspax: replace deprecated capgetp()David Lamparter2021-02-261-1/+1
* pspax: constify all the pointersMike Frysinger2018-06-071-15/+15
* pspax: fix file leakage when reading the command lineMike Frysinger2016-06-191-0/+2
* pspax: rewrite core loop to use *at funcsMike Frysinger2016-06-191-100/+128
* security: leverage namespaces to restrict the runtime a bitMike Frysinger2015-08-201-0/+4
* migrate to gitv1.0Mike Frysinger2015-03-021-3/+2
* drop __DATE__ usage as the rcsid provides all the details we care aboutMike Frysinger2015-02-221-3/+3
* pspax: fix signed compare warning gcc throws upMike Frysinger2013-04-101-9/+11
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-4/+1
* simplify rcsid a littleMike Frysinger2011-09-271-1/+1
* constify help string arrayMike Frysinger2010-12-081-2/+2
* add a -C/--nocolor option and respect env $NOCOLOR #332289Mike Frysinger2010-12-081-2/+6
* change to simpler const argv0 stringMike Frysinger2010-12-081-2/+2
* Introduce -W,--wide flags to get full cmdline output display for pspaxNed Ludd2010-02-281-3/+26
* fixup warning about caps code -- caps_free() does not take a constMike Frysinger2009-03-151-5/+5
* check return values of fscanf() and chdir() since gcc whines about it nowMike Frysinger2009-03-151-8/+11
* cleanup pspax code a bitMike Frysinger2008-12-301-39/+39
* drop excessive parenthesisMike Frysinger2008-12-301-10/+11
* - keep username alingment when username exceeds 8 standard charsNed Ludd2008-03-201-1/+4
* - mainly whitespace updatesNed Ludd2008-01-171-8/+1
* - add /proc/pid/ipaddr support with the -i flag (grsec kernels only)Ned Ludd2007-09-181-8/+40
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-6/+7
* - update pspax and misc man pages for new featuresNed Ludd2006-12-121-3/+3
* just whitespaceMike Frysinger2006-11-281-9/+8
* - reverse testing strol pspax patchNed Ludd2006-10-181-8/+8
* - update README to add homepage, VCS info etc..Ned Ludd2006-10-181-8/+8
* - fix -u/-g 0 a littleNed Ludd2006-10-051-3/+3
* - commit partial -u/-g support for user and group names vs just numeric uid/g...Ned Ludd2006-10-041-4/+25
* - added --user/--group options to pspaxNed Ludd2006-08-121-18/+34
* - code cleanupNed Ludd2006-04-251-40/+40
* - add --nx --wx flags to only display programs with matching memory layoutsNed Ludd2006-04-251-2/+20
* - add support for named processesNed Ludd2006-02-271-4/+15
* - Ă— is not printable by all term typesv0.1.9Ned Ludd2006-02-051-2/+2
* define and use our own copy of PATH_MAXMike Frysinger2006-01-131-6/+6
* split the pt_load check out into a sep func for easier managing in the future...Mike Frysinger2006-01-101-6/+9
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-20/+1
* split common non-elf features into paxinc.[ch]Mike Frysinger2005-10-131-2/+2
* - displays PT_GNU_STACK/PT_LOAD markings in pspax with -e flag. Added a verbo...Ned Ludd2005-07-031-17/+115