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