| … | |
… | |
| 10 | - Redo the interface of the get_* functions so that we do not leak memory. |
10 | - Redo the interface of the get_* functions so that we do not leak memory. |
| 11 | - Remove sandbox_dir and co - we are not using it anymore. |
11 | - Remove sandbox_dir and co - we are not using it anymore. |
| 12 | - Remove unused includes and variables. |
12 | - Remove unused includes and variables. |
| 13 | - Only declare functions in sandbox_futils.c that are used in libsandbox.c when |
13 | - Only declare functions in sandbox_futils.c that are used in libsandbox.c when |
| 14 | OUTSIDE_LIBSANDBOX is not defined. |
14 | OUTSIDE_LIBSANDBOX is not defined. |
|
|
15 | - Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log |
|
|
16 | printing's last line not honouring NOCOLOR. |
| 15 | |
17 | |
| 16 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
18 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
| 17 | libsandbox.c: |
19 | libsandbox.c: |
| 18 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
20 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
| 19 | write to it. |
21 | write to it. |