Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alpha stable | Raúl Porcel | 2008-10-12 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.4.5) | ||||
* | - make sure we can cross compile | Ned Ludd | 2008-05-09 | 1 | -2/+5 |
| | | | | (Portage version: 2.1.4.4) | ||||
* | Stable for HPPA (bug #195234). | Jeroen Roovers | 2007-10-31 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.3.16) | ||||
* | Stable on ppc wrt bug 195234 | Gysbert Wassenaar | 2007-10-30 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.3.16) | ||||
* | Add ~alpha, sparc stable wrt #195234 | Raúl Porcel | 2007-10-29 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.3.16) | ||||
* | - stable on amd64,arm,ia64,ppc64 and x86 | Ned Ludd | 2007-10-09 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.3.9) | ||||
* | - version bump to deal with the creation of PT_PAX_FLAGS on upx compressed ↵ | Ned Ludd | 2007-04-16 | 1 | -2/+9 |
| | | | | | | executables. I removed some older ebuilds also. (Portage version: 2.1.2_pre1) | ||||
* | Stable for HPPA (bug #157870). | Jeroen Roovers | 2006-12-12 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.2_rc3-r2) | ||||
* | Stable on sparc --- Bug #157870 --- Fine, as best as I can tell. | Ferris McCormick | 2006-12-12 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.2_rc3-r3) | ||||
* | - paxctl-0.4 stable on amd64 ; bug 157870 | Ned Ludd | 2006-12-12 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.2_pre1) | ||||
* | Stable on ppc64 | Markus Rothe | 2006-08-16 | 1 | -1/+4 |
| | | | | (Portage version: 2.1-r2) | ||||
* | sys-apps/paxctl stable on ppc. | Michael Hanselmann | 2006-07-18 | 1 | -1/+4 |
| | | | | (Portage version: 2.1.1_pre3-r1) | ||||
* | - stable on x86 | Ned Ludd | 2006-07-09 | 1 | -1/+4 |
| | | | | (Portage version: 2.1-r1) | ||||
* | - new version. This version obsoletes the need for chpax all together with ↵ | Ned Ludd | 2006-06-25 | 1 | -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 #127998 | Kevin F. Quinn | 2006-03-29 | 1 | -2/+5 |
| | | | | (Portage version: 2.1_pre7-r2) | ||||
* | stable on ppc64 | Tom Gall | 2005-12-03 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.51.22-r3) | ||||
* | Stable on sparc | Gustavo Zacarias | 2005-10-18 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.53_rc5) | ||||
* | stable on ia64 | Aron Griffis | 2005-08-23 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.51.22-r2) | ||||
* | - return EXIT_FAILURE when paxctl fails to do as requested | Kevin F. Quinn | 2005-06-13 | 1 | -1/+7 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | - stable on x86/ppc/amd64 | Ned Ludd | 2005-06-11 | 1 | -1/+4 |
| | |||||
* | - new paxctl release. new version includes ability to reuse/rename existing ↵ | Ned Ludd | 2005-05-04 | 1 | -1/+7 |
| | | | | | | unneeded program header into PT_PAX_FLAGS (Portage version: 2.0.51.21) | ||||
* | stable on ia64 | Aron Griffis | 2005-04-01 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | ~ppc64 for testing | Daniel Ostrow | 2005-03-17 | 1 | -2/+5 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | marked paxctl stable on x86 now that min-version binutils is in stable | Ned Ludd | 2004-07-22 | 1 | -1/+4 |
| | |||||
* | stable on amd64 | Travis Tilley | 2004-07-22 | 1 | -1/+4 |
| | |||||
* | sync IUSE (missing), glibc -> libc | Aron Griffis | 2004-06-30 | 1 | -1/+4 |
| | |||||
* | update copyright line: Gentoo Technologies => Gentoo Foundation | Aron Griffis | 2004-06-24 | 1 | -2/+2 |
| | |||||
* | ChangeLog fixes | Daniel Ahlberg | 2004-03-01 | 1 | -1/+3 |
| | |||||
* | This is paxctl for controlling PaX flags on a per binary basis. PaX | Ned Ludd | 2004-02-18 | 1 | -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). |