Log of /sandbox/ChangeLog
Parent Directory
|
Revision Log
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 13 13:30:51 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.56: +6 -1 lines
Diff to
previous 1.56
Modify get_sandbox_pids_file(), get_sandbox_log() and get_sandbox_debug_log()
to use TMPDIR if present in environment.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 13 12:52:10 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.54: +9 -1 lines
Diff to
previous 1.54
Add get_sandbox_debug_log(), and use it (add behaviour similar to SANDBOX_LOG
if already exported when sandbox started). Fix get_sandbox_log() and new
get_sandbox_debug_log() to not use already exported environment variables if
they have '/' in them. Use snprintf()'s instead of strncpy()'s. More
SB_PATH_MAX fixes.
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 11 23:59:50 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.51: +5 -1 lines
Diff to
previous 1.51
Fix paths limited to 255 chars. Fix get_sandbox_dir() returning a string
with '(null)' in it if we did not call sandbox with absolute path.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 11 23:23:07 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.48: +6 -1 lines
Diff to
previous 1.48
Rewrite environment stuff to only be set when execve'ing the child process
to try and avoid issues like bug #91541 that causes sandbox to crash if
we set LD_PRELOAD sandbox side already.
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 10 07:38:49 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.42: +5 -1 lines
Diff to
previous 1.42
Fix typo in code that checks if we got valid group information, causing a
segmentation fault, bug #91637.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 10 07:08:21 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.40: +5 -1 lines
Diff to
previous 1.40
Do not use LD_PRELOAD if it contains libtsocks.so, as it breaks sandbox
for some odd reason, bug #91541.
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 4 23:35:39 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.37: +5 -1 lines
Diff to
previous 1.37
We create libctest.c via configure, so no need to keep it around. Do some
cleanup related to libctest.c and libctest during configure.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 4 14:46:50 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.34: +7 -1 lines
Diff to
previous 1.34
Do not reset already set LD_PRELOAD when starting sandbox. If LD_PRELOAD is
already set, init of the env vars fails for some reason, so do this later on,
and do not warn (bug #91431).
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 10:56:19 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.30: +5 -1 lines
Diff to
previous 1.30
Do not init the env entries with each call, as it creates too many calls to
lstat, etc. Should speedup things a bit.
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 28 15:49:30 2005 UTC
(8 years ago)
by
azarah
Branch:
MAIN
Changes since
1.22: +5 -1 lines
Diff to
previous 1.22
Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm
have issues; bug #90592.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 23 20:44:15 2005 UTC
(8 years, 1 month ago)
by
azarah
Branch:
MAIN
Changes since
1.19: +7 -1 lines
Diff to
previous 1.19
Make sure all functions used in libsandbox.c is declared static. Define
SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than
linking with its object. Hopefully this will fix bug #90153.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 14 00:28:10 2005 UTC
(8 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.16: +5 -1 lines
Diff to
previous 1.16
Seems -nostdlib was the problem with the constructor/destructor - remove it
from Makefile.am, and change the constructor/destructor names again.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 13 23:23:00 2005 UTC
(8 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.14: +16 -1 lines
Diff to
previous 1.14
Fixup the constructor/destructor function names again (they should be _init()
and _fini() it seems, and not being called caused sandbox_lib_path to be
unset, and thus breaking the execve() wrapper's LD_PRELOAD protection).
Add both the path in given SANDBOX_x variable, as well as its symlink
resolved path in init_env_entries(). Modify filter_path() to be able to
resolve paths without resolving symlinks, as well as to be able to resolve
symlinks. Fix a possible segfault in check_access(). Add symlink resolving
to check_access() resolving bug #31019. Add 'hack' for unlink, as the fix
for bug #31019 cause access violations if we try to remove a symlink that is
not in protected path, but points to a protected path. Fix a memory leak in
sandbox.c (sandbox_pids_file in main()). Fix the realpath() calls in main()
(sandbox.c) being unchecked. Fix the debug logname not having the pid in it
(pid_string was uninitialized). General syntax cleanups.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 2 09:01:36 2005 UTC
(8 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.8: +9 -1 lines
Diff to
previous 1.8
Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in
getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions
for glibc and other libc's that use this. Update libsandbox.c to use these
symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the
process unset it.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 2 05:48:12 2005 UTC
(8 years, 2 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.7: +6 -1 lines
Diff to
previous 1.7
killed off _init and _fini in favor of
void __attribute__ ((constructor)) init_func and
void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 6 21:42:51 2004 UTC
(8 years, 5 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.6: +5 -1 lines
Diff to
previous 1.6
hopefully cvs is done being stupid. Compilation fixes, along w/ make dist fix.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|