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
/
pspax.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop old __BOUNDS_CHECKING_ON support
Mike Frysinger
2024-01-15
1
-10
/
+0
*
Undo IWYU fixes
Sam James
2023-01-29
1
-21
/
+1
*
*: IWYU fixes deux
Sam James
2023-01-29
1
-0
/
+1
*
*: IWYU fixes
Sam James
2023-01-28
1
-1
/
+20
*
pspax: replace deprecated capgetp()
David Lamparter
2021-02-26
1
-1
/
+1
*
pspax: constify all the pointers
Mike Frysinger
2018-06-07
1
-15
/
+15
*
pspax: fix file leakage when reading the command line
Mike Frysinger
2016-06-19
1
-0
/
+2
*
pspax: rewrite core loop to use *at funcs
Mike Frysinger
2016-06-19
1
-100
/
+128
*
security: leverage namespaces to restrict the runtime a bit
Mike Frysinger
2015-08-20
1
-0
/
+4
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-3
/
+2
*
drop __DATE__ usage as the rcsid provides all the details we care about
Mike Frysinger
2015-02-22
1
-3
/
+3
*
pspax: fix signed compare warning gcc throws up
Mike Frysinger
2013-04-10
1
-9
/
+11
*
scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...
Mike Frysinger
2012-11-18
1
-4
/
+1
*
simplify rcsid a little
Mike Frysinger
2011-09-27
1
-1
/
+1
*
constify help string array
Mike Frysinger
2010-12-08
1
-2
/
+2
*
add a -C/--nocolor option and respect env $NOCOLOR #332289
Mike Frysinger
2010-12-08
1
-2
/
+6
*
change to simpler const argv0 string
Mike Frysinger
2010-12-08
1
-2
/
+2
*
Introduce -W,--wide flags to get full cmdline output display for pspax
Ned Ludd
2010-02-28
1
-3
/
+26
*
fixup warning about caps code -- caps_free() does not take a const
Mike Frysinger
2009-03-15
1
-5
/
+5
*
check return values of fscanf() and chdir() since gcc whines about it now
Mike Frysinger
2009-03-15
1
-8
/
+11
*
cleanup pspax code a bit
Mike Frysinger
2008-12-30
1
-39
/
+39
*
drop excessive parenthesis
Mike Frysinger
2008-12-30
1
-10
/
+11
*
- keep username alingment when username exceeds 8 standard chars
Ned Ludd
2008-03-20
1
-1
/
+4
*
- mainly whitespace updates
Ned Ludd
2008-01-17
1
-8
/
+1
*
- add /proc/pid/ipaddr support with the -i flag (grsec kernels only)
Ned Ludd
2007-09-18
1
-8
/
+40
*
split xfuncs off into a sep file for all utils to use, cleanup misc things, a...
Mike Frysinger
2007-08-20
1
-6
/
+7
*
- update pspax and misc man pages for new features
Ned Ludd
2006-12-12
1
-3
/
+3
*
just whitespace
Mike Frysinger
2006-11-28
1
-9
/
+8
*
- reverse testing strol pspax patch
Ned Ludd
2006-10-18
1
-8
/
+8
*
- update README to add homepage, VCS info etc..
Ned Ludd
2006-10-18
1
-8
/
+8
*
- fix -u/-g 0 a little
Ned Ludd
2006-10-05
1
-3
/
+3
*
- commit partial -u/-g support for user and group names vs just numeric uid/g...
Ned Ludd
2006-10-04
1
-4
/
+25
*
- added --user/--group options to pspax
Ned Ludd
2006-08-12
1
-18
/
+34
*
- code cleanup
Ned Ludd
2006-04-25
1
-40
/
+40
*
- add --nx --wx flags to only display programs with matching memory layouts
Ned Ludd
2006-04-25
1
-2
/
+20
*
- add support for named processes
Ned Ludd
2006-02-27
1
-4
/
+15
*
- Ă— is not printable by all term types
v0.1.9
Ned Ludd
2006-02-05
1
-2
/
+2
*
define and use our own copy of PATH_MAX
Mike Frysinger
2006-01-13
1
-6
/
+6
*
split the pt_load check out into a sep func for easier managing in the future...
Mike Frysinger
2006-01-10
1
-6
/
+9
*
update copyright years and unify headers in porting.h
Mike Frysinger
2006-01-05
1
-20
/
+1
*
split common non-elf features into paxinc.[ch]
Mike Frysinger
2005-10-13
1
-2
/
+2
*
- displays PT_GNU_STACK/PT_LOAD markings in pspax with -e flag. Added a verbo...
Ned Ludd
2005-07-03
1
-17
/
+115
*
tweak version output to include $PV
Mike Frysinger
2005-06-13
1
-4
/
+4
*
- updates
Ned Ludd
2005-06-08
1
-2
/
+2
*
- make scanelf/pspax happy with -Wwrite-strings
Ned Ludd
2005-06-03
1
-2
/
+2
*
- pay attention to qualifiers
Ned Ludd
2005-06-03
1
-7
/
+7
*
forgot to include limits.h for _POSIX_PATH_MAX define
Mike Frysinger
2005-05-27
1
-2
/
+2
*
use _POSIX_PATH_MAX instead of PATH_MAX for FreeBSD
Mike Frysinger
2005-05-27
1
-5
/
+5
*
- always include elf.h. got rid of supid warning with cap_free in pspax. styl...
Ned Ludd
2005-05-27
1
-37
/
+43
*
- touch up the mmap display
Ned Ludd
2005-05-26
1
-2
/
+2
[next]