aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: handle unlinkat() like unlink() for symlinksv1.3.2Mike Frysinger2008-12-231-0/+1
* libsandbox: use integers rather than strings for functionsMike Frysinger2008-11-291-64/+67
* libsandbox: pass __xmknod through the wrap stagev1.3.1Mike Frysinger2008-11-281-0/+1
* libsandbox: tweak style a bit -- no functional changesMike Frysinger2008-11-281-8/+6
* libsandbox: pass lutimes/utimensat through the wrap stageMike Frysinger2008-11-281-0/+2
* libsandbox: resolve_path(): save/restore errno in all cases and dont leak memoryMike Frysinger2008-11-161-7/+13
* libsandbox: implement initial dirfd parsing for *at functionsMike Frysinger2008-11-161-5/+14
* libsandbox: use SB_EERROR() rather than DBG_MSG()Mike Frysinger2008-11-161-7/+7
* unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_prin...Mike Frysinger2008-11-161-13/+9
* libsandbox: catch fchownat and fchmodatMike Frysinger2008-11-111-0/+2
* libsandbox: zero out cached_env_varsMike Frysinger2008-11-101-22/+22
* libsandbox: initial support for wrapping *at functions #174233Mike Frysinger2008-11-101-20/+32
* fix grammar: do not exist -> does not existMike Frysinger2008-11-101-1/+1
* libsandbox: make code path in is_sandbox_on() a bit simplerMike Frysinger2008-11-091-7/+7
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-14/+1
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-20/+3
* libsandbox: mark the new "e" fopen() flag as safeMike Frysinger2007-10-231-1/+1
* insert/delete whitespaceMike Frysinger2006-08-201-40/+38
* Punt vim indentation line.Martin Schlemmer2006-07-131-2/+0
* Punt old copyright stuff, as nearly everything was rewrited. If something is...Martin Schlemmer2006-07-131-15/+13
* Make sure we do not segfault with invalid mode passed to fopen() and co. Add...Martin Schlemmer2006-07-121-3/+9
* Update for librcutil dynbuf function name changes.Martin Schlemmer2006-07-121-7/+7
* Convert getcmdline() to use dynbuf functions cleaning up nicely.Martin Schlemmer2006-07-111-31/+19
* Add wrapper for internal use of getcwd().Martin Schlemmer2006-07-101-2/+1
* Move wrappers out of libsandbox.c. Move IO functions toMartin Schlemmer2006-07-101-775/+15
* Start moving libsandbox only related stuff out of libsbutil.Martin Schlemmer2006-07-091-0/+1
* Use defines for proc directories/files.Martin Schlemmer2006-07-091-12/+16
* Use PAGE_SIZE to read proc files.Martin Schlemmer2006-07-091-4/+7
* Move libsandbox to its own directory.Martin Schlemmer2006-07-091-0/+1824