aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/paxctl-ng.c: return ENOENT if a file is not foundAnthony G. Basile2018-12-131-0/+7
* attr/xattr.h is deprecated. Use sys/xattr.h insteadLars Wendler2018-11-281-1/+4
* Refactor source tree: separate out fix-gnustackAnthony G. Basile2014-07-302-149/+0
* src{fix-gnustack.c,paxctl-ng.c}: portable error reportingAnthony G. Basile2014-06-072-13/+13
* Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -dAnthony G. Basile2013-09-261-1/+10
* tests/{paxmodule,revdeppaxtest}: fix to work with all combinations of --{en,d...Anthony G. Basile2013-05-201-4/+4
* configure.ac: check if ELF_C_RDWR_MMAP is declared in libelf.hAnthony G. Basile2013-05-201-2/+6
* src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supportedAnthony G. Basile2012-12-281-25/+43
* src/paxctl-ng.c: fix uninitialized value for xt_flagsAnthony G. Basile2012-12-281-0/+3
* src/paxctl-ng.c: fix flag logic under various --{en,dis}able-{pt,xt}paxAnthony G. Basile2012-12-231-37/+44
* src/paxctl-ng.c: cosmetic cleanup with length of PT_PAX vs XATTR_PAXAnthony G. Basile2012-12-221-2/+2
* src/paxctl-ng.c: add missing report of -d flag in print_help_exit()Anthony G. Basile2012-12-211-0/+1
* Rename XT_PAX to XATTR_PAX everywhereAnthony G. Basile2012-12-211-7/+7
* ChangeLog, TODO, README, Copyright Notices: updatedAnthony G. Basile2012-12-162-2/+2
* tests/revdeppaxtest: progress towards a test for revdep-paxAnthony G. Basile2012-12-141-0/+2
* src/paxctl-ng.c: do not use '-' when setting null XATTR PAX flagsAnthony G. Basile2012-12-121-72/+113
* Add logic for NEED_PAX_DECLS when gelf.h is present but lacks themAnthony G. Basile2012-12-121-1/+6
* src/paxctl-ng.c: print success doesn't count to exit codeAnthony G. Basile2012-11-101-8/+6
* src/paxctl-ng.c: proper exit code handlingAnthony G. Basile2012-11-101-24/+48
* src/paxctl-ng.c, doc/paxctl-ng.{pod,1}: delete XT_PAX xattr fieldAnthony G. Basile2012-11-101-10/+23
* src/paxctl-ng.c: properly hand -L and -l in optsAnthony G. Basile2012-11-101-1/+3
* src/paxctl-ng.c: only PT_PAX needs the file open RDWR to setAnthony G. Basile2012-11-101-3/+3
* src/paxctl-ng.c: fix logic of limiting pt/xtpax when both are possibleAnthony G. Basile2012-11-101-7/+19
* src/paxctl-ng.c: limit only ptpax or xtpax when both are possibleAnthony G. Basile2012-11-101-13/+31
* scripts/{paxmodule.c,setup.py}: propagated enable/disable pt/xtpaxAnthony G. Basile2012-11-101-1/+1
* configure.ac, src/paxctl-ng.c: improve checks and propagate definesAnthony G. Basile2012-11-101-14/+52
* configure.ac: clean up checks for ptpax, xtpaxAnthony G. Basile2012-11-101-16/+37
* Work towards making both PT_PAX and xattr PAX optionalAnthony G. Basile2012-11-101-12/+12
* Revert "src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for u...Anthony G. Basile2012-07-272-3/+3
* src/{fix-gnustack.c,paxctl-ng.c}: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc co...Anthony G. Basile2012-07-232-3/+3
* Replace XATTR_REPLACE with 0 to create on setAnthony G. Basile2012-07-211-2/+2
* src/paxctl-ng.c: sanity check on copy XT_PAX <-> PT_PAXAnthony G. Basile2012-07-211-7/+7
* src/paxctl-ng.c: fix string2binAnthony G. Basile2012-07-201-15/+21
* src/paxctl-ng.c: switch to string implementation of XT_PAXAnthony G. Basile2012-07-201-8/+50
* src/paxctl-ng.c: remove RANDEXEC completelyAnthony G. Basile2012-07-201-38/+10
* src/paxctl-ng.c: made verbosity more consistantAnthony G. Basile2011-11-261-36/+53
* src/paxctl-ng.c: build with/without xattr supportAnthony G. Basile2011-11-261-3/+25
* src/{fix-gnustack.c,paxctl-ng.c}: fix exit codeAnthony G. Basile2011-11-152-0/+4
* src/paxctl-ng.c: skip to next file on any errorAnthony G. Basile2011-11-031-3/+6
* src/paxctl-ng.c: added file globbingAnthony G. Basile2011-11-031-48/+71
* src/paxctl-ng.c: #defined values for cp_flagsAnthony G. Basile2011-11-031-10/+17
* src/paxctl-ng.c: if open(O_RDWR) fails, PT_PAX is readonlyAnthony G. Basile2011-11-031-13/+22
* src/paxctl-ng.c: create and copy XT_PAX flagsAnthony G. Basile2011-10-221-3/+46
* src/paxctl-ng.c: prepare -C -c -F -f flagsAnthony G. Basile2011-10-211-36/+45
* Update build systemAnthony G. Basile2011-10-202-5/+1
* src/paxctl-ng.c: clean up error handlingAnthony G. Basile2011-10-201-49/+11
* scripts/paxmodule.c: add XT_PAX write support, code cleanupAnthony G. Basile2011-10-201-52/+94
* scripts/paxmodule.c: add XT_PAX read supportAnthony G. Basile2011-10-201-2/+4
* Add doc/revdep-pax.pod and remove EI_PAX docs from doc/paxctl*Anthony G. Basile2011-10-192-3/+3
* src/paxctl-ng.c: add XT_PAX flag supportAnthony G. Basile2011-10-181-129/+246