summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge sudo 1.8.19p1 from tipSUDO_1_8_19p1Todd C. Miller2016-12-206-21/+24
|\
| * sudo 1.8.19p1Todd C. Miller2016-12-203-10/+15
| * Fix logic bug when matching syslog priority and facility.Todd C. Miller2016-12-201-2/+2
| * Dell spun off Quest so simplify the history by just talkingTodd C. Miller2016-12-201-7/+5
| * Fix copyright yearTodd C. Miller2016-12-191-1/+1
| * typoTodd C. Miller2016-12-191-1/+1
* | Added tag SUDO_1_8_19 for changeset d3677b10ea55Todd C. Miller2016-12-180-0/+0
* | merge sudo 1.8.19 from tipSUDO_1_8_19Todd C. Miller2016-12-18197-10246/+14625
|\ \ | |/
| * HAVE_DECL_GETGROUPLIST_2 is always defined if HAVE_GETGROUPLIST_2 is,Todd C. Miller2016-12-181-1/+1
| * sync with translationproject.orgTodd C. Miller2016-12-152-216/+226
| * sync with translationproject.orgTodd C. Miller2016-12-1327-3018/+3317
| * Use getgrouplist_2() on macOS if available.Todd C. Miller2016-12-135-0/+30
| * regenTodd C. Miller2016-12-031-213/+223
| * In set_interfaces() treat a parse error as fatal.Todd C. Miller2016-12-031-11/+23
| * Fix a clang warning on macOSTodd C. Miller2016-12-021-1/+1
| * sync with translationproject.orgTodd C. Miller2016-12-018-936/+1042
| * update for 1.8.19b2Todd C. Miller2016-12-011-0/+10
| * Ignore a boot time that is in the future, which can happen when theTodd C. Miller2016-12-011-9/+17
| * Allow syslog priority to be negated or set to "none" to disableTodd C. Miller2016-11-307-25/+62
| * Allow stdin and ttyin to be displayed too. The only one that isTodd C. Miller2016-11-304-6/+14
| * Solaris 10 wordexp() returns 127 on execve() failure like popen()Todd C. Miller2016-11-301-8/+9
| * id_t is 64-bits on FreeBSD so use strtoll() there.Todd C. Miller2016-11-308-1/+333
| * fix typoTodd C. Miller2016-11-291-1/+1
| * Fix the "all" setting for verifypw and listpw; nopass would neverTodd C. Miller2016-11-291-2/+4
| * sync with translationproject.orgTodd C. Miller2016-11-2865-5833/+6497
| * Just use malloc_options "S" on OpenBSD instead of "AFGJPR".Todd C. Miller2016-11-254-4/+4
| * Update year in licenseTodd C. Miller2016-11-222-2/+2
| * regenTodd C. Miller2016-11-212-441/+489
| * regenTodd C. Miller2016-11-213-3/+3
| * Add SUDO_DEBUG_INSTANCE_ERROR return value for sudo_debug_register()Todd C. Miller2016-11-218-12/+26
| * update for 1.8.19Todd C. Miller2016-11-201-0/+53
| * Add support for getpwnam_shadow() on OpenBSDTodd C. Miller2016-11-174-2/+21
| * Add umask to user_info passed in from the front end to the plugin.Todd C. Miller2016-11-175-8/+48
| * Fix sign compare warning.Todd C. Miller2016-11-171-2/+2
| * Use AX_APPEND_FLAG instead of SUDO_APPEND_CPPFLAGS and directTodd C. Miller2016-11-176-363/+1730
| * Remove aixcrypt.exp, it was a remnant of the 90's crypto wars whereTodd C. Miller2016-11-174-7/+0
| * Remove obsolete solaris issue with snprintfTodd C. Miller2016-11-171-9/+0
| * SunOS 4.x is no longer supportedTodd C. Miller2016-11-171-8/+0
| * Plug memory leak when a particular Path is set more than once.Todd C. Miller2016-11-162-6/+14
| * Add sudo_ldap_is_negated() and sudo_ldap_is_negated() functionsTodd C. Miller2016-11-162-92/+94
| * Fix printing of sudoedit_follow in "sudo -l"Todd C. Miller2016-11-161-1/+1
| * For "sudo -l" print sudoOption sudoedit_follow as FOLLOW.Todd C. Miller2016-11-161-0/+3
| * Always define _PATH_SUDO_NOEXEC, _PATH_SUDO_SESH, _PATH_SUDO_PLUGIN_DIR,Todd C. Miller2016-11-1612-18/+55
| * Use readline() in sudo_ldap_read_secret()Todd C. Miller2016-11-161-7/+13
| * Get rid of struct sudo_conf_paths and just use #defined index valuesTodd C. Miller2016-11-151-41/+24
| * Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix in ASAN_LDFLAGSTodd C. Miller2016-11-1510-249/+285
| * Disable noexec for HP-UX 10.x which probably doesn't support LD_PRELOADTodd C. Miller2016-11-142-0/+4
| * Remove SunOS 4 support, it is not modern enough to run sudo.Todd C. Miller2016-11-144-81/+2
| * Remove HP-UX 9 support, it is not modern enough for sudo.Todd C. Miller2016-11-144-57/+0
| * Remove Ultrix support, modern sudo can't run on Ultrix anyway.Todd C. Miller2016-11-145-40/+0