summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Regenerate with latest autoconf from git.Todd C. Miller2023-05-011-7/+4
* Move CONFIGURE_ARGS from sudo_usage.h.in to config.h.in.Todd C. Miller2023-04-181-0/+3
* Use built-in tests for bit types instead of using AC_CHECK_TYPES.Todd C. Miller2023-03-221-58/+61
* Remove portable getcwd.c, nothing uses it anymore.Todd C. Miller2023-03-161-3/+0
* Add checks for realpath(3) and a version from NetBSD for those without it.Todd C. Miller2023-02-121-0/+11
* Add configure test for NSIG, _NSIG or __NSIG.Todd C. Miller2023-01-311-0/+12
* Regen with latest autoconf git.Todd C. Miller2023-01-271-1/+1
* Eliminate usage of obsolete 2-argument AC_CHECK_TYPE macro.Todd C. Miller2023-01-191-36/+78
* Add support for the struct kinfo_proc on Dragonfly BSD.Todd C. Miller2023-01-191-0/+3
* sudo 1.9.13Todd C. Miller2022-12-261-8/+11
* Use C23 [[__fallthrough__]] and [[__noreturn__]] attributes if supported.Todd C. Miller2022-11-291-4/+25
* Use AC_SYS_YEAR2038 instead of setting _TIME_BITS by hand.Todd C. Miller2022-11-161-1/+1
* Regenerate with the autoconf 2.72a pre-release.Todd C. Miller2022-11-161-263/+267
* Remove checks for random() and lrand48(), they are no longer used.Todd C. Miller2022-11-111-6/+0
* configure: avoid running unnecessary tests on modern systems.Todd C. Miller2022-11-111-9/+12
* Use mkdtempat_np() and mkostempsat_np() on macOSTodd C. Miller2022-09-221-5/+5
* Add fchownat() systems without it.Todd C. Miller2022-09-211-0/+3
* Add mkdtempat() and mkostempsat() for systems without them.Todd C. Miller2022-09-211-0/+6
* Move gcc-style __attribute__ macros to config.h.inTodd C. Miller2022-09-071-1/+47
* Use process_vm_readv(2) and process_vm_writev(2) if available.Todd C. Miller2022-08-251-0/+3
* Check for SECCOMP_MODE_FILTER not SECCOMP_SET_MODE_FILTER.Todd C. Miller2022-06-071-3/+3
* Avoid using vfork(2) in the DSO system(3) wrapper.Todd C. Miller2022-06-031-3/+0
* Add configure check for vfork(2) and fall back to fork(2) if missing.Todd C. Miller2022-05-311-0/+3
* Add a --with-apparmor build flagkernelmethod2022-05-231-0/+3
* Define _TIME_BITS=64 on systems that define __TIMESIZE, like GNU libc.Todd C. Miller2022-04-191-0/+3
* Use close_range(2) in closefrom() emulation if available.Todd C. Miller2022-03-011-0/+6
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-0/+3
* Use strtoul() on systems without strtoull().Todd C. Miller2021-11-081-0/+3
* parse_gentime: use timegm() to generate time since the epochTodd C. Miller2021-10-311-0/+3
* wolfSSL not WolfSSLTodd C. Miller2021-10-261-1/+1
* Add support for WolfSSL's OpenSSL compatibility layer.Todd C. Miller2021-10-251-0/+3
* arc4random: need to include sys/random.h on Solaris too.Todd C. Miller2021-10-221-0/+3
* Add an explicit check for sys/sysctl.h.Todd C. Miller2021-10-201-0/+3
* Use our own getentropy() by default on Linux.Todd C. Miller2021-10-201-3/+0
* Emulate closefrom() on macOS using proc_pidinfo().Todd C. Miller2021-09-271-0/+6
* Add gmtime_r and localtime_r tests and compat if missing.Todd C. Miller2021-09-171-0/+6
* tls_init.c: use SSL_CTX_set0_tmp_dh_pkey if present.Todd C. Miller2021-09-171-0/+3
* Change intercept IPC to use a localhost socket instead of inherited fd.Todd C. Miller2021-08-251-3/+0
* Use AC_FUNC_FSEEKO instead of AC_CHECK_FUNCS_ONCE([fseeko]).Todd C. Miller2021-08-201-1/+4
* We still need the pread/pwrite hack for HP-UX 11.11 at least.Todd C. Miller2021-08-191-0/+14
* Older Solaris has getusershell() et al but does not declare it.Todd C. Miller2021-08-131-0/+4
* If msg_control is not present in struct msghdr use msg_accrights instead.Todd C. Miller2021-08-091-0/+3
* Use TLS_method() instead of TLS_client_method() throughout.Todd C. Miller2021-07-261-5/+2
* Add configure check for va_copy instead of using #ifdefTodd C. Miller2021-07-251-0/+6
* Remove vsyslog(3) emulation, it is no longer used.Todd C. Miller2021-06-141-3/+0
* Remove the HP-UX 11.0 pread64() hack, it causes problems on modern HP-UX.Todd C. Miller2021-04-201-10/+0
* Add admin_flag sudoers option and make --enable-admin-flag take a path.Todd C. Miller2021-02-161-4/+0
* Add configure check for SSIZE_MAXTodd C. Miller2021-02-081-0/+4
* Fall back to a temp file if fmemopen() is not available().Todd C. Miller2021-02-071-0/+3
* Regenerate configure script with autoconf 2.71.Todd C. Miller2020-12-081-23/+82