summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sudo 1.8.6p3SUDO_1_8_6p3Todd C. Miller2012-09-183-10/+18
* Don't use embedded newline when matching, use \n. This got expandedTodd C. Miller2012-09-171-2/+1
* Fall back on lstat(2) if d_type in struct dirent is DT_UNKNOWN.Todd C. Miller2012-09-171-5/+14
* Avoid calling fclose(NULL) in the error path when we cannot open anTodd C. Miller2012-09-171-1/+2
* Added tag SUDO_1_8_6p2 for changeset 56852147a260Todd C. Miller2012-09-160-0/+0
* Sudo 1.8.6p2SUDO_1_8_6p2Todd C. Miller2012-09-163-10/+16
* When setting the signal handler for SIGTSTP to the default valueTodd C. Miller2012-09-161-1/+1
* Added tag SUDO_1_8_6p1 for changeset 98436a0a8cf1Todd C. Miller2012-09-120-0/+0
* Merge NEWS update for sudo 1.8.6p1SUDO_1_8_6p1Todd C. Miller2012-09-120-0/+0
|\
| * Merge sudo 1.8.6p1 from trunk.Todd C. Miller2012-09-120-0/+0
| |\
| | * Added tag SUDO_1_8_6 for changeset 15ed71afbd50Todd C. Miller2012-09-040-0/+0
| | * Merge sudo 1.8.6 from trunk.SUDO_1_8_6Todd C. Miller2012-09-04189-22288/+40240
| | |\
| | * | Added tag SUDO_1_8_5p3 for changeset 008a7807c354Todd C. Miller2012-08-130-0/+0
| | * | sudo 1.8.5p3SUDO_1_8_5p3Todd C. Miller2012-08-133-10/+15
| | * | Add missing check for I/O plugin API version when checking for theTodd C. Miller2012-08-131-1/+3
| | * | Can't call debug code in the process_hooks_xxx functions() sinceTodd C. Miller2012-08-131-12/+12
| | * | Added tag SUDO_1_8_5p2 for changeset 5ea444be3db2Todd C. Miller2012-05-290-0/+0
| | * | Update for sudo 1.8.5p2SUDO_1_8_5p2Todd C. Miller2012-05-291-0/+9
| | * | If sudoers_mode is group-readable but the actual sudoers file isTodd C. Miller2012-05-212-8/+18
| | * | Provide unhooked version of getenv() and use it when looking upTodd C. Miller2012-05-273-73/+83
| | * | Added tag SUDO_1_8_5p1 for changeset f164691ff871Todd C. Miller2012-05-170-0/+0
| | * | Update for 1.8.5p1SUDO_1_8_5p1Todd C. Miller2012-05-173-10/+15
| | * | Fix #includedir; from Mike FrysingerTodd C. Miller2012-05-172-0/+4
| | * | Added tag SUDO_1_8_5 for changeset 1bccb3781dfaTodd C. Miller2012-05-150-0/+0
| | * | Create ChangeLog from default branch now that the 1.8 branch isSUDO_1_8_5Todd C. Miller2012-05-151-2/+1
| | * | Merge sudo 1.8.5 from trunkTodd C. Miller2012-05-151-1/+2
| | |\ \
| | | * | Added tag SUDO_1_8_4p5 for changeset 70b2e996c2ceTodd C. Miller2012-05-150-0/+0
| | | * | Update for sudo 1.8.4p5SUDO_1_8_4p5Todd C. Miller2012-05-143-10/+17
| | | * | Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask()Todd C. Miller2012-05-141-2/+5
| | | * | Make sudoersdir relative to PKG_INSTALL_ROOT for Solaris.Todd C. Miller2012-03-131-0/+4
| | | * | Added tag SUDO_1_8_4p4 for changeset 11a942f61d47Todd C. Miller2012-03-120-0/+0
| | | * | Update for sudo 1.8.4p4SUDO_1_8_4p4Todd C. Miller2012-03-123-10/+15
| | | * | Fix bogus int -> bool conversion; tags can have a value of -1.Todd C. Miller2012-03-121-1/+1
| | | * | Fix application of debian-specific sudoers mods when building packagesTodd C. Miller2012-03-121-0/+2
| | | * | Added tag SUDO_1_8_4p3 for changeset 3093c8558862Todd C. Miller2012-03-120-0/+0
| | | * | Update for sudo 1.8.4p3SUDO_1_8_4p3Todd C. Miller2012-03-123-10/+22
| | | * | matches_env_check() returns int, not booleanTodd C. Miller2012-03-121-1/+1
| | | * | Simply move the free of ki_proc outside the realloc() loop.Todd C. Miller2012-03-121-2/+1
| | | * | Bring back the erealloc() for the ENOMEM loop and just zero theTodd C. Miller2012-03-121-2/+3
| | | * | regenTodd C. Miller2012-03-122-11/+12
| | | * | Don't try to erealloc() a potentially freed pointer; Mateusz GuzikTodd C. Miller2012-03-121-2/+2
| | | * | Fix format string warning on Solaris with gcc 3.4.3.Todd C. Miller2012-03-092-7/+7
| | | * | Honor LDFLAGS when linking sesh; from Vita CizekTodd C. Miller2012-03-091-1/+1
| | | * | Include alloc.h for estrdup() prototype; from Vita CizekTodd C. Miller2012-03-091-1/+2
| | | * | Fix editor goof.Todd C. Miller2012-03-081-1/+1
| | | * | Add check for variadic macro support in cpp.Todd C. Miller2012-03-012-0/+34
| | | * | Check the owner and mode in -c (check) mode unless the -f optionTodd C. Miller2012-02-282-31/+48
| | | * | Prefer KERN_PROC2 over KERN_PROC. Fixes compilation on some versionsTodd C. Miller2012-02-284-16/+51
| | | * | Added tag SUDO_1_8_4p2 for changeset db564e1c02cfTodd C. Miller2012-02-270-0/+0
| | | * | bump version to 1.8.4p2SUDO_1_8_4p2Todd C. Miller2012-02-273-10/+21