summaryrefslogtreecommitdiff
path: root/lib/security.c
Commit message (Expand)AuthorAge
* Remove some excessive debugging outputColin Watson2022-09-19
* Remove some unused includesColin Watson2022-02-08
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* Use Gnulib attribute.h properlyColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Add several function attributes suggested by GCCColin Watson2019-08-25
* Simplify some GCC attribute handlingColin Watson2019-08-24
* Use bool type where appropriateColin Watson2019-01-26
* Reduce number of MAN_OWNER ifdefsColin Watson2018-02-07
* Refactor do_system_drop_privsColin Watson2018-02-07
* Rename SECURE_MAN_UID to MAN_OWNERColin Watson2016-12-13
* Eliminate dangerous setgid-root directoriesColin Watson2016-12-10
* Remove lots of unnecessary inline qualifiersColin Watson2015-12-07
* * lib/security.c (do_system_drop_privs_child): Remove unusedColin Watson2011-03-24
* Rewrite all remaining subprocess handling in terms of libpipeline.Colin Watson2011-03-24
* * lib/security.c (running_setuid): New function.Colin Watson2011-01-04
* * gnulib: Import idpriv-drop and idpriv-droptemp modules.Colin Watson2010-12-19
* * lib/security.c (do_system_drop_privs): Copy-edit header comment,Colin Watson2010-12-01
* * lib/pipeline.c (pipeline_run): This would be a more convenientColin Watson2010-10-24
* * lib/pipeline.c (pipeline_run): New function.Colin Watson2010-10-24
* Move security to libman.Colin Watson2010-09-27