Log of /trunk/libsandbox
Directory Listing
Revision
414 -
Directory Listing
Modified
Sun Nov 16 06:26:09 2008 UTC
(4 years, 6 months ago)
by
vapier
use SB_EERROR() rather than DBG_MSG() so we have a better chance of seeing the output
Revision
413 -
Directory Listing
Modified
Sun Nov 16 06:19:28 2008 UTC
(4 years, 6 months ago)
by
vapier
make sure the file is big enough for the static elf check so we dont segfault by walking beyond the file map
Revision
410 -
Directory Listing
Modified
Sun Nov 16 04:12:34 2008 UTC
(4 years, 6 months ago)
by
vapier
fix up one more old style SB_EERROR
Revision
409 -
Directory Listing
Modified
Sun Nov 16 04:11:23 2008 UTC
(4 years, 6 months ago)
by
vapier
unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_printf function
Revision
404 -
Directory Listing
Modified
Tue Nov 11 06:23:02 2008 UTC
(4 years, 6 months ago)
by
vapier
move build flags to configure rather than Makefile
Revision
403 -
Directory Listing
Modified
Tue Nov 11 05:42:04 2008 UTC
(4 years, 6 months ago)
by
vapier
catch fchownat and fchmodat
Revision
400 -
Directory Listing
Modified
Mon Nov 10 22:12:20 2008 UTC
(4 years, 6 months ago)
by
vapier
do a little memory memory checking on free() to make sure the pointer didnt get corrupt
Revision
399 -
Directory Listing
Modified
Mon Nov 10 22:11:40 2008 UTC
(4 years, 6 months ago)
by
vapier
make sure we zero out cached_env_vars when we free it so we dont hit a double-free on exit
Revision
398 -
Directory Listing
Modified
Mon Nov 10 22:10:58 2008 UTC
(4 years, 6 months ago)
by
vapier
make sure we use local strdup rather than system libc
Revision
395 -
Directory Listing
Modified
Mon Nov 10 21:04:32 2008 UTC
(4 years, 6 months ago)
by
vapier
detect static ELFs and warn when we try to execute them
Revision
394 -
Directory Listing
Modified
Mon Nov 10 19:55:50 2008 UTC
(4 years, 6 months ago)
by
vapier
initial support for wrapping at functions #174233
Revision
392 -
Directory Listing
Modified
Mon Nov 10 16:38:52 2008 UTC
(4 years, 6 months ago)
by
vapier
pull in headers for dist
Revision
390 -
Directory Listing
Modified
Mon Nov 10 15:48:58 2008 UTC
(4 years, 6 months ago)
by
vapier
unify 64bit versions with the non-64bit versions
Revision
389 -
Directory Listing
Modified
Mon Nov 10 07:23:39 2008 UTC
(4 years, 6 months ago)
by
vapier
break function args out into WRAPPER_ARGS and func name into STRING_NAME
Revision
386 -
Directory Listing
Modified
Mon Nov 10 06:21:46 2008 UTC
(4 years, 6 months ago)
by
vapier
fix grammar: do not exist -> does not exist
Revision
385 -
Directory Listing
Modified
Sun Nov 9 14:39:00 2008 UTC
(4 years, 6 months ago)
by
vapier
also handle lutimes()
Revision
384 -
Directory Listing
Modified
Sun Nov 9 14:34:12 2008 UTC
(4 years, 6 months ago)
by
vapier
catch utime/utimes #163770
Revision
380 -
Directory Listing
Modified
Sun Nov 9 12:26:15 2008 UTC
(4 years, 6 months ago)
by
vapier
create local memory functions so we do not conflict with any custom versions #164656 by Ed Catmur
Revision
375 -
Directory Listing
Modified
Sun Nov 9 11:00:39 2008 UTC
(4 years, 6 months ago)
by
vapier
use internal memory funcs
Revision
373 -
Directory Listing
Modified
Sun Nov 9 10:44:39 2008 UTC
(4 years, 6 months ago)
by
vapier
make code path in is_sandbox_on() a bit simpler
Revision
372 -
Directory Listing
Modified
Sun Nov 9 10:44:02 2008 UTC
(4 years, 6 months ago)
by
vapier
fixup style/warnings in previous commit
Revision
370 -
Directory Listing
Modified
Sun Nov 9 10:29:58 2008 UTC
(4 years, 6 months ago)
by
vapier
consolidate all random system includes into headers.h
Revision
369 -
Directory Listing
Modified
Sun Nov 9 09:48:28 2008 UTC
(4 years, 6 months ago)
by
vapier
cleanup whitespace and comments -- no functional changes
Revision
365 -
Directory Listing
Modified
Sun Nov 9 08:30:33 2008 UTC
(4 years, 6 months ago)
by
vapier
fix typo: wrappers.c, not wrapper.c
Revision
359 -
Directory Listing
Modified
Sun Nov 9 07:38:53 2008 UTC
(4 years, 6 months ago)
by
vapier
make sure wrapper.c depends on symbols.h #190051 by Jose Luis Rivero
Revision
357 -
Directory Listing
Modified
Tue Oct 23 23:49:35 2007 UTC
(5 years, 7 months ago)
by
vapier
mark the new "e" fopen() flag as safe
Revision
347 -
Directory Listing
Modified
Sun Sep 3 08:02:05 2006 UTC
(6 years, 8 months ago)
by
vapier
update ignores
Revision
345 -
Directory Listing
Modified
Sun Aug 20 12:04:04 2006 UTC
(6 years, 9 months ago)
by
vapier
insert/delete whitespace
Revision
344 -
Directory Listing
Modified
Thu Jul 13 16:18:29 2006 UTC
(6 years, 10 months ago)
by
azarah
Punt vim indentation line.
Revision
342 -
Directory Listing
Modified
Thu Jul 13 16:16:30 2006 UTC
(6 years, 10 months ago)
by
azarah
Punt old copyright stuff, as nearly everything was rewrited. If something is was not and is pointed out, I will rectify it.
Revision
339 -
Directory Listing
Modified
Thu Jul 13 15:25:38 2006 UTC
(6 years, 10 months ago)
by
azarah
Add back using libsbutil.a, else libsandbox.so increase currently with at least 3kb.
Revision
338 -
Directory Listing
Modified
Thu Jul 13 13:39:31 2006 UTC
(6 years, 10 months ago)
by
azarah
Fix wrappers not being included in distribution.
Revision
336 -
Directory Listing
Modified
Thu Jul 13 12:27:16 2006 UTC
(6 years, 10 months ago)
by
azarah
Most other code use old_errno, so make it the same here.
Revision
335 -
Directory Listing
Modified
Thu Jul 13 12:26:42 2006 UTC
(6 years, 10 months ago)
by
azarah
Make sure the unlink() wrapper do not touch errno.
Revision
334 -
Directory Listing
Modified
Thu Jul 13 12:22:29 2006 UTC
(6 years, 10 months ago)
by
azarah
Cleanup execve() wrapper.
Revision
333 -
Directory Listing
Modified
Thu Jul 13 10:26:50 2006 UTC
(6 years, 10 months ago)
by
azarah
Rename wrapper-decls to wrapper-funcs.
Revision
332 -
Directory Listing
Modified
Thu Jul 13 10:23:48 2006 UTC
(6 years, 10 months ago)
by
azarah
Split wrappers out to make modifying easier.
Revision
331 -
Directory Listing
Modified
Wed Jul 12 16:53:51 2006 UTC
(6 years, 10 months ago)
by
azarah
Make sure we do not segfault with invalid mode passed to fopen() and co. Add note about allowing different errno to be returned.
Revision
330 -
Directory Listing
Modified
Wed Jul 12 16:45:21 2006 UTC
(6 years, 10 months ago)
by
azarah
Add patch for using open() to test if the file exists, bug #135745.
Revision
329 -
Directory Listing
Modified
Wed Jul 12 15:49:47 2006 UTC
(6 years, 10 months ago)
by
azarah
Update for librcutil dynbuf function name changes.
Revision
322 -
Directory Listing
Modified
Tue Jul 11 16:00:08 2006 UTC
(6 years, 10 months ago)
by
azarah
Convert getcmdline() to use dynbuf functions cleaning up nicely.
Revision
320 -
Directory Listing
Modified
Mon Jul 10 17:18:38 2006 UTC
(6 years, 10 months ago)
by
azarah
Move the FUNCTION_SANDBOX_SAFE* macro's to libsandbox.h where they are more appropriate.
Revision
319 -
Directory Listing
Modified
Mon Jul 10 17:16:34 2006 UTC
(6 years, 10 months ago)
by
azarah
Update copyright in case something from InstallWatch are still in here.
Revision
318 -
Directory Listing
Modified
Mon Jul 10 07:21:53 2006 UTC
(6 years, 10 months ago)
by
azarah
Add wrapper for internal use of getcwd().
Revision
317 -
Directory Listing
Modified
Mon Jul 10 07:16:56 2006 UTC
(6 years, 10 months ago)
by
azarah
Move wrappers out of libsandbox.c. Move IO functions to
libsbutil.
Revision
316 -
Directory Listing
Modified
Sun Jul 9 20:46:01 2006 UTC
(6 years, 10 months ago)
by
azarah
Add forgotten libsandbox.h.
Revision
315 -
Directory Listing
Modified
Sun Jul 9 20:38:41 2006 UTC
(6 years, 10 months ago)
by
azarah
Start moving libsandbox only related stuff out of libsbutil.
Revision
312 -
Directory Listing
Modified
Sun Jul 9 20:09:20 2006 UTC
(6 years, 10 months ago)
by
azarah
Use defines for proc directories/files.
Revision
311 -
Directory Listing
Modified
Sun Jul 9 19:59:15 2006 UTC
(6 years, 10 months ago)
by
azarah
Use PAGE_SIZE to read proc files.
Revision
310 -
Directory Listing
Added
Sun Jul 9 19:21:33 2006 UTC
(6 years, 10 months ago)
by
azarah
Move libsandbox to its own directory.
| Sticky Revision: |
|