summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for sudo 1.6.9p231.6Todd C. Miller2010-06-019-42/+47
* Make insert_env() check for and remove dupes after we replace anTodd C. Miller2010-05-281-9/+24
* errx, not errorxTodd C. Miller2010-05-281-1/+1
* Fix typoTodd C. Miller2010-04-123-3/+3
* Generate sudo distributions with pax in ustar mode. No longer needTodd C. Miller2010-04-091-5/+3
* Prepare for 1.6.9p22Todd C. Miller2010-04-093-2/+13
* 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-178/+214
* Remove $Sudo$ tagsTodd C. Miller2010-04-0782-274/+0
* Reapply 5064:4b270f2e0aa8 which got lost in the mergeTodd C. Miller2010-04-071-1/+1
* Remove some old files that crept back in via the mergeTodd C. Miller2010-04-073-328/+0
* Merge some things that got missed in the original cvs -> hg importTodd C. Miller2010-04-0728-638/+1780
|\
| * More to a less restrictive, ISC-style license.Todd C. Miller2004-02-131-28/+10
| * More to a less restrictive, ISC-style license.Todd C. Miller2004-02-137-199/+72
| * More to a less restrictive, ISC-style license.Todd C. Miller2004-02-132-57/+22
| * More to a less restrictive, ISC-style license.Todd C. Miller2004-02-132-56/+20
| * More to a less restrictive, ISC-style license.Todd C. Miller2004-02-131-28/+10
| * Merged in LDAP SupportAaron Spangler2004-02-131-0/+115
| * Merged in LDAP SupportAaron Spangler2004-02-133-3/+888
| * Merged in LDAP SupportAaron Spangler2004-02-133-0/+9
| * Merged in LDAP SupportAaron Spangler2004-02-135-2/+308
| * Only do "extern int errno" if errno is not a macro.Todd C. Miller2004-02-082-0/+4
| * setreuid(0, 0) fails on QNX if the euid is not already 0 so set theTodd C. Miller2004-02-061-2/+4
| * Use setresuid() and setreuid() for PERM_RUNAS when appropriate insteadTodd C. Miller2004-02-061-2/+2
| * 2004Todd C. Miller2004-02-041-1/+1
| * Add --with-pc-insults configure optionTodd C. Miller2004-02-045-28/+67
| * Prefer VISUAL over EDITOR like old vipw did.Todd C. Miller2004-02-041-6/+6
| * regenTodd C. Miller2004-02-012-7/+20
| * Add a note that noexec is not a cure-all.Todd C. Miller2004-02-011-1/+8
| * Mention that disabling "root_sudo" is pretty pointless.Todd C. Miller2004-02-011-2/+5
| * Substitute for root_sudo in sudoers.podTodd C. Miller2004-02-012-29/+36
| * Add sudoedit to the NAME sectionTodd C. Miller2004-02-011-1/+1
| * Document that fact that setting ignore_dot in sudoers has no effectTodd C. Miller2004-02-011-1/+4
| * Do not require _PATH_USRTMP to be set.Todd C. Miller2004-01-301-0/+2
| * syncTodd C. Miller2004-01-303-40/+64
| * regenTodd C. Miller2004-01-301-2/+3
| * Clarify that when sudo is run by root with the SUDO_USER variable set,Todd C. Miller2004-01-301-1/+2
| * Use the SET, CLR and ISSET macros.Todd C. Miller2004-01-299-64/+65
| * Use the SET, CLR and ISSET macros.Todd C. Miller2004-01-291-21/+21
| * Use the SET, CLR and ISSET macros.Todd C. Miller2004-01-292-25/+25
| * MAIN was replaced with _SUDO_MAIN some time ago.Todd C. Miller2004-01-291-1/+1
| * Don't look at prev_user until after we've parsed sudoers and done theTodd C. Miller2004-01-291-9/+12
| * Add a comment describing why we need to be notified about our childTodd C. Miller2004-01-231-1/+7
| * Update the noexec variable descriptionsTodd C. Miller2004-01-222-4/+4
| * noexec now replaces more than just execve()Todd C. Miller2004-01-222-35/+35
| * Alas, all the world does not go through execve(2). Many systemsTodd C. Miller2004-01-221-14/+27
| * Fix suspending the editor in -e mode. Because we do a fork() firstTodd C. Miller2004-01-222-12/+38
| * Use WIFEXITED and WEXITSTATUS macros. If there are systems out thereTodd C. Miller2004-01-221-2/+3
| * regenTodd C. Miller2004-01-221-503/+522
| * Document sudo -e / sudoeditTodd C. Miller2004-01-224-24/+174