summaryrefslogtreecommitdiff
path: root/lib/util/secure_path.c
Commit message (Expand)AuthorAgeFilesLines
* Convert config file paths to colon-separated path list.Todd C. Miller2023-05-021-0/+58
* Use sudo_secure_open_file() instead of sudo_secure_file() where possible.Todd C. Miller2022-09-211-8/+15
* Fix potential TOCTOU when creating time stamp directory and file.Todd C. Miller2022-09-211-21/+79
* sudo_secure_path: pass the struct stat * argument directly to stat(2)Todd C. Miller2022-03-101-14/+15
* Remove compatibility defines for POSIX sys/stat.h macros.Todd C. Miller2021-03-101-3/+3
* Include string.h unconditionally and only use strings.h for strn?casecmp()Todd C. Miller2020-05-181-6/+1
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-181-4/+0
* debug_decl and debug_decl_vars now require a semicolon at the end.Todd C. Miller2019-12-221-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Convert PVS-Studio comment to ANSI C.Todd C. Miller2018-10-261-2/+4
* Add comments in .c files so PVS-Studio will check them.Todd C. Miller2018-10-211-0/+3
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* Be consistent with the naming of the variable used to store theTodd C. Miller2016-09-081-8/+8
* There's no need to conditionalize the #include <unistd.h>, we requireTodd C. Miller2015-07-021-3/+1
* Go back to a 2 args debug_decl and just use the "default" instance,Todd C. Miller2015-02-011-2/+2
* Add support for multiple Debug lines per program. Callers mayTodd C. Miller2014-10-221-2/+2
* Rename missing.h -> sudo_compat.hTodd C. Miller2014-07-221-1/+1
* Merge secure_path.h -> sudo_util.hTodd C. Miller2014-07-221-1/+1
* Version the functions in libsudo_utilTodd C. Miller2014-07-221-3/+3
* Top level directory reorgTodd C. Miller2014-06-261-0/+83