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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paxinc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
split out fs related helper funcs as lib code
Mike Frysinger
2016-11-12
1
-0
/
+31
*
ar: make sure file name is always NUL terminated
Mike Frysinger
2016-06-20
1
-1
/
+2
*
ar: make sure name is always NUL terminated
Mike Frysinger
2016-06-19
1
-0
/
+1
*
scanelf: do not warn about invalid archive entries by default
v1.0.4
Mike Frysinger
2015-07-13
1
-4
/
+8
*
scanelf: include filename/details in all ar related messages
Mike Frysinger
2015-07-13
1
-4
/
+4
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-1
/
+0
*
ar_next: fix signed warnings from gcc, and clean up memory when closing archives
Mike Frysinger
2013-04-10
1
-4
/
+6
*
update copyright years
Mike Frysinger
2012-11-04
1
-4
/
+4
*
add a -C/--nocolor option and respect env $NOCOLOR #332289
Mike Frysinger
2010-12-08
1
-1
/
+18
*
check return value of read() since gcc whines about it now
Mike Frysinger
2009-03-15
1
-2
/
+3
*
convert getstr_perms() to strfileperms() and share it among all files
Mike Frysinger
2008-12-30
1
-1
/
+15
*
use xmalloc() rather than malloc()
Mike Frysinger
2008-12-30
1
-2
/
+2
*
Now I had the specs here anyway, implemented GNU extended filenames as well.
Fabian Groffen
2008-10-19
1
-3
/
+23
*
Made reading archives work.
Fabian Groffen
2008-10-19
1
-11
/
+19
*
split xfuncs off into a sep file for all utils to use, cleanup misc things, a...
Mike Frysinger
2007-08-20
1
-14
/
+12
*
- update copyright headers
Ned Ludd
2007-06-09
1
-2
/
+2
*
- update copyright headers
Ned Ludd
2007-05-23
1
-3
/
+3
*
- single zero byte outside array bounds. Fix from Ludwig Nussel <ludwig.nusse...
Ned Ludd
2007-01-26
1
-2
/
+2
*
refactor code a bit to allow to improve support for archive scanning
Mike Frysinger
2006-01-14
1
-19
/
+30
*
initial support for reading archive files (*.a)
Mike Frysinger
2006-01-13
1
-1
/
+78
*
update copyright years and unify headers in porting.h
Mike Frysinger
2006-01-05
1
-10
/
+6
*
split common non-elf features into paxinc.[ch]
Mike Frysinger
2005-10-13
1
-0
/
+20