-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
120 lines (56 loc) · 1.86 KB
/
ChangeLog
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2021.10.10, Version 1.0.11
* SECURITY: convert group names to numeric ids before chroot (thanks to hubnut)
* SECURITY: fix race condition in path check
* minor tweaks
2017.07.23, Version 1.0.10
* fix initgroups issue on linux
2015.11.18, Version 1.0.9
* Enable syntax highlighting for README example (alessioalex @github)
2015.10.23, Version 1.0.8
* make links in documentation real links
2015.10.23, Version 1.0.7
* update example documentation
2015.10.23, Version 1.0.6
* update documentation
2015.10.21, Version 1.0.5
* jshint and more documentation cleanups
2015.10.21, Version 1.0.4
* some documentation updates
2015.10.08, Version 1.0.3
* fix compat with node v4
2015.08.07, Version 1.0.2
* fix compat with node 0.12
2015.03.19, Version 1.0.1
* package.json: update license to ISC
2015.03.08, Version 1.0.0
* do init groups right before setgid
* check newroot for ownership and access rights
* tests: error when running as the wrong user
* add .jshintrc
* add .gitignore
* relicense from MIT to ISC
2014.11.03, Version 0.1.9
* docs: fix formatting issue on npm
2014.11.03, Version 0.1.8
* stricter type checking of input parameters
* update README: add Todo, notes and license
* add test/example.js
* split test into priv.js and unpriv.js
2014.05.21, Version 0.1.7
* reset PWD if it's set in the environment (mozbugbox)
2013.10.09, Version 0.1.6
* use privileged example
2013.10.09, Version 0.1.5
* missed updating ChangeLog in 0.1.4
2013.10.09, Version 0.1.4
* update readme with clearer example
2013.07.28, Version 0.1.3
* update readme with a TCP server example
2013.07.23, Version 0.1.2
* check real group id after dropping privileges
* docs: use superuser instead of root to avoid confusion
2013.07.22, Version 0.1.1
* check if started as root
* make sure restoring privilege to root fails
2013.07.22, Version 0.1.0
* initial release