aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sandbox: add a script to quickly test locally built libsandboxMike Frysinger2008-11-161-0/+2
* move build flags to configure rather than MakefileMike Frysinger2008-11-111-4/+4
* Split out environment related functions, and make their naming a bit more sane.Martin Schlemmer2006-07-131-1/+4
* Move libsandbox to its own directory.Martin Schlemmer2006-07-091-59/+0
* As we are using a symbol map for libsandbox, its no longer neededMartin Schlemmer2006-07-091-20/+12
* Rather link libsandbox against librcutil's libtool objects (.lo),Martin Schlemmer2006-07-081-5/+8
* Add needed changes to get a working sandbox on FreeBSDAlex Unleashed2006-07-081-2/+2
* Set default values via a config file. Also support sandbox.dMartin Schlemmer2006-07-061-1/+2
* Remove last libsandbox-only functions in favour for ones providedMartin Schlemmer2006-07-061-1/+5
* Use librcutil.Martin Schlemmer2006-07-051-0/+2
* More configure related cleanups. Define HAVE_RTLD_NEXTMartin Schlemmer2005-12-051-3/+0
* More changes to try and resolve OSes with generic getcwd() implementations.Martin Schlemmer2005-12-051-4/+0
* Split sandbox_on stuff out to libsandbox.h. Only enable if we do notMartin Schlemmer2005-12-051-8/+10
* Rather check for RTLD_NEXT than glibc. Some other cleanups.Martin Schlemmer2005-12-051-4/+3
* Add checks for bsd that have dlopen() in libc.Martin Schlemmer2005-12-051-1/+1
* Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename()Martin Schlemmer2005-12-051-5/+9
* Rename src/symbols.in to src/symbols.h.in.Martin Schlemmer2005-12-011-1/+1
* Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use aMartin Schlemmer2005-12-011-3/+6
* Small syntax cleanup.Martin Schlemmer2005-11-301-1/+1
* Use versioned symbols on supported libc's for functions we wrap, as well asMartin Schlemmer2005-11-301-36/+61
* Reorder source layout.Martin Schlemmer2005-11-281-0/+48