2016-11-15 |
Todd C. Miller | Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Disable noexec for HP-UX 10.x which probably doesn... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Remove SunOS 4 support, it is not modern enough to... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Remove HP-UX 9 support, it is not modern enough for... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Remove Ultrix support, modern sudo can't run on Ultrix... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Add regress for noexec functionality |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Unbreak sudo_noexec on macOS where shared libraries... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Todd C. Miller | Don't enable noexec for AIX 5.0-5.2, we need 5.3 and... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Todd C. Miller | Need to link sudo_noexec.so with -ldl for dlsym() on... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Todd C. Miller | In strict mode, go to the file/line with an undefined... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Todd C. Miller | Store the file/lineno for alias and userspec entries... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Todd C. Miller | Add simple reference-counted string allocator and use... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Todd C. Miller | Cast len from size_t to uint64_t before bit shifting... |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Todd C. Miller | Add checks for sudoers_locale early Defaults |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Todd C. Miller | Go back to parsing Defaults entries in update_defaults... |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Todd C. Miller | Add the argument vector allocated for -s and -i mode... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Todd C. Miller | add missing sudo_pw_delref/sudo_gr_delref to plug memor... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Todd C. Miller | Use expr instead of POSIX sh numerical expression to... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Todd C. Miller | Bump plugin minor version to 10 for sudo_mode, sudo_gro... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Todd C. Miller | Fix a bug in host matching where a negated sudoHost... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Todd C. Miller | Zero out sd_un before calling parse_default() so we... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | Use "ret", not "rc" for the function return value. |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | Use sys/stat.h defines instead of bare octal values. |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | Pass iolog mode, group and user from policy plugin... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | Instead of parsing sudoers Defaults twice, parse once... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | Use "struct defaults *d" instead of "struct defaults... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
Todd C. Miller | In display_bound_defaults() rename dtype arg -> deftype. |
commit | commitdiff | tree | snapshot |
2016-11-03 |
Todd C. Miller | Update error output to match quoting changes. |
commit | commitdiff | tree | snapshot |
2016-11-03 |
Todd C. Miller | Avoid passing in a struct sudo_defs_types pointer to... |
commit | commitdiff | tree | snapshot |
2016-11-03 |
Todd C. Miller | no longer need struct defaults forward referebce |
commit | commitdiff | tree | snapshot |
2016-11-02 |
Todd C. Miller | Use "double quotes" in messages instead of a combinatio... |
commit | commitdiff | tree | snapshot |
2016-11-02 |
Todd C. Miller | Add file:linenumber prefix to all Defaults warnings... |
commit | commitdiff | tree | snapshot |
2016-11-02 |
Todd C. Miller | Use sudoedit in examples instead of "sudo vi" |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Todd C. Miller | Only treat an unknown Defaults entry as a parse error... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Todd C. Miller | Instead of checking Defaults values after the fact... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Todd C. Miller | Refactor freeing of a member_list into free_members(). |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Todd C. Miller | add_defaults() now calls sudoerserror() itself instead... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
Todd C. Miller | s/rval/ret/g -- old habits die hard |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | Remove inaccurate XXX comment, sudo_file_parse() sends... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | The fix for Bug #408 broke editing of files in an inclu... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | Make a copy of the current sudoers path when assigning... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | sudoers_debug_register() was not setting the active... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | Fix pasto when setting I/O plugin debug files |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Todd C. Miller | use cp instead of *cur when comparing against plugin_path |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Todd C. Miller | In sudo_mkdir_parents() inherit the gid of / instead... |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Todd C. Miller | We want to inherit the gid from the parent directory... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Todd C. Miller | Move io_mkdir_parents() to its own file and use it... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Todd C. Miller | Make the I/O log file/dir permissions and owner configu... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Todd C. Miller | Add vsyslog.lo |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Todd C. Miller | sudo 1.8.19 |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Todd C. Miller | Don't try to syntax check an unrecognized Defaults... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Create I/O log files with the same gid as the parent... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Check for sudo_ldap_result_last_search() returning... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Quiet a PVS-Studio warning about the spin loop when... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Fix incorrect strncmp() lengths. The check for USERNAM... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | When checking for old-style bash functions in the envir... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Add some missing casts from uid_t/gid_t to int when... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | def_timestamp_timeout is a double so compare against... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | When checking syslog facility or priority, move the... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Todd C. Miller | Replace bare ";" in the body of for() loops with "conti... |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Todd C. Miller | Update from http://git.savannah.gnu.org/gitweb/?p=confi... |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Todd C. Miller | Update to libtool 2.4.6 |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Todd C. Miller | Use a static buffer if possible. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Todd C. Miller | add vsyslog() for systems without it. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Todd C. Miller | There are now 14 tag values, not 10. Don't bother... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Todd C. Miller | Use vsyslog() if available. |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Todd C. Miller | Add syslog_maxlen to control the max size of syslog... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
Todd C. Miller | Don't generate SIGTOU when restoring the terminal modes... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
Todd C. Miller | The flush parameter of sudo_term_restore() is bool... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
Todd C. Miller | Add wordexp() to the list of functions wrapped by sudo_... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Todd C. Miller | Need RTLD_NEXT for wordexp() on dlopen() systems. ... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Todd C. Miller | add missing guard around wordexp() |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Todd C. Miller | expand on 1.8.18p1 changes |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Todd C. Miller | sudo 1.8.18p1 |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Todd C. Miller | Fix configure check for seccomp filter on Linux |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Todd C. Miller | Use a seccomp filter on Linux to disable execve(2)... |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Todd C. Miller | Wrap wordexp(3) in sudo_noexec. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Todd C. Miller | Clean .json files created by "make check" |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Todd C. Miller | recompile .po files |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Todd C. Miller | Fix matching when no sudoRunAsUser is present in a... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Todd C. Miller | runas_pw can no longer be NULL |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | RunAsGroup without RunAsUser issues |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | user_matched and group_matched must be type int, not... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Use RUNAS_USER_SPECIFIED and RUNAS_GROUP_SPECIFIED... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | When matching against runas_default use userpw_matches... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Set RUNAS_USER_SPECIFIED when -u is specified and/or... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Fix printing of the default runas user when a RunAsGrou... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Only match against runas_default if both sudoRunAsUser and |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | runas_pw can no longer be NULL here |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Update check for whether or not the runas user was... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Document that negated sudoHosts are only supported... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Disable Address Sanitizer leak detection for tests... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Todd C. Miller | Fix underflow in get_ipa_hostname() when trimming trailing |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Todd C. Miller | Document negated sudoHost entries. |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Todd C. Miller | Support negated sudoHost entries. |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Todd C. Miller | Document negated sudoHost entries. |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Todd C. Miller | Support negated sudoHost entries. |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Todd C. Miller | Don't check the username when matching a host netgroup... |
commit | commitdiff | tree | snapshot |
next |