summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add basic support for remote power on/off via net-snmp.Todd C. Miller2023-04-191-14/+116
* Regenerate with the autoconf 2.72c snapshot.Todd C. Miller2023-03-271-2/+2
* Remove portable getcwd.c, nothing uses it anymore.Todd C. Miller2023-03-161-1/+1
* Add LDAP-specific innetgr() implementation.Todd C. Miller2023-03-101-1/+1
* Add checks for realpath(3) and a version from NetBSD for those without it.Todd C. Miller2023-02-121-1/+1
* Sudo-specific executables moved to /usr/libexec/sudo starting inTodd C. Miller2023-02-151-1/+13
* No longer need to treat Rocky or Alma Linux specially.Todd C. Miller2023-01-302-4/+4
* Store conf hash in vm_servers instead of vmid.Todd C. Miller2023-01-271-27/+41
* Recognize Alma Linux and Rocky Linux (Open Source RHEL clones)Todd C. Miller2023-01-272-3/+5
* Regen with latest autoconf git.Todd C. Miller2023-01-272-12/+35
* Fix determination of the number of CPU cores on Linux.Todd C. Miller2023-01-271-4/+4
* Add --build-only flag to skip building packages.Todd C. Miller2023-01-212-9/+26
* Suport building packages on DragonFly BSD.Todd C. Miller2023-01-202-12/+19
* Pass the name to the config.cache file to the build script.Todd C. Miller2023-01-201-19/+40
* Use the POSIX shell "command -v" instead of "which" to find programs.Todd C. Miller2022-12-271-7/+15
* sudo 1.9.13Todd C. Miller2022-12-262-21/+47
* Remove anything after whitespace in MANIFEST when building tarball.Todd C. Miller2022-12-261-1/+1
* Defer installing the SIGCHLD handler until after non-job commands run.Todd C. Miller2022-12-071-11/+19
* Convert from using IPC::Open3 to IPC::Run.Todd C. Miller2022-11-301-103/+156
* The distributed package build script I use to build all sudo packages.Todd C. Miller2022-11-281-0/+1124
* Use clang, not /usr/bin/cc on FreeBSD and macOS.Todd C. Miller2022-11-221-3/+3
* Better matching of macOS version to SDK path.Todd C. Miller2022-11-171-9/+23
* Regenerate with the autoconf 2.72a pre-release.Todd C. Miller2022-11-162-614/+686
* Use "hg log --template" instead of "hg log --style".Todd C. Miller2022-10-011-2/+2
* Add fchownat() systems without it.Todd C. Miller2022-09-211-2/+2
* Do not check files generated by protbuf-c with PVS-StudioTodd C. Miller2022-06-291-11/+18
* Update to protobuf-c 1.4.0Todd C. Miller2022-06-031-1/+1
* Add a --with-apparmor build flagkernelmethod2022-05-232-2/+21
* Fix dependency check for libssl on Debian/Ubuntu with OpenSSL 3.Todd C. Miller2022-05-151-2/+2
* Fix OS major version detection on CentOS StreamTodd C. Miller2022-05-121-1/+1
* Update to libtool 2.4.7.Todd C. Miller2022-03-311-284/+573
* Fix a typo in the AIX section.Todd C. Miller2022-03-291-2/+2
* Repair generate_test_coverage.sh after move to scripts directory.Todd C. Miller2022-03-021-10/+12
* Allow ARCH_FLAGS to be overridden and handle macOS 12.Todd C. Miller2022-02-231-3/+3
* Prefer if [ ... ]; then over if test ...; then.Todd C. Miller2022-02-231-9/+9
* Fix potential infinite loop when trying to format long lines.Todd C. Miller2022-01-251-1/+5
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-1/+1
* Update PolyPkgTodd C. Miller2021-11-191-5/+15
* mkpkg: handle a macOS SDK that just uses the major version.Todd C. Miller2021-11-181-1/+1
* Build python package on FedoraTodd C. Miller2021-11-041-0/+1
* parse_gentime: use timegm() to generate time since the epochTodd C. Miller2021-10-311-1/+1
* Fix pasto in gmtime_r and localtime_r macros.Todd C. Miller2021-10-311-1/+1
* Back out f2d82771e7dd, arm64e on macOS is still in preview state.Todd C. Miller2021-10-291-5/+3
* Build arm64e ABI binaries on macOS 11 and above.Todd C. Miller2021-10-271-3/+5
* Fix compilation of standalone arc4random_buf().Todd C. Miller2021-10-201-1/+1
* mkpkg: preserve make exit value on exitTodd C. Miller2021-10-101-2/+6
* Teach mkdep.pl about --tag=disable-static in LTFLAGS.Todd C. Miller2021-09-131-17/+31
* mkpkg: limit the number of cores used to 16Todd C. Miller2021-09-171-0/+3
* Do not compile intercept code if --disable-intercept is specified.Todd C. Miller2021-09-011-1/+1
* Add trivial support for FreeBSD packages.Todd C. Miller2021-08-111-0/+19