Log of /trunk
Directory Listing
Revision
50 -
Directory Listing
Modified
Thu Apr 28 22:18:52 2005 UTC
(8 years ago)
by
vapier
remove the symbols header file
Revision
48 -
Directory Listing
Modified
Thu Apr 28 16:18:36 2005 UTC
(8 years ago)
by
azarah
* sandbox-1.2.2
Revision
47 -
Directory Listing
Modified
Thu Apr 28 15:49:30 2005 UTC
(8 years ago)
by
azarah
Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm
have issues; bug #90592.
Revision
46 -
Directory Listing
Modified
Sat Apr 23 21:03:40 2005 UTC
(8 years, 1 month ago)
by
azarah
Add sandbox-1.2 release comment to ChangeLog
Revision
44 -
Directory Listing
Modified
Sat Apr 23 20:52:57 2005 UTC
(8 years, 1 month ago)
by
azarah
sandbox-1.2.1
Revision
43 -
Directory Listing
Modified
Sat Apr 23 20:44:15 2005 UTC
(8 years, 1 month ago)
by
azarah
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
(8 years, 1 month ago)
by
ferringb
Tagged and bagged 1.2
Revision
40 -
Directory Listing
Modified
Mon Mar 21 23:30:13 2005 UTC
(8 years, 2 months ago)
by
azarah
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
(8 years, 2 months ago)
by
genone
show resolved symlinks in log
Revision
38 -
Directory Listing
Modified
Mon Mar 14 16:00:45 2005 UTC
(8 years, 2 months ago)
by
genone
dropping duplicate symbols
Revision
37 -
Directory Listing
Modified
Mon Mar 14 00:28:10 2005 UTC
(8 years, 2 months ago)
by
azarah
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
(8 years, 2 months ago)
by
azarah
Also rename the _init() and _fini() declarations.
Revision
35 -
Directory Listing
Modified
Sun Mar 13 23:23:00 2005 UTC
(8 years, 2 months ago)
by
azarah
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
(8 years, 2 months ago)
by
ferringb
happy output time.
missing new line.
Revision
33 -
Directory Listing
Modified
Wed Mar 9 07:34:30 2005 UTC
(8 years, 2 months ago)
by
ferringb
correct symbols.h building when libdir !+ "/lib"
Revision
32 -
Directory Listing
Modified
Wed Mar 2 17:30:16 2005 UTC
(8 years, 2 months ago)
by
azarah
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
(8 years, 2 months ago)
by
azarah
Fix symbols.in not added to dist.
Revision
30 -
Directory Listing
Modified
Wed Mar 2 09:04:45 2005 UTC
(8 years, 2 months ago)
by
azarah
White space fixes.
Revision
29 -
Directory Listing
Modified
Wed Mar 2 09:01:36 2005 UTC
(8 years, 2 months ago)
by
azarah
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
(8 years, 2 months ago)
by
ferringb
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
(8 years, 2 months ago)
by
ferringb
work damn you.
Revision
26 -
Directory Listing
Modified
Mon Dec 6 21:42:51 2004 UTC
(8 years, 5 months ago)
by
ferringb
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
(8 years, 5 months ago)
by
ferringb
compilation fixups.
Revision
24 -
Directory Listing
Modified
Sun Dec 5 05:42:10 2004 UTC
(8 years, 5 months ago)
by
ferringb
should make things compile again
Revision
23 -
Directory Listing
Modified
Thu Dec 2 05:22:49 2004 UTC
(8 years, 5 months ago)
by
vapier
turn create-localdecls into semi-autotooled
Revision
22 -
Directory Listing
Modified
Thu Dec 2 05:20:50 2004 UTC
(8 years, 5 months ago)
by
vapier
need to include config.h
Revision
21 -
Directory Listing
Modified
Thu Dec 2 04:46:02 2004 UTC
(8 years, 5 months ago)
by
vapier
touchups
Revision
20 -
Directory Listing
Modified
Thu Dec 2 02:53:00 2004 UTC
(8 years, 5 months ago)
by
vapier
scripts to generate/clean build
Revision
19 -
Directory Listing
Modified
Thu Dec 2 02:52:46 2004 UTC
(8 years, 5 months ago)
by
vapier
remove generated files
Revision
18 -
Directory Listing
Modified
Thu Dec 2 02:25:36 2004 UTC
(8 years, 5 months ago)
by
ferringb
stupid libtool.
Revision
17 -
Directory Listing
Modified
Sun Nov 21 02:23:33 2004 UTC
(8 years, 6 months ago)
by
ferringb
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
(8 years, 6 months ago)
by
ferringb
corrections to remove hardcoded paths.
Revision
15 -
Directory Listing
Modified
Sat Nov 20 13:21:06 2004 UTC
(8 years, 6 months ago)
by
ferringb
nore should these.
Revision
14 -
Directory Listing
Modified
Sat Nov 20 13:20:02 2004 UTC
(8 years, 6 months ago)
by
ferringb
this shouldn't be in cvs.
Revision
13 -
Directory Listing
Modified
Sat Nov 20 13:05:24 2004 UTC
(8 years, 6 months ago)
by
ferringb
removed the /usr/lib/portage/ hardcoded reference for bashrc.
Revision
12 -
Directory Listing
Modified
Sat Nov 20 09:26:09 2004 UTC
(8 years, 6 months ago)
by
ferringb
nuke the creation of a gz for dist target.
Revision
11 -
Directory Listing
Modified
Sat Nov 20 00:49:15 2004 UTC
(8 years, 6 months ago)
by
ferringb
final make dist tweak. stupid bugger.
Revision
10 -
Directory Listing
Modified
Sat Nov 20 00:43:01 2004 UTC
(8 years, 6 months ago)
by
ferringb
corrections for make dist, include canocicalize.c
Revision
9 -
Directory Listing
Modified
Sat Nov 20 00:28:03 2004 UTC
(8 years, 6 months ago)
by
ferringb
changed the dist target to include building bz2'd tarballs.
Revision
8 -
Directory Listing
Modified
Sat Nov 20 00:21:17 2004 UTC
(8 years, 6 months ago)
by
ferringb
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
(8 years, 6 months ago)
by
ferringb
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
(8 years, 6 months ago)
by
ferringb
entry regarding cvs shift, and the beast being autotooled.
Revision
2 -
Directory Listing
Modified
Fri Nov 19 22:03:42 2004 UTC
(8 years, 6 months ago)
by
ferringb
Initial revision
Revision
1 -
Directory Listing
Added
Fri Nov 19 22:03:42 2004 UTC
(8 years, 6 months ago)
by
(unknown author)
New repository initialized by cvs2svn.
| Sticky Revision: |
|