summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/subr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+6
* Now that ioctl(2) is allowed in capability mode and we can limit ioctls for thepjd2013-03-141-16/+48
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-4/+4
* Constify argument.pjd2012-01-061-1/+1
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-271-19/+17
* Compile capsicum support only if HAVE_CAPSICUM is defined.pjd2011-06-271-0/+4
* Log a warning if we cannot sandbox using capsicum, but only under debug level 1.pjd2011-06-271-2/+6
* To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we needpjd2011-05-231-1/+7
* Currently we are unable to use capsicum for the primary worker process,pjd2011-05-141-18/+40
* When using capsicum to sanbox, still use other methods first, just in casepjd2011-05-141-10/+13
* Add my copyright.pjd2011-03-221-0/+1
* White space cleanups.pjd2011-03-221-4/+4
* When dropping privileges prefer capsicum over chroot+setgid+setuid.pjd2011-03-211-1/+15
* Add snprlcat() and vsnprlcat() - the functions I'm always missing.pjd2011-03-211-0/+24
* Let the caller log info about successful privilege drop.pjd2011-02-031-2/+0
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-311-2/+2
* Implement function that drops privileges by:pjd2011-01-281-0/+72
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+118
OpenPOWER on IntegriCloud