summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* alpha stableRaúl Porcel2008-10-121-1/+4
| | | | (Portage version: 2.1.4.5)
* - make sure we can cross compileNed Ludd2008-05-091-2/+5
| | | | (Portage version: 2.1.4.4)
* Stable for HPPA (bug #195234).Jeroen Roovers2007-10-311-1/+4
| | | | (Portage version: 2.1.3.16)
* Stable on ppc wrt bug 195234Gysbert Wassenaar2007-10-301-1/+4
| | | | (Portage version: 2.1.3.16)
* Add ~alpha, sparc stable wrt #195234Raúl Porcel2007-10-291-1/+4
| | | | (Portage version: 2.1.3.16)
* - stable on amd64,arm,ia64,ppc64 and x86Ned Ludd2007-10-091-1/+4
| | | | (Portage version: 2.1.3.9)
* - version bump to deal with the creation of PT_PAX_FLAGS on upx compressed ↵Ned Ludd2007-04-161-2/+9
| | | | | | executables. I removed some older ebuilds also. (Portage version: 2.1.2_pre1)
* Stable for HPPA (bug #157870).Jeroen Roovers2006-12-121-1/+4
| | | | (Portage version: 2.1.2_rc3-r2)
* Stable on sparc --- Bug #157870 --- Fine, as best as I can tell.Ferris McCormick2006-12-121-1/+4
| | | | (Portage version: 2.1.2_rc3-r3)
* - paxctl-0.4 stable on amd64 ; bug 157870Ned Ludd2006-12-121-1/+4
| | | | (Portage version: 2.1.2_pre1)
* Stable on ppc64Markus Rothe2006-08-161-1/+4
| | | | (Portage version: 2.1-r2)
* sys-apps/paxctl stable on ppc.Michael Hanselmann2006-07-181-1/+4
| | | | (Portage version: 2.1.1_pre3-r1)
* - stable on x86Ned Ludd2006-07-091-1/+4
| | | | (Portage version: 2.1-r1)
* - new version. This version obsoletes the need for chpax all together with ↵Ned Ludd2006-06-251-1/+8
| | | | | | the introduction of the -C flag which can create a new PT_PAX_FLAGS phdr in ELF 32/64 bit files (Portage version: 3387-svn)
* Set ${S} and contents to group & world readable - bug #127998Kevin F. Quinn2006-03-291-2/+5
| | | | (Portage version: 2.1_pre7-r2)
* stable on ppc64Tom Gall2005-12-031-1/+4
| | | | (Portage version: 2.0.51.22-r3)
* Stable on sparcGustavo Zacarias2005-10-181-1/+4
| | | | (Portage version: 2.0.53_rc5)
* stable on ia64Aron Griffis2005-08-231-1/+4
| | | | (Portage version: 2.0.51.22-r2)
* - return EXIT_FAILURE when paxctl fails to do as requestedKevin F. Quinn2005-06-131-1/+7
| | | | (Portage version: 2.0.51.19)
* - stable on x86/ppc/amd64Ned Ludd2005-06-111-1/+4
|
* - new paxctl release. new version includes ability to reuse/rename existing ↵Ned Ludd2005-05-041-1/+7
| | | | | | unneeded program header into PT_PAX_FLAGS (Portage version: 2.0.51.21)
* stable on ia64Aron Griffis2005-04-011-1/+4
| | | | (Portage version: 2.0.51.19)
* ~ppc64 for testingDaniel Ostrow2005-03-171-2/+5
| | | | (Portage version: 2.0.51.19)
* marked paxctl stable on x86 now that min-version binutils is in stableNed Ludd2004-07-221-1/+4
|
* stable on amd64Travis Tilley2004-07-221-1/+4
|
* sync IUSE (missing), glibc -> libcAron Griffis2004-06-301-1/+4
|
* update copyright line: Gentoo Technologies => Gentoo FoundationAron Griffis2004-06-241-2/+2
|
* ChangeLog fixesDaniel Ahlberg2004-03-011-1/+3
|
* This is paxctl for controlling PaX flags on a per binary basis. PaXNed Ludd2004-02-181-0/+20
is an intrusion prevention system that provides the best protection mechanisms against memory corruption bugs. Some applications are not compatible with certain features (due to design or bad engineering) and therefore they have to be exempted from certain enforcements. It is also possible to use PaX in soft mode where none of the protection mechanisms are active by default - here paxctl can be used to turn them on for selected programs (e.g., network daemons, programs that process network data such as mail clients, web browsers, etc). PaX and paxctl work on ELF executables, both of the standard ET_EXEC and the newer ET_DYN kind (older PaX releases referred to the latter as ET_DYN executables, these days they are called Position Independent Executables or PIEs for short).