Log of /tags/sandbox_1_2_1
Directory Listing
Revision
45 -
Directory Listing
Modified
Sat Apr 23 20:52:57 2005 UTC
(13 years ago)
by
(unknown author)
Copied from:
trunk revision 44
This commit was manufactured by cvs2svn to create tag
'sandbox_1_2_1'.
Revision
44 -
Directory Listing
Modified
Sat Apr 23 20:52:57 2005 UTC
(13 years ago)
by
azarah
Original Path:
trunk
sandbox-1.2.1
Revision
43 -
Directory Listing
Modified
Sat Apr 23 20:44:15 2005 UTC
(13 years ago)
by
azarah
Original Path:
trunk
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
42 -
Directory Listing
Modified
Sat Apr 23 06:21:03 2005 UTC
(13 years ago)
by
ferringb
Original Path:
trunk
Tagged and bagged 1.2
Revision
40 -
Directory Listing
Modified
Mon Mar 21 23:30:13 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
Allow lchown a symlink in write-allowed path pointing to write-denied target.
Revision
39 -
Directory Listing
Modified
Mon Mar 21 08:54:02 2005 UTC
(13 years, 1 month ago)
by
genone
Original Path:
trunk
show resolved symlinks in log
Revision
38 -
Directory Listing
Modified
Mon Mar 14 16:00:45 2005 UTC
(13 years, 1 month ago)
by
genone
Original Path:
trunk
dropping duplicate symbols
Revision
37 -
Directory Listing
Modified
Mon Mar 14 00:28:10 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
Seems -nostdlib was the problem with the constructor/destructor - remove it
from Makefile.am, and change the constructor/destructor names again.
Revision
36 -
Directory Listing
Modified
Sun Mar 13 23:29:28 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
Also rename the _init() and _fini() declarations.
Revision
35 -
Directory Listing
Modified
Sun Mar 13 23:23:00 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
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
34 -
Directory Listing
Modified
Wed Mar 9 07:39:50 2005 UTC
(13 years, 1 month ago)
by
ferringb
Original Path:
trunk
happy output time.
missing new line.
Revision
33 -
Directory Listing
Modified
Wed Mar 9 07:34:30 2005 UTC
(13 years, 1 month ago)
by
ferringb
Original Path:
trunk
correct symbols.h building when libdir !+ "/lib"
Revision
32 -
Directory Listing
Modified
Wed Mar 2 17:30:16 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
Hack to make sure sandboxed process cannot remove a device node, bug #79836.
Revision
31 -
Directory Listing
Modified
Wed Mar 2 09:18:01 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
Fix symbols.in not added to dist.
Revision
30 -
Directory Listing
Modified
Wed Mar 2 09:04:45 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
White space fixes.
Revision
29 -
Directory Listing
Modified
Wed Mar 2 09:01:36 2005 UTC
(13 years, 1 month ago)
by
azarah
Original Path:
trunk
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 -
Directory Listing
Modified
Wed Mar 2 05:48:12 2005 UTC
(13 years, 1 month ago)
by
ferringb
Original Path:
trunk
killed off _init and _fini in favor of
void __attribute__ ((constructor)) init_func and
void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated.
Revision
27 -
Directory Listing
Modified
Wed Mar 2 05:36:46 2005 UTC
(13 years, 1 month ago)
by
ferringb
Original Path:
trunk
work damn you.
Revision
26 -
Directory Listing
Modified
Mon Dec 6 21:42:51 2004 UTC
(13 years, 4 months ago)
by
ferringb
Original Path:
trunk
hopefully cvs is done being stupid. Compilation fixes, along w/ make dist fix.
Revision
25 -
Directory Listing
Modified
Sun Dec 5 06:14:21 2004 UTC
(13 years, 4 months ago)
by
ferringb
Original Path:
trunk
compilation fixups.
Revision
24 -
Directory Listing
Modified
Sun Dec 5 05:42:10 2004 UTC
(13 years, 4 months ago)
by
ferringb
Original Path:
trunk
should make things compile again
Revision
23 -
Directory Listing
Modified
Thu Dec 2 05:22:49 2004 UTC
(13 years, 4 months ago)
by
vapier
Original Path:
trunk
turn create-localdecls into semi-autotooled
Revision
22 -
Directory Listing
Modified
Thu Dec 2 05:20:50 2004 UTC
(13 years, 4 months ago)
by
vapier
Original Path:
trunk
need to include config.h
Revision
21 -
Directory Listing
Modified
Thu Dec 2 04:46:02 2004 UTC
(13 years, 4 months ago)
by
vapier
Original Path:
trunk
touchups
Revision
20 -
Directory Listing
Modified
Thu Dec 2 02:53:00 2004 UTC
(13 years, 4 months ago)
by
vapier
Original Path:
trunk
scripts to generate/clean build
Revision
19 -
Directory Listing
Modified
Thu Dec 2 02:52:46 2004 UTC
(13 years, 4 months ago)
by
vapier
Original Path:
trunk
remove generated files
Revision
18 -
Directory Listing
Modified
Thu Dec 2 02:25:36 2004 UTC
(13 years, 4 months ago)
by
ferringb
Original Path:
trunk
stupid libtool.
Revision
17 -
Directory Listing
Modified
Sun Nov 21 02:23:33 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
adjustment so it stops installing a couple of extra srcs to /usr/share.
Revision
16 -
Directory Listing
Modified
Sat Nov 20 13:21:37 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
corrections to remove hardcoded paths.
Revision
15 -
Directory Listing
Modified
Sat Nov 20 13:21:06 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
nore should these.
Revision
14 -
Directory Listing
Modified
Sat Nov 20 13:20:02 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
this shouldn't be in cvs.
Revision
13 -
Directory Listing
Modified
Sat Nov 20 13:05:24 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
removed the /usr/lib/portage/ hardcoded reference for bashrc.
Revision
12 -
Directory Listing
Modified
Sat Nov 20 09:26:09 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
nuke the creation of a gz for dist target.
Revision
11 -
Directory Listing
Modified
Sat Nov 20 00:49:15 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
final make dist tweak. stupid bugger.
Revision
10 -
Directory Listing
Modified
Sat Nov 20 00:43:01 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
corrections for make dist, include canocicalize.c
Revision
9 -
Directory Listing
Modified
Sat Nov 20 00:28:03 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
changed the dist target to include building bz2'd tarballs.
Revision
8 -
Directory Listing
Modified
Sat Nov 20 00:21:17 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
annoying autotool files. stuck usual copyright stuff w/ gpl v2 notice in COPYING.
Revision
7 -
Directory Listing
Modified
Sat Nov 20 00:17:06 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
a quicky attempt at making authors actually useful. Fairly complete from what I can see. Basically walked the
changelogs, cvs logs, etc.
Revision
6 -
Directory Listing
Modified
Fri Nov 19 22:11:38 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
entry regarding cvs shift, and the beast being autotooled.
Revision
2 -
Directory Listing
Modified
Fri Nov 19 22:03:42 2004 UTC
(13 years, 5 months ago)
by
ferringb
Original Path:
trunk
Initial revision
Revision
1 -
Directory Listing
Added
Fri Nov 19 22:03:42 2004 UTC
(13 years, 5 months ago)
by
(unknown author)
Original Path:
trunk
New repository initialized by cvs2svn.
Sticky Revision: |
|