| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | * sandbox-1.2.11 (2005/07/14) |
|
|
6 | |
|
|
7 | 14 July 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c: |
|
|
8 | Fix getcwd, bug #98419. |
|
|
9 | |
|
|
10 | 08 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c, |
|
|
11 | libsandbox.c: |
|
|
12 | - Try to cleanup and make error handling/printing consistent. |
|
|
13 | - Remove old logs if present and conflicting with current. |
|
|
14 | - Fix compile error with previous change, and return rather then exit(). |
|
|
15 | |
|
|
16 | 07 July 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c, sandbox.c, |
|
|
17 | sandbox.h, sandbox_futils.c: |
|
|
18 | - Fix possible segfault in env init code. |
|
|
19 | - Major cleanup of sandbox_futils.c. Removed most of the functions as we now |
|
|
20 | write to /var/log/sandbox/, so in theory do not need all that. |
|
|
21 | - Redo the interface of the get_* functions so that we do not leak memory. |
|
|
22 | - Remove sandbox_dir and co - we are not using it anymore. |
|
|
23 | - Remove unused includes and variables. |
|
|
24 | - Only declare functions in sandbox_futils.c that are used in libsandbox.c when |
|
|
25 | OUTSIDE_LIBSANDBOX is not defined. |
|
|
26 | - Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log |
|
|
27 | printing's last line not honouring NOCOLOR. |
|
|
28 | |
|
|
29 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
|
|
30 | libsandbox.c: |
|
|
31 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
|
|
32 | write to it. |
|
|
33 | - Clean up logging in libsandbox.c, and hopefully make it more consistant. |
|
|
34 | - Add check_prefixes() with major cleanup on check_access(). |
|
|
35 | - Cleanup init_env_entries() and check_prefixes(). |
|
|
36 | |
|
|
37 | 05 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox.h, |
|
|
38 | sandbox_futils.c, libsandbox.c: |
|
|
39 | Remove unused 'pids file' code. |
|
|
40 | |
|
|
41 | * sandbox-1.2.10 (2005/07/03) |
|
|
42 | |
|
|
43 | 03 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
44 | Add PREDICT items for nss-db, bug #92079. Patch from Robin Johnson. |
|
|
45 | |
|
|
46 | 17 June 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
47 | General cleanups: |
|
|
48 | - Remove fooling around with exit codes - we error out on presence of a log |
|
|
49 | anyhow. |
|
|
50 | - Move get_sandbox_*_envvar() to sandbox_setup_environ(), as its more |
|
|
51 | appropriate there. |
|
|
52 | |
|
|
53 | 12 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
54 | Cleanup the fail_nametoolong stuff a bit more. |
| 4 | |
55 | |
| 5 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
56 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Remove hopefully the last ld.so.preload bits we do not use anymore. |
57 | Remove hopefully the last ld.so.preload bits we do not use anymore. |
| 7 | |
58 | |
| 8 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
59 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |