aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/subr.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-201-2/+2
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+6
* Now that ioctl(2) is allowed in capability mode and we can limit ioctls for thePawel Jakub Dawidek2013-03-141-16/+48
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-101-4/+4
* Constify argument.Pawel Jakub Dawidek2012-01-061-1/+1
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tPawel Jakub Dawidek2011-09-271-19/+17
* Compile capsicum support only if HAVE_CAPSICUM is defined.Pawel Jakub Dawidek2011-06-271-0/+4
* Log a warning if we cannot sandbox using capsicum, but only under debug level 1.Pawel Jakub Dawidek2011-06-271-2/+6
* To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we needPawel Jakub Dawidek2011-05-231-1/+7
* Currently we are unable to use capsicum for the primary worker process,Pawel Jakub Dawidek2011-05-141-18/+40
* When using capsicum to sanbox, still use other methods first, just in casePawel Jakub Dawidek2011-05-141-10/+13
* Add my copyright.Pawel Jakub Dawidek2011-03-221-0/+1
* White space cleanups.Pawel Jakub Dawidek2011-03-221-4/+4
* When dropping privileges prefer capsicum over chroot+setgid+setuid.Pawel Jakub Dawidek2011-03-211-1/+15
* Add snprlcat() and vsnprlcat() - the functions I'm always missing.Pawel Jakub Dawidek2011-03-211-0/+24
* Let the caller log info about successful privilege drop.Pawel Jakub Dawidek2011-02-031-2/+0
* - Use pjdlog for assertions and aborts as this will log assert/abort messagePawel Jakub Dawidek2011-01-311-2/+2
* Implement function that drops privileges by:Pawel Jakub Dawidek2011-01-281-0/+72
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-181-0/+118