summaryrefslogtreecommitdiff
path: root/mkdep.pl
Commit message (Expand)AuthorAgeFilesLines
* Add runas_check_shell flag to require a runas user to have a valid shell.Todd C. Miller2019-12-091-1/+1
* Always use our own strtonum and implement sudo_strtoid in terms of it.Todd C. Miller2019-10-141-1/+1
* Check source dir if source file is not listed in MANIFEST.Todd C. Miller2019-08-051-2/+7
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Add a proper getdelim(3) replacement and use it instead of getline(3).Todd C. Miller2019-04-081-1/+1
* Add pvs-studio target and associated production rules.Todd C. Miller2018-10-211-22/+48
* When both a .o and .lo file was used in a Makefile, we used to makeTodd C. Miller2018-07-201-2/+2
* Import arc4random() from libressl. This takes an all-in-one approachTodd C. Miller2018-05-241-1/+1
* Move digest code into libutilTodd C. Miller2018-05-241-1/+1
* rename ldap_common.c -> ldap_util.cTodd C. Miller2018-02-281-1/+1
* Move LDAP configuration bits into ldap_conf.cTodd C. Miller2018-02-111-1/+1
* Move common bits of ldap to sudoers conversion into ldap_common.cTodd C. Miller2018-02-091-1/+1
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* Allow "make dist" and "make depend" to work for out of tree builds.Todd C. Miller2017-04-261-10/+23
* Emulate pipe2() on systems without it.Todd C. Miller2017-03-131-1/+1
* Add support for using the message digest functions in libgcryptTodd C. Miller2017-02-201-1/+1
* Add support for using the message digest functions in OpenSSL insteadTodd C. Miller2017-02-201-0/+1
* When waiting for the parent to grant us the tty, use nanosleepTodd C. Miller2017-01-121-2/+2
* Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix in ASAN_LDFLAGSTodd C. Miller2016-11-151-1/+1
* Add vsyslog.loTodd C. Miller2016-10-291-1/+1
* Add missing dependency info for reallocarray.lo in lib/util/Makefile.inTodd C. Miller2015-06-151-1/+1
* Add strndup() for those without it. As strndup.c uses strnlen(),Todd C. Miller2015-05-261-1/+1
* Instead of trying to make weak functions work on all platforms,Todd C. Miller2015-05-111-1/+1
* Use futimens() and utimensat() instead of futimes() and utimes().Todd C. Miller2015-03-021-1/+1
* We cannot (easily) use clock_gettime(CLOCK_MONOTONIC) directly asTodd C. Miller2015-02-241-1/+1
* Add regress for mkdtemp and mkstemps from OpenBSDTodd C. Miller2015-02-201-1/+1
* Use weak symbols for sudo_warn_gettext() and sudo_warn_strerror()Todd C. Miller2015-02-171-1/+1
* Add Solaris audit support; from Gary Winiger at Oracle.Todd C. Miller2014-06-271-1/+1
* Add missing rule for building sha2.lo when not supported by libc or libmd.Todd C. Miller2014-04-221-1/+1
* Use inet_pton() instead of inet_aton() and include a version fromTodd C. Miller2014-02-051-1/+1
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-301-2/+2
* Add strtonum.c to compat for simpler number parsing.Todd C. Miller2013-12-101-1/+1
* Instead of setprogname(), add initprogname() which gets the programTodd C. Miller2013-12-011-1/+1
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-221-1/+1
* Uniquify header dependencies so we don't end up with duplicatesTodd C. Miller2013-11-111-5/+7
* Add getaddrinfo.lo to LTLIBOBJS for systems that need it.Todd C. Miller2013-11-111-1/+1
* Add support for libevent-style timed events. Adding a timed eventTodd C. Miller2013-10-281-1/+1
* Simple event subsystem that uses poll() or select(). Basically aTodd C. Miller2013-10-121-1/+1
* Implement memset_s() and use it instead of zero_bytes().Todd C. Miller2013-08-031-1/+1
* Add make rules for building getopt_long.cTodd C. Miller2013-07-181-1/+1
* Add copyright notice to scriptsTodd C. Miller2013-04-241-0/+15
* Move warn/error into common and make static builds work.Todd C. Miller2012-11-251-1/+1
* Add os-specific initialization functions for solaris (workaroundTodd C. Miller2012-11-111-1/+1
* Add missing signame dependencyTodd C. Miller2012-08-291-1/+1
* Replace strsigname() with sig2str(), emulating it as needed.Todd C. Miller2012-08-291-1/+1
* Use strsigname() to print signal names in the debug output.Todd C. Miller2012-08-261-1/+1
* Support for using SSSD (http://fedorahosted.org/sssd/) as a sudoersTodd C. Miller2012-08-101-1/+1
* Initial cut at a hooks implementation. The plugin can registerTodd C. Miller2012-03-071-1/+1
* When running a login shell with a login_class specified, useTodd C. Miller2011-12-081-1/+1
* Add support for setenv entries in login.conf. We can't use LOGIN_SETENVTodd C. Miller2011-12-051-1/+1