aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move libsandbox to its own directory.Martin Schlemmer2006-07-091-1824/+0
* As we are using a symbol map for libsandbox, its no longer neededMartin Schlemmer2006-07-091-2/+1
* Reformat previous added code a bit, and add debug messagesMartin Schlemmer2006-07-091-80/+128
* Apply patch to make reading and writing more reliableAlex Unleashed2006-07-091-67/+139
* Fix access call strncmp'sAlex Unleashed2006-07-091-3/+3
* Use debug versions of malloc(), realloc() and calloc().Martin Schlemmer2006-07-061-7/+7
* Remove last libsandbox-only functions in favour for ones providedMartin Schlemmer2006-07-061-2/+6
* Rename EINFO, etc to SB_EINFO, etc to not conflict with macros fromMartin Schlemmer2006-07-051-7/+7
* Use is_env_on(ENV_SANDBOX_ON) now that we have is_env_on().Martin Schlemmer2006-07-051-3/+1
* Abort on possible security breach.Martin Schlemmer2006-07-051-0/+1
* Small logic simplification.Martin Schlemmer2006-07-041-17/+14
* Add is_env_off(). Also check for true/false. Use is_env_*.Martin Schlemmer2006-07-041-11/+6
* Slightly adjust log format header.Martin Schlemmer2006-07-041-6/+6
* Theoretically add support to terminate immediately if we had an access violat...Martin Schlemmer2006-07-041-0/+4
* Change log format, and add more info, especially cmdline, bug #138501.Martin Schlemmer2006-07-041-68/+180
* Use EERROR for OOM message instead of EWARN.Martin Schlemmer2006-06-301-1/+1
* Fix possible huge overflow with logging code.Martin Schlemmer2006-06-301-5/+32
* Do not free buffer returned by getcwd() if it was not obtained by getcwd(),Martin Schlemmer2006-05-091-3/+9
* Comment egetcwd() some more, and fix a double-free.Martin Schlemmer2006-05-081-11/+19
* If glibc/kernel side of getcwd() screwed up, return ENAMETOOLONG.Martin Schlemmer2006-05-031-0/+1
* Try to triple check getcwd() sanity. Do not think it will help forMartin Schlemmer2006-04-251-9/+29
* More configure related cleanups. Define HAVE_RTLD_NEXTMartin Schlemmer2005-12-051-10/+8
* Small tweak.Martin Schlemmer2005-12-051-1/+1
* Cleanup RTLD defines.Martin Schlemmer2005-12-051-2/+8
* More changes to try and resolve OSes with generic getcwd() implementations.Martin Schlemmer2005-12-051-0/+52
* Add sandbox_on variable to tweak internally if sandbox is on or off.Martin Schlemmer2005-12-051-0/+2
* Rather check for RTLD_NEXT than glibc. Some other cleanups.Martin Schlemmer2005-12-051-1/+1
* More bsd fixes.Martin Schlemmer2005-12-051-4/+4
* Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename()Martin Schlemmer2005-12-051-3/+6
* Change default prefix '__' to '_DEFAULT' suffix to avoid confusionMartin Schlemmer2005-12-031-8/+8
* Wrap mkfifo() as it seems it was missing.Martin Schlemmer2005-12-011-0/+17
* Wrap mknod() as well. Misc cleanups.Martin Schlemmer2005-12-011-21/+19
* Rename filter_path() to resolve_path() and other renames for clarity.Martin Schlemmer2005-12-011-18/+18
* Cleanup local defines for egetcwd() and erealpath().Martin Schlemmer2005-12-011-4/+0
* Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use aMartin Schlemmer2005-12-011-10/+5
* Use versioned symbols on supported libc's for functions we wrap, as well asMartin Schlemmer2005-11-301-517/+510
* Reorder source layout.Martin Schlemmer2005-11-281-0/+1472