summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge sudo 1.9.2 from tipSUDO_1_9_2Todd C. Miller2020-07-2181-5684/+7759
|\
| * Updated translations from translationproject.orgTodd C. Miller2020-07-1950-1813/+2428
| * configure.ac: fix documentation about lecturekuberlog2020-07-212-2/+2
| * Handle openssl where there is no separate libcrypto pkgconfig file.Todd C. Miller2020-07-162-2/+12
| * Ignore --enable-gcrypt if --enable-openssl is also specified.Todd C. Miller2020-07-163-315/+321
| * Sudo 1.9.2Todd C. Miller2020-07-153-10/+28
| * Fix some warnings displayed by autoconf 2.69bTodd C. Miller2020-07-153-30/+68
| * Initialize sudo_conv and sudo_printf in sudoers_audit_open().Todd C. Miller2020-07-121-0/+5
| * Updated translations from translationproject.orgTodd C. Miller2020-07-1112-3312/+4323
| * Export sudoers_audit symbol for compilers without symbol visibility.Todd C. Miller2020-07-061-0/+1
| * Document the contents of the log.json file.Todd C. Miller2020-07-062-2/+155
| * Fix typo, runas_uid should be runas_gid.Todd C. Miller2020-07-061-1/+1
| * Add sudoers_audit line for completeness, matching the documentation.Todd C. Miller2020-07-061-0/+1
| * Add some debugging statements around Defaults lookup.Todd C. Miller2020-07-061-0/+6
| * Replace #includedir with @includedir in default sudoers file.Todd C. Miller2020-07-061-2/+1
| * Allow HP-UX share libs and modules to link against static libs.Todd C. Miller2020-06-262-30/+2
| * Use pkg-config to find the openssl cflags and libs if possible.Todd C. Miller2020-06-252-115/+306
| * Fix parsing of /etc/redhat-release on RHEL 8.Todd C. Miller2020-06-241-7/+6
| * regen without `scare quotes'Todd C. Miller2020-06-242-31/+32
| * Replace or remove use of `scare quotes'Todd C. Miller2020-06-244-8/+8
| * Add FALLTHROUGH comments to quiet -Wimplicit-fallthroughTodd C. Miller2020-06-202-0/+19
| * Fix implicit fallthrough warning and add break to default cases.Todd C. Miller2020-06-201-0/+4
| * Add -Wimplicit-fallthrough to --enable-warnings if available.Todd C. Miller2020-06-202-0/+65
| * Fix some warnings from configure test programs.Todd C. Miller2020-06-204-40/+46
| * Drop old test for -lcposix for ISC Unix.Todd C. Miller2020-06-202-57/+0
| * Mention sudo-blog announce list.Todd C. Miller2020-06-191-4/+8
| * Bugs #860 and #917 were fixed in 1.9.0.Todd C. Miller2020-06-191-0/+8
* | Added tag SUDO_1_9_1 for changeset 06b47089122aTodd C. Miller2020-06-180-0/+0
* | merge sudo 1.9.1 from tipSUDO_1_9_1Todd C. Miller2020-06-18369-20161/+28156
|\ \ | |/
| * regen to fix a typoTodd C. Miller2020-06-181-32/+32
| * Add regress test to catch swapids() bug when called by iolog_mkdtemp()Todd C. Miller2020-06-183-5/+115
| * Updated translations from translationproject.orgTodd C. Miller2020-06-184-1264/+1409
| * Document the order in which the plugin open/close functions are called.Todd C. Miller2020-06-162-2/+97
| * Fix a typo that prevented swapids() from restoring the original gid.Todd C. Miller2020-06-162-1/+5
| * Replace master/slave in code with leader/follower.Todd C. Miller2020-06-155-83/+83
| * Replace terms master and blacklist in docs and examples.Todd C. Miller2020-06-159-42/+32
| * Bug #929Todd C. Miller2020-06-151-0/+3
| * Clean up temporary sudoedit files on success; Bug #929Todd C. Miller2020-06-141-1/+4
| * New Romanian translationTodd C. Miller2020-06-121-0/+2
| * Add missing entry for the LDAP/SSSD sudoHost regression.Todd C. Miller2020-06-111-0/+5
| * Updated translations from translationproject.orgTodd C. Miller2020-06-1152-13321/+17043
| * Romanian translation from translationproject.org.Todd C. Miller2020-06-116-0/+3791
| * Fix a typo in the audit string when "sudo -E" is not allowed.Todd C. Miller2020-06-071-1/+1
| * Check asprintf() return value.Todd C. Miller2020-06-061-1/+5
| * Prefer the python3 in /usr/bin on Solaris.Todd C. Miller2020-06-061-0/+16
| * Declare getdelim(3) if it exists in libc but is not prototyped in stdio.h.Todd C. Miller2020-06-064-2/+25
| * For python3-config, only use -I and -L/-l from --cflags and --ldflags output.Todd C. Miller2020-06-063-6/+10
| * Build 64-bit binaries and the python package on Solaris 11 and above.Todd C. Miller2020-06-061-14/+6
| * Fix memory leak on error in fmt_info_messages().Todd C. Miller2020-06-061-1/+2
| * Update for 1.9.1b1Todd C. Miller2020-06-061-0/+28