summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for sudo 1.7.2p81.7.2Todd C. Miller2010-06-3011-68/+94
* Back out unrelated bits from 6704e80258e0Todd C. Miller2010-06-291-10/+15
* In unsetenv() check for NULL or empty name as per POSIX 1003.1-2008Todd C. Miller2010-06-291-1/+1
* Do not rely on env.env_len when unsetting a variable, just use theTodd C. Miller2010-06-291-7/+9
* In unsetenv(), do not assign ep early as we may end up reallocatingTodd C. Miller2010-06-251-2/+2
* Use warningx() instead of log_error() since the latter is not availableTodd C. Miller2010-06-251-5/+3
* Defer call to sudo_nonunix_groupcheck_cleanup() until after we haveTodd C. Miller2010-06-251-20/+18
* Ignore case when matching user/group names in the cache. From Quest sudo.Todd C. Miller2010-06-251-2/+2
* SyncTodd C. Miller2010-06-021-0/+18
* Fix OpenPAM detection for newer versions.Todd C. Miller2010-06-021-1/+2
* Sync with Quest sudo git repoTodd C. Miller2010-06-021-3/+3
* HP-UX ld uses +b instead or -R or -rpathTodd C. Miller2010-06-023-428/+616
* Fix typos; from Quest SudoTodd C. Miller2010-06-021-2/+2
* Use value of SHELL from configure in MakefileTodd C. Miller2010-06-022-1/+2
* Add missing entries for 1.7.2p7Todd C. Miller2010-06-011-20/+36
* Update for sudo 1.7.2p7Todd C. Miller2010-06-0111-64/+71
* Handle duplicate variables in the environment. For unsetenv(),Todd C. Miller2010-05-281-13/+30
* Fix a crash when checking a sudoers file that has aliases that referenceTodd C. Miller2010-04-291-14/+47
* Fix use after free in error message when a duplicate alias exists.Todd C. Miller2010-04-151-1/+1
* Set errorfile to the sudoers path if we set parse_error manually.Todd C. Miller2010-04-141-10/+18
* Fix typoTodd C. Miller2010-04-123-3/+3
* Merge 9778177a8272 from 1.7 branchTodd C. Miller2010-04-09112-823/+799
|\
| * Bump version to 1.7.2p6 and add ChangeLog entries.Todd C. Miller2010-04-0911-125/+155
| * Fix installation of sudoers.ldap in "make install" when --with-ldapTodd C. Miller2010-04-092-2/+2
| * Qualify the command even if it is in the current working directory,Todd C. Miller2010-04-091-1/+4
| * Add a note about the security implications of the fast_glob option.Todd C. Miller2010-04-073-176/+220
| * Remove duplicate includesTodd C. Miller2010-04-071-3/+0
| * Fix a bug introduced with def_closefrom. The value of def_closefromTodd C. Miller2010-03-101-1/+1
| * When doing a glob match, short circuit if gl.gl_pathc is 0.Todd C. Miller2010-03-091-1/+1
| * Substitute in default value for secure_pathTodd C. Miller2010-03-031-0/+2
| * Merge in 1.7.2 patches 1-5Todd C. Miller2010-03-0323-226/+459
| * Remove CVS $Sudo$ tags.Todd C. Miller2010-03-032-8/+0
| * Remove ChangeLog targetTodd C. Miller2010-03-031-5/+0
| * Remove CVS $Sudo$ tags.Todd C. Miller2010-03-0397-318/+0
* | Generate sudo distributions with pax in ustar mode. No longer needTodd C. Miller2009-07-291-5/+3
* | Fix expansion of %h in #include names. Fixes bugzilla 363Todd C. Miller2009-07-182-0/+2
* | If no arg assume def_data.inTodd C. Miller2009-07-121-2/+2
|/
* Update for 1.7.2SUDO_1_7_2Todd C. Miller2009-07-122-1/+44
* syncTodd C. Miller2009-07-121-0/+243
* Add missing single quotes around a colon in Runas_Spec definition.Todd C. Miller2009-06-303-29/+29
* regenTodd C. Miller2009-06-292-19/+59
* In rbrepair, re-color the root or the first non-block node we find toTodd C. Miller2009-06-291-9/+11
* regenTodd C. Miller2009-06-292-306/+372
* When repairing the tree, don't touch the root node.Todd C. Miller2009-06-261-1/+1
* Protect call to setegid in runas_setup with #ifdef HAVE_SETEUID.Todd C. Miller2009-06-251-1/+5
* Document that we accept env_pam-style environment filesTodd C. Miller2009-06-231-5/+7
* Adapt to accept pam_env-style /etc/environment which allows shell-styleTodd C. Miller2009-06-231-7/+36
* Make it clear that env_delete only works when !env_reset.Todd C. Miller2009-06-231-9/+10
* Add non-unix group bits, adapted from QuestTodd C. Miller2009-06-152-3/+46
* build the .cat page in the current working dir, not the src dirTodd C. Miller2009-06-151-2/+2