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 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox.h, |
|
|
6 | sandbox_futils.c: |
|
|
7 | More path limit fixes. Declare SB_BUF_LEN global and use it where needed. |
4 | |
8 | |
5 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox_futils.c: |
9 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox_futils.c: |
6 | Fix paths limited to 255 chars. Fix get_sandbox_dir() returning a string |
10 | Fix paths limited to 255 chars. Fix get_sandbox_dir() returning a string |
7 | with '(null)' in it if we did not call sandbox with absolute path. |
11 | with '(null)' in it if we did not call sandbox with absolute path. |
8 | |
12 | |