summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge sudo 1.8.12 from trunk.SUDO_1_8_12Todd C. Miller2015-02-090-0/+0
|\
| * Added tag SUDO_1_8_11p2 for changeset caff4aedc61aTodd C. Miller2014-10-291-3/+3
| * Sudo 1.8.11p2SUDO_1_8_11p2Todd C. Miller2014-10-293-10/+17
| * Mark the putenv(), setenv() and unsetenv() symbols as global, notTodd C. Miller2014-10-291-7/+5
| * Added tag SUDO_1_8_11p1 for changeset 2e7de4fe0d9fTodd C. Miller2014-10-070-0/+0
| * Remove change that is part of 1.8.12 not 1.8.11p1SUDO_1_8_11p1Todd C. Miller2014-10-071-4/+0
| * regenTodd C. Miller2014-10-071-1/+1
| * Update for sudo 1.8.11p1Todd C. Miller2014-10-073-11/+26
| * Only check stdin for the tty and avoid the check entirely if weTodd C. Miller2014-10-071-21/+21
| * Make a copy of ap in sudo_debug_vprintf2() in case the static bufferTodd C. Miller2014-10-071-5/+9
| * Avoid comparing new cwd with old one if getcwd() failed.Todd C. Miller2014-10-071-2/+3
| * Fix debugging printout output for env_should_keep()Todd C. Miller2014-10-071-1/+1
| * Use INSTALL_OWNER instead of -O/-G flags so we can work with theTodd C. Miller2014-10-062-2/+3
| * Use correct names when referring to subsections in the sudoers manual.Todd C. Miller2014-10-033-7/+7
| * Fix detection of functions in network libs like -lsocket, -lnsl andTodd C. Miller2014-10-012-2/+28
| * Mention --disable-shared-libutil fix.Todd C. Miller2014-10-011-0/+3
| * Always use --tag=disable-static to avoid installing a staticTodd C. Miller2014-10-011-1/+1
| * Instead of building libutil statically for --disable-shared-libutil,Todd C. Miller2014-10-014-19/+30
| * Remove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS for theTodd C. Miller2014-10-017-18/+12
| * Include sys/types.h to get gid_t, etc used in sudo_compat.h.Todd C. Miller2014-10-011-0/+1
| * Fix cust & pasto in error message when there is a mismatch betweenTodd C. Miller2014-09-291-1/+1
| * Add BASH_FUNC_* to environment blacklist for newer-style bash functions.Todd C. Miller2014-09-271-0/+1
| * Add post-1.8.11 changesTodd C. Miller2014-09-271-0/+13
| * Simplify how we count the password triesTodd C. Miller2014-09-271-7/+6
| * Block SIGINT and SIGQUIT while verifying passwords so thatTodd C. Miller2014-09-272-15/+74
| * Remove Convex support; it is not modern enough to run sudo 1.8.Todd C. Miller2014-09-272-24/+0
| * Only check for -lshadow if we haven't already found getspnam() inTodd C. Miller2014-09-272-33/+2
| * If all authentication methods fail init/setup, fail with an error.Todd C. Miller2014-09-261-2/+12
| * Move pass_warn() so that it is defined before it is called().Todd C. Miller2014-09-261-17/+15
| * Remove duplicate Requires: line in generated rpm spec file.Todd C. Miller2014-09-241-1/+0
| * In pp_files_expand() set _target to be empty. Fixes a problem withTodd C. Miller2014-09-241-1/+2
| * Added tag SUDO_1_8_11 for changeset b0778dffd245Todd C. Miller2014-09-240-0/+0
| * Merge sudo 1.8.11 from trunkSUDO_1_8_11Todd C. Miller2014-09-23398-12697/+22785
| |\
| * | Added tag SUDO_1_8_10p3 for changeset 1b6396910792Todd C. Miller2014-05-060-0/+0
| * | deal with NULL gr_mem here tooSUDO_1_8_10p3Todd C. Miller2014-05-063-9/+11
| * | Make get_boottime() return bool.Todd C. Miller2014-04-282-6/+11
| * | Fix fd leak on Linux when determing boot time. This is usuallyTodd C. Miller2014-04-282-3/+6
| * | Sudo 1.8.10p3Todd C. Miller2014-05-063-10/+30
| * | Fix non-blocking mode. We only want to exit the event loop whenTodd C. Miller2014-05-021-1/+6
| * | Use PAM_REINITIALIZE_CRED instead of PAM_ESTABLISH_CRED whenTodd C. Miller2014-04-152-2/+3
| * | pam_setcred should default to true; from Gary WinigerTodd C. Miller2014-04-151-0/+1
| * | Fix matching of uids and gids broken in sudo 1.8.9.Todd C. Miller2014-04-096-2/+48
| * | Fix -P option in usage()Todd C. Miller2014-04-091-1/+1
| * | Fix expansion of %p in the prompt for "sudo -l" when rootpw, runaspwTodd C. Miller2014-03-193-15/+5
| * | Added tag SUDO_1_8_10p2 for changeset 78452d8fb950Todd C. Miller2014-03-170-0/+0
| * | Merge sudo 1.8.10p2 from trunkSUDO_1_8_10p2baserock/morphTodd C. Miller2014-03-170-0/+0
| |\ \
| | * | Added tag SUDO_1_8_10p1 for changeset 8c6c509e8f93Todd C. Miller2014-03-130-0/+0
| | * | Merge sudo 1.8.10p1 from trunk.SUDO_1_8_10p1Todd C. Miller2014-03-130-0/+0
| | |\ \
| | | * | Added tag SUDO_1_8_10 for changeset 0bee95ccb32dTodd C. Miller2014-03-100-0/+0
| | | * | Merge sudo 1.8.10 from trunkSUDO_1_8_10Todd C. Miller2014-03-07148-4105/+10136
| | | |\ \