Log of /trunk/ChangeLog.0
Parent Directory
|
Revision Log
Revision
189 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 1 09:46:17 2005 UTC
(12 years, 4 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 30845 byte(s)
Diff to
previous 187
Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a
symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as
the generic getcwd for older 2.4 kernels do not work properly anyhow, and
just makes things slower. Some other warning fixes.
Revision
183 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 30 22:54:36 2005 UTC
(12 years, 4 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 30316 byte(s)
Diff to
previous 181
Use versioned symbols on supported libc's for functions we wrap, as well as
provide all versions of specific functions. Some syntax cleanups.
Revision
181 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 28 11:35:30 2005 UTC
(12 years, 5 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 29913 byte(s)
Diff to
previous 180
Revert 64bit arch test, as we should build the 32bit version without full
path checking as well, and add --enable-multilib switch to configure.
Revision
166 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 12 06:50:53 2005 UTC
(12 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 28991 byte(s)
Diff to
previous 165
Make libsb_fini() do cleanup a bit more complete just in case we get another
uClibc 'call preloaded library fini before that of app' issue ... probably
will not help much, but we try.
Revision
157 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 5 13:55:08 2005 UTC
(12 years, 8 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 28267 byte(s)
Diff to
previous 156
If we are called from the command line, do not care about PORTAGE_TMPDIR,
and make the current directory the work directory. Also rename the variable
portage_tmp_dir to work_dir.
Revision
156 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 5 13:33:54 2005 UTC
(12 years, 8 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 28080 byte(s)
Diff to
previous 155
Do not give an access violation if the access() system call do not have
write/read access - it does not actually modify, so we only need to return
not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>,
bug #101433.
Revision
139 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 7 21:42:33 2005 UTC
(12 years, 9 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 26292 byte(s)
Diff to
previous 138
Major cleanup of sandbox_futils.c. Removed most of the functions as we now
write to /var/log/sandbox/, so in theory do not need all that.
Revision
119 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 11 10:01:11 2005 UTC
(12 years, 10 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 24765 byte(s)
Diff to
previous 118
Remove the unneeded canonicalize() calls in the wrappers - we do it anyhow
in check_syscall(). Should speed things up a bit (at least for the getcwd()
and long path name test it goes down to under a second, and not 10+ seconds
like before). Also warn if we skip checking due to the canonicalized path
being too long.
Revision
109 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 9 14:32:28 2005 UTC
(12 years, 10 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 23276 byte(s)
Diff to
previous 108
Be default we will fail if the path name we try to canonicalize is too long.
This however could cause issues with some things (bug #94630 and #21766), so
if fail_nametoolong == 0, canonicalize() will return a null length string and
do not fail.
Revision
108 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 8 13:52:33 2005 UTC
(12 years, 10 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 22955 byte(s)
Diff to
previous 106
Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360. Also
make sure we re-export the new TMPDIR environment variable.
Revision
99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 13 13:30:51 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 22112 byte(s)
Diff to
previous 98
Modify get_sandbox_pids_file(), get_sandbox_log() and get_sandbox_debug_log()
to use TMPDIR if present in environment.
Revision
97 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 13 12:52:10 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 21755 byte(s)
Diff to
previous 94
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
92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 11 23:59:50 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 21129 byte(s)
Diff to
previous 91
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
89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 11 23:23:07 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 20637 byte(s)
Diff to
previous 88
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
75 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 4 23:35:39 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 19070 byte(s)
Diff to
previous 74
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
71 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 4 14:46:50 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 18680 byte(s)
Diff to
previous 70
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
66 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 3 10:56:19 2005 UTC
(12 years, 11 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 18185 byte(s)
Diff to
previous 65
Do not init the env entries with each call, as it creates too many calls to
lstat, etc. Should speedup things a bit.
Revision
43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 23 20:44:15 2005 UTC
(13 years ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 16932 byte(s)
Diff to
previous 40
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
37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 14 00:28:10 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 16307 byte(s)
Diff to
previous 36
Seems -nostdlib was the problem with the constructor/destructor - remove it
from Makefile.am, and change the constructor/destructor names again.
Revision
35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 13 23:23:00 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 15959 byte(s)
Diff to
previous 34
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
29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 2 09:01:36 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 14170 byte(s)
Diff to
previous 28
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
28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 2 05:48:12 2005 UTC
(13 years, 1 month ago)
by
ferringb
Original Path:
trunk/ChangeLog
File length: 13700 byte(s)
Diff to
previous 26
killed off _init and _fini in favor of
void __attribute__ ((constructor)) init_func and
void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
Sticky Revision: |
|