summaryrefslogtreecommitdiff
path: root/src/preload.c
Commit message (Expand)AuthorAgeFilesLines
* Use AIX-style shared libraries on AIX by default instead of SVR4-style.Todd C. Miller2022-12-261-1/+1
* Correct type of sudoers_audit.Todd C. Miller2022-08-221-1/+1
* Fix missing prototype warning.Todd C. Miller2022-06-271-2/+2
* Add sudoers_audit to sudo_sudoers_plugin_symbols[] array.Todd C. Miller2020-09-041-0/+2
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-181-1/+0
* Add a plugin interface to sudo main event loop.Todd C. Miller2019-11-151-2/+2
* 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
* Include sys/types.h to get gid_t, etc used in sudo_compat.h.Todd C. Miller2014-10-011-0/+1
* Rename missing.h -> sudo_compat.hTodd C. Miller2014-07-221-1/+1
* Add exported libsudo_util functions to util.exp and mark in headersTodd C. Miller2014-06-261-0/+1
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-221-10/+32
* Fix some #if vs. #ifdef and remove an extraneous semicolon.Todd C. Miller2013-11-171-1/+1
* Now that the ldap code runs with the real and effective uid set toTodd C. Miller2013-07-281-0/+14
* Update copyright years.Todd C. Miller2013-04-241-1/+1
* Don't rely on NULL since we don't include a header for it.Todd C. Miller2011-07-201-1/+1
* sudo_preload_table is an arrayTodd C. Miller2010-10-111-1/+1
* Add dlopen() emulation for systems without it.Todd C. Miller2010-09-261-0/+31