summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge sudo 1.9.7p1 from tipSUDO_1_9_7p1Todd C. Miller2021-06-1126-176/+325
|\
| * Sudo 1.9.7p1Todd C. Miller2021-06-113-10/+37
| * Check arrays that are passed in for NULL before using them.Todd C. Miller2021-06-091-9/+29
| * Disable nss_search()-based group lookups on HP-UX for now.Todd C. Miller2021-06-092-37/+10
| * Remove logsrvd closure ERROR state and use a boolean flag instead.Todd C. Miller2021-06-082-7/+10
| * Add NSS_TRYAGAIN and correct buflen in struct nss_XbyY_buf_t.Todd C. Miller2021-06-082-9/+11
| * Make sure we link with libsudo_util *after* libfuzzstub.Todd C. Miller2021-06-074-7/+9
| * Add getgids utility to simular "id -G" using sudo_getgrouplist2()Todd C. Miller2021-06-073-3/+106
| * Make sure we don't read or write past the end of the group buffer.Todd C. Miller2021-06-071-4/+6
| * Add some debugging to sudo_getgrouplist2().Todd C. Miller2021-06-041-28/+38
| * Fixed bad condition for sesh argsRadovan Sroka2021-04-071-2/+8
| * Fix some debug_decl typos and remove an unneeded cast.Todd C. Miller2021-06-021-3/+4
| * T_TIMEOUT is not a bitwise flag so doesn't need to be a power of 2.Todd C. Miller2021-06-021-1/+1
| * sudo_stat_plugin(): set errno but do not warn if plugin path too long.Todd C. Miller2021-05-281-10/+3
| * sudoreplay does not parse sudoers to find the value of iolog_dir.Todd C. Miller2021-05-262-24/+12
| * Fix group list ref leak in sudoers_policy_store_result() on error path.Todd C. Miller2021-05-261-2/+6
| * Update comment to match reality.Todd C. Miller2021-05-241-1/+1
| * Build sudo_noexec.so as a module on systems other then Darwin.Todd C. Miller2021-05-134-12/+18
| * Use -Wno-deprecated-declarations on macOSTodd C. Miller2021-05-132-0/+8
| * Use /usr/bin/cc on FreeBSD and macOS.Todd C. Miller2021-05-121-4/+4
| * Don't include errno in "unable to connect to log server" message.Todd C. Miller2021-05-121-1/+1
| * Fix compiler warning on FreeBSD.Todd C. Miller2021-05-121-2/+2
| * Explicitly include netinet/in.h for struct sockaddr_in and sockaddr+_in6.Todd C. Miller2021-05-121-0/+1
* | Added tag SUDO_1_9_7 for changeset f0ce54d4288cTodd C. Miller2021-05-110-0/+0
* | Merge sudo 1.9.7 from tipSUDO_1_9_7Todd C. Miller2021-05-11203-11159/+19620
|\ \ | |/
| * Updated translations from translationproject.orgTodd C. Miller2021-05-102-261/+360
| * Better warning when close function is passed a non-terminal signal.Todd C. Miller2021-05-101-1/+10
| * Remove line causing store_suspend_local() to return false on success.Todd C. Miller2021-05-101-2/+0
| * Don't set the command status in the closure when the command is suspended.Todd C. Miller2021-05-101-1/+1
| * Quiet -Wshadow warnings from gcc.Todd C. Miller2021-05-072-5/+5
| * The -g option may also be used with any group the target user belongs to.Todd C. Miller2021-05-073-22/+23
| * Remove redundant "configuring Sudo version X.YY" line.Todd C. Miller2021-05-072-6/+0
| * Don't check for -Wl,-z,relro twice.Todd C. Miller2021-05-072-72/+0
| * Updated translations from translationproject.orgTodd C. Miller2021-05-0614-1619/+2214
| * Build python plugin for RHEL 6 as well.Todd C. Miller2021-05-061-1/+1
| * Remove shell-style quotes in configure warning/error/notice messages.Todd C. Miller2021-05-062-300/+308
| * Summarize configure settings after all tests have run.Todd C. Miller2021-05-063-802/+581
| * Remove --with-efence option, there are better options available.Todd C. Miller2021-05-043-38/+0
| * Move misplaced changes into the 1.9.7 section where they belong.Todd C. Miller2021-05-041-6/+6
| * Awful hack to pass on macOS where group_source=dynamic by default.Todd C. Miller2021-05-041-0/+6
| * Updated translations from translationproject.orgTodd C. Miller2021-05-0426-5050/+7102
| * Document late stage 1.9.7 changes.Todd C. Miller2021-05-041-0/+10
| * sudo_sendlog: rename -m (max-time) to -s (stop-after).Todd C. Miller2021-05-044-55/+49
| * Update closure->elapsed_time in journal_seek().Todd C. Miller2021-05-043-12/+50
| * Add "-m elapsed" option to specify the max elapsed time of records to send.Todd C. Miller2021-05-044-14/+64
| * Disable reading from client or relay when sending error to client.Todd C. Miller2021-05-032-14/+19
| * Fix I/O log restart of locally-store logs.Todd C. Miller2021-05-033-12/+22
| * Fix detection of the volatile flag when other flags are present.Todd C. Miller2021-05-031-21/+27
| * Fix debug message when prctl(PR_SET_DUMPABLE, 0, 0, 0, 0) fails.Todd C. Miller2021-05-031-1/+1
| * Don't hard-code the TLS connect timeout, use normal connect timeout.Todd C. Miller2021-05-035-15/+18