| Commit message (Expand) | Author | Age | Files | Lines |
* | Release sandbox-1.2.12.v1.2.12 | Martin Schlemmer | 2005-08-05 | 2 | -1/+3 |
* | Improve error handling for get_sandbox_*_envvar() functions. | Martin Schlemmer | 2005-08-05 | 2 | -9/+32 |
* | Remove the tmp_dir variable - we do not need it. | Martin Schlemmer | 2005-08-05 | 2 | -6/+5 |
* | If we are called from the command line, do not care about PORTAGE_TMPDIR, | Martin Schlemmer | 2005-08-05 | 3 | -13/+27 |
* | Do not give an access violation if the access() system call do not have | Martin Schlemmer | 2005-08-05 | 2 | -0/+21 |
* | Add /dev/tts to write permit, bug #42809. | Martin Schlemmer | 2005-08-01 | 2 | -1/+3 |
* | Add support for SANDBOX_VERBOSE (enabled by default). Adjust SANDBOX_DEBUG | Martin Schlemmer | 2005-08-01 | 2 | -12/+26 |
* | Still do normal log if debugging is requested. | Martin Schlemmer | 2005-08-01 | 2 | -22/+45 |
* | Do not resolve symlinks in PORTAGE_TMPDIR in sandbox .. we will handle that | Martin Schlemmer | 2005-07-27 | 4 | -4/+34 |
* | Print all logging to stderr, bug #90343, comment #15 | Zac Medico | 2005-07-22 | 2 | -4/+8 |
* | Release sandbox-1.2.11.v1.2.11 | Martin Schlemmer | 2005-07-14 | 2 | -1/+3 |
* | Fix getcwd, bug #98419. | Martin Schlemmer | 2005-07-14 | 2 | -4/+9 |
* | Fix compile error with previous change, and return rather then exit(). | Martin Schlemmer | 2005-07-08 | 2 | -4/+5 |
* | Remove old logs if present and conflicting with current. | Martin Schlemmer | 2005-07-08 | 2 | -1/+14 |
* | Try to cleanup and make error handling/printing consistent. | Martin Schlemmer | 2005-07-08 | 4 | -134/+139 |
* | Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log | Martin Schlemmer | 2005-07-07 | 4 | -21/+48 |
* | Only declare functions in sandbox_futils.c that are used in libsandbox.c when | Martin Schlemmer | 2005-07-07 | 3 | -0/+14 |
* | Remove unused includes and variables. | Martin Schlemmer | 2005-07-07 | 4 | -19/+2 |
* | Remove sandbox_dir and co - we are not using it anymore. | Martin Schlemmer | 2005-07-07 | 4 | -35/+7 |
* | Redo the interface of the get_* functions so that we do not leak memory. | Martin Schlemmer | 2005-07-07 | 5 | -47/+34 |
* | Major cleanup of sandbox_futils.c. Removed most of the functions as we now | Martin Schlemmer | 2005-07-07 | 4 | -382/+67 |
* | Fix possible segfault in env init code. | Martin Schlemmer | 2005-07-07 | 2 | -1/+5 |
* | Cleanup init_env_entries() and check_prefixes(). | Martin Schlemmer | 2005-07-06 | 2 | -80/+62 |
* | Add check_prefixes() with major cleanup on check_access(). | Martin Schlemmer | 2005-07-06 | 2 | -179/+141 |
* | Clean up logging in libsandbox.c, and hopefully make it more consistant. | Martin Schlemmer | 2005-07-06 | 2 | -70/+53 |
* | Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot ... | Martin Schlemmer | 2005-07-06 | 4 | -10/+13 |
* | Remove unused 'pids file' code. | Martin Schlemmer | 2005-07-06 | 5 | -268/+4 |
* | Remove unused variables. | Martin Schlemmer | 2005-07-06 | 2 | -4/+0 |
* | Remove trailing ':' for SANDBOX_PREDICT. | Martin Schlemmer | 2005-07-03 | 1 | -1/+1 |
* | * sandbox-1.2.10, try #2.v1.2.10 | Martin Schlemmer | 2005-07-03 | 1 | -1/+1 |
* | * sandbox-1.2.10 | Martin Schlemmer | 2005-07-03 | 1 | -0/+2 |
* | Fix typo in Robin's patch. | Martin Schlemmer | 2005-07-03 | 1 | -1/+1 |
* | Add PREDICT items for nss-db, bug #92079 | Robin Johnson | 2005-07-03 | 2 | -1/+15 |
* | Move get_sandbox_*_envvar() to sandbox_setup_environ(), as its more appropria... | Martin Schlemmer | 2005-06-17 | 2 | -9/+9 |
* | Remove fooling around with exit codes - we error out on presence of a log any... | Martin Schlemmer | 2005-06-17 | 2 | -3/+6 |
* | Label rename for clarity. | Martin Schlemmer | 2005-06-14 | 1 | -3/+3 |
* | Cleanup the fail_nametoolong stuff a bit more. | Martin Schlemmer | 2005-06-14 | 2 | -82/+55 |
* | Remove hopefully the last ld.so.preload bits we do not use anymore. | Martin Schlemmer | 2005-06-11 | 2 | -5/+3 |
* | Remove the unneeded canonicalize() calls in the wrappers - we do it anyhow | Martin Schlemmer | 2005-06-11 | 2 | -98/+58 |
* | More comment/readability cleanups | Martin Schlemmer | 2005-06-11 | 2 | -4/+7 |
* | Some strncpy/strncat and other cleanups. | Martin Schlemmer | 2005-06-11 | 5 | -39/+32 |
* | * sandbox-1.2.9v1.2.9 | Martin Schlemmer | 2005-06-09 | 2 | -1/+3 |
* | Move symlink hack down a bit to try and minimize on the amount of lstat() | Martin Schlemmer | 2005-06-09 | 2 | -30/+36 |
* | Add hack to allow writing to /proc/self/fd (or /dev/fd), bug #91516. | Martin Schlemmer | 2005-06-09 | 3 | -1/+16 |
* | Add wrapper for access() function, bug #85413. | Martin Schlemmer | 2005-06-09 | 3 | -8/+45 |
* | Use generic getcwd() implementation from uclibc - should be more portable | Martin Schlemmer | 2005-06-09 | 2 | -437/+152 |
* | Make sure our true_* pointers are initialized to NULL, and that we check for | Martin Schlemmer | 2005-06-09 | 3 | -19/+27 |
* | Be default we will fail if the path name we try to canonicalize is too long. | Martin Schlemmer | 2005-06-09 | 2 | -10/+45 |
* | Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360 | Martin Schlemmer | 2005-06-08 | 3 | -1/+8 |
* | Whitespace fixes. | Martin Schlemmer | 2005-06-08 | 1 | -57/+38 |