| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove debug printf() that I missed to remove. | Martin Schlemmer | 2006-07-08 | 1 | -1/+0 |
* | Convert all string list operations to use the str_list_*() macro's. | Martin Schlemmer | 2006-07-08 | 1 | -94/+64 |
* | Set 'env_ptr = environ;' _after_ we unset and set variables, else the | Martin Schlemmer | 2006-07-08 | 1 | -22/+27 |
* | Fix double free() in sandbox. | Martin Schlemmer | 2006-07-08 | 1 | -3/+0 |
* | Remove uneeded test, as setenv(,,0) do not replace. | Martin Schlemmer | 2006-07-06 | 1 | -6/+4 |
* | Use debug versions of malloc(), realloc() and calloc(). | Martin Schlemmer | 2006-07-06 | 2 | -13/+13 |
* | Free some of our custom environment data. | Martin Schlemmer | 2006-07-06 | 1 | -5/+13 |
* | Set default values via a config file. Also support sandbox.d | Martin Schlemmer | 2006-07-06 | 3 | -74/+197 |
* | Remove last libsandbox-only functions in favour for ones provided | Martin Schlemmer | 2006-07-06 | 5 | -70/+15 |
* | Updates for changes to librcutil. | Martin Schlemmer | 2006-07-06 | 2 | -8/+8 |
* | Fix build failure due to exists() still being needed for libsandbox. | Martin Schlemmer | 2006-07-05 | 2 | -0/+23 |
* | Use librcutil. | Martin Schlemmer | 2006-07-05 | 4 | -82/+23 |
* | Rename EINFO, etc to SB_EINFO, etc to not conflict with macros from | Martin Schlemmer | 2006-07-05 | 3 | -13/+13 |
* | Use is_env_on(ENV_SANDBOX_ON) now that we have is_env_on(). | Martin Schlemmer | 2006-07-05 | 1 | -3/+1 |
* | Abort on possible security breach. | Martin Schlemmer | 2006-07-05 | 1 | -0/+1 |
* | Set NOCOLOR to 'no', else ebuild.sh do not set COLS, etc. | Martin Schlemmer | 2006-07-05 | 1 | -1/+1 |
* | Just killing the child with SANDBOX_ABORT do not actually abort the make process | Martin Schlemmer | 2006-07-05 | 1 | -4/+27 |
* | Make stop_called volatile as its used in signal handler. | Martin Schlemmer | 2006-07-05 | 1 | -2/+2 |
* | Add /dev/full to write allowed paths, bug #137240. | Martin Schlemmer | 2006-07-05 | 1 | -1/+1 |
* | Add SANDBOX_INTRACTV logic, and Vapier's sandboxshell mojo. | Martin Schlemmer | 2006-07-04 | 1 | -2/+5 |
* | Small logic simplification. | Martin Schlemmer | 2006-07-04 | 1 | -17/+14 |
* | Add is_env_off(). Also check for true/false. Use is_env_*. | Martin Schlemmer | 2006-07-04 | 4 | -12/+29 |
* | Slightly adjust log format header. | Martin Schlemmer | 2006-07-04 | 1 | -6/+6 |
* | Theoretically add support to terminate immediately if we had an access violat... | Martin Schlemmer | 2006-07-04 | 2 | -5/+21 |
* | Add is_env_on(), and some other environ variable defines we will be using. | Martin Schlemmer | 2006-07-04 | 2 | -0/+15 |
* | Change log format, and add more info, especially cmdline, bug #138501. | Martin Schlemmer | 2006-07-04 | 2 | -68/+185 |
* | Use EERROR for OOM message instead of EWARN. | Martin Schlemmer | 2006-06-30 | 1 | -1/+1 |
* | Fix possible huge overflow with logging code. | Martin Schlemmer | 2006-06-30 | 1 | -5/+32 |
* | Do not free buffer returned by getcwd() if it was not obtained by getcwd(), | Martin Schlemmer | 2006-05-09 | 1 | -3/+9 |
* | Comment egetcwd() some more, and fix a double-free. | Martin Schlemmer | 2006-05-08 | 1 | -11/+19 |
* | If glibc/kernel side of getcwd() screwed up, return ENAMETOOLONG. | Martin Schlemmer | 2006-05-03 | 1 | -0/+1 |
* | Try to triple check getcwd() sanity. Do not think it will help for | Martin Schlemmer | 2006-04-25 | 1 | -9/+29 |
* | More configure related cleanups. Define HAVE_RTLD_NEXT | Martin Schlemmer | 2005-12-05 | 2 | -13/+8 |
* | Small tweak. | Martin Schlemmer | 2005-12-05 | 1 | -1/+1 |
* | Cleanup RTLD defines. | Martin Schlemmer | 2005-12-05 | 1 | -2/+8 |
* | Remove getcwd.c, as its no longer used. | Martin Schlemmer | 2005-12-05 | 1 | -41/+0 |
* | More changes to try and resolve OSes with generic getcwd() implementations. | Martin Schlemmer | 2005-12-05 | 7 | -33/+56 |
* | FreeBSD have RTLD_NOW, but still have the getcwd() issue. | Martin Schlemmer | 2005-12-05 | 1 | -4/+5 |
* | Split sandbox_on stuff out to libsandbox.h. Only enable if we do not | Martin Schlemmer | 2005-12-05 | 3 | -17/+35 |
* | Add sandbox_on variable to tweak internally if sandbox is on or off. | Martin Schlemmer | 2005-12-05 | 2 | -0/+13 |
* | Rather check for RTLD_NEXT than glibc. Some other cleanups. | Martin Schlemmer | 2005-12-05 | 2 | -5/+4 |
* | More bsd fixes. | Martin Schlemmer | 2005-12-05 | 1 | -4/+4 |
* | Add checks for bsd that have dlopen() in libc. | Martin Schlemmer | 2005-12-05 | 1 | -1/+1 |
* | Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename() | Martin Schlemmer | 2005-12-05 | 6 | -10/+60 |
* | Change default prefix '__' to '_DEFAULT' suffix to avoid confusion | Martin Schlemmer | 2005-12-03 | 1 | -8/+8 |
* | Use mempcpy() instead of __mempcpy(), as svn uClibc hides it. | Martin Schlemmer | 2005-12-02 | 1 | -1/+1 |
* | Add /dev/shm to write path. | Martin Schlemmer | 2005-12-02 | 1 | -1/+1 |
* | Some comment touch-ups. | Martin Schlemmer | 2005-12-01 | 1 | -2/+6 |
* | Wrap mkfifo() as it seems it was missing. | Martin Schlemmer | 2005-12-01 | 2 | -0/+18 |
* | Wrap mknod() as well. Misc cleanups. | Martin Schlemmer | 2005-12-01 | 4 | -26/+22 |