blob: 9fc1b5c708d2ab5d7c5b3c3263812f30528d8098 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
2011-12-28
* misc/test-revdep-pax: added a test package for revdep-pax
* scripts/revdep-pax: added an allyes option
* scripts/revdep-pax: employ a more sophisticated logic for markings
when binary and library flags conflict
* scripts/revdep-pax: die elegantly if binary/library is not found
2011-12-04
* src/paxctl-ng.c: add exception handling when trying to pax.setflags
* src/paxctl-ng.c: make -e (report/mark only executables) filter output
from either verbose or non-verbose output
2011-11-26
* src/paxctl-ng.c: made verbosity more consistant
* src/paxctl-ng.c: build with/without xattr support
* scripts/{setup.py,paxmodule.c}: build with/without xattr support
* configure.ac: added --enable-xattr switch
* scripts/revdep-pax: add -e switch to only mark (-m) or to
only report on (-v) binaries that are in the shell's PATH
* tests/pxtpax: compare pax flags on binary and process
* fix-gnustack and paxctl-ng: fix exit code on success
* paxctl-ng: add file globbing
* paxctl-ng: if a file fails to open O_RDWR then
don't do PT_PAX markings but continue with XT_PAX
2011-10-23
* add XT_PAX read/write in paxct-ng.c and paxmodule.c
* create and/or copy XT_PAX flags to/from PT_PAX in paxctl-ng.c
* clean up error handling in paxctl-ng.c
* remove EI_PAX doc and add XT_PAX doc
2011-10-17 Anthony G. Basile <blueness@gentoo.org>
* add search by full library path in revdep-pax
* add pax_setflags to paxmodule.c
* add setflags to mismatched binaries/libraries in revdep-pax
* removed EI_PAX markings, bug #387459
2011-10-12 Anthony G. Basile <blueness@gentoo.org>
* Move actions for options to functions
* Add two levels of verbosity
2011-10-08 Anthony G. Basile <blueness@gentoo.org>
* Add python pax module and revdep-pax
* Add poc/paxmark-libs
2011-10-03 Anthony G. Basile <blueness@gentoo.org>
* Code cleanup and fixed make check
* Add poc/paxctl-xattr
2011-09-27 Anthony G. Basile <blueness@gentoo.org>
* Code cleanup and fix PT_PAX flag setting
2011-08-18 Anthony G. Basile <blueness@gentoo.org>
* Add paxctl-ng
2011-04-14 Anthony G. Basile <blueness@gentoo.org>
* Initial release
* Add fix-gnustack
-----
Copyright (C) 2011 Anthony G. Basile
Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.
|