2012-12-04 |
Todd C. Miller | Don't include <sys/param.h>. We only needed it for... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Todd C. Miller | Use MAX_HOST_NAME+1 (limits.h) instead of MAXHOSTNAMELE... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Todd C. Miller | Move debug_decl() in log_failure() to be after the... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Todd C. Miller | Cannot wrap sigsetjmp() or we end up returning to the... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Todd C. Miller | Fix return in sudoers_policy_open that should be debug_... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Todd C. Miller | Define sudo_ttyname_dev() for the HAVE_STRUCT_PSINFO_PR... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Todd C. Miller | Quiet a gcc warning and add comment about needing to... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Todd C. Miller | mention --disable-shared |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Todd C. Miller | Add missing command_info argument in I/O plugin open... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Regen for proper line numbers. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Add locale_stub.o to SUDO_OBJS, not locale_stub.lo. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Include missing.h for __printflike. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Saner loop invariant in io_mkdirs (cosmetic only). |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Move warn/error into common and make static builds... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Move _sudo_printf from src/conversation.c to common... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Add plugin_setjmp() wrapper for siglongjmp(error_jmp... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Let warning() call gettext() for us. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Do locale swapping in the warning()/error() macros... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Rename warning2()/error2() -> warning_nodebug()/error_n... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Call gettext() on parameters for warning()/warningx... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Call gettext() in sudoerserror() in the user's locale... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Allow sudoers programs (visudo, sudoreplay, visudo... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Include setjmp.h in sudoers.h |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | No need to change locale in front-end warning()/error(). |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Ignore bad lines in passwd/group file instead if stoppi... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Bash doesn't let you set UID to use MYUID instead. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | Avoid NULL deref for unknown Defaults in strict mode. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Todd C. Miller | See DEFAULT_TEXT_DOMAIN |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | Add signame.c and mksigname. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | Fold preinstall into install-plugin and pass the path... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | sync with upstream |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | repair spacing |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Set group on sudo_debug when creating it to gid 0 so... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Rename mkdir_parents() io_mkdirs() and add a flag to... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | For PERM_ROOT set egid to 0 so log files are not create... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Add calls to set_perms(PERM_ROOT) becore logging to... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | #unifdef HAVE_SETLOCALE, it is C89 so no need to check... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Mention that sudo.conf is parsed in the C locale. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Parse sudo.conf in the "C" locale. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Fix compilation on systems w/o setlocale() |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Sudo now includes a workaround for the Solaris 11 local... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Todd C. Miller | Always include locale.h from gettext.h so we no longer... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Todd C. Miller | Add os-specific initialization functions for solaris... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Todd C. Miller | Avoid strerror() when possible and just rely on warning... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Todd C. Miller | Set sudoers locale in log_allowed() |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Todd C. Miller | Make the sudo lecture translatable. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Todd C. Miller | Add the values of badpass_message, passprompt and mails... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Todd C. Miller | Expand the FMT_FIRST anf FMT_CONTD macros inline so... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Make expand_prompt() args const and free the prompt... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Fix cut and pasto |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Expand def_mailsub in the sudoers locale, not the user's. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Call gettext inside log_error et al instead of having... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Display warning/error messages in the user's locale. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | audit_failure() now calls gettext itself using the... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Convert setlocale() to sudoers_setlocale() in the sudoe... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Add simple locale switching to make it easy to switch... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Add variants of warn/error and sudo_debug_printf that... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Document Solaris 11 locale issues and workarounds. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Todd C. Miller | Solaris gettext() looks in lang.UTF-8, not just lang... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Todd C. Miller | Do not inform the user that the command was not permitt... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Todd C. Miller | Add preinstall target that runs SUDO_PREINSTALL_CMD... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Todd C. Miller | The -a option should be #ifdef HAVE_BSD_AUTH_H, not -A. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Todd C. Miller | Allow the user to specify and alternate libtool |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Todd C. Miller | Allow sudo to be build with sss support without also... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Todd C. Miller | Refactor policy plugin interface code from sudoers... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Todd C. Miller | Refactor command_info setting into its own function. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Todd C. Miller | Make interfaces pointer private to interfaces.c and... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Todd C. Miller | Make user_cwd const since it is either a string literal... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Todd C. Miller | sudo 1.8.7 |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Todd C. Miller | Avoid nested strtok() calls. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Todd C. Miller | Move expand_prompt() into its own source file for easie... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Todd C. Miller | Make check.c independent of the underlying timestamp... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Todd C. Miller | Add SUDOERS_NO_SEQ define to allow ${seq} to be disabled. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Todd C. Miller | Use a list for the possible values of Tag_Spec with... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Todd C. Miller | sudo_ttyname_dev() is unused if there is no /proc or... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Todd C. Miller | Explicitly mark main() as public in executables to... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Todd C. Miller | Remove grep from SEE ALSO section. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Todd C. Miller | If vasprintf() fails, just use the errno it sets instea... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Todd C. Miller | Mention HP-UX pam.conf settings. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Todd C. Miller | Split off timestamp functions into their own source... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Todd C. Miller | Mention how !foo is not the same as ALL,!foo |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Todd C. Miller | Start commands in the background when I/O logging is... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Todd C. Miller | Handle SIGCONT_FG and SIGCONT_BG when converting signal... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Todd C. Miller | Fix running commands that need the terminal in the... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Todd C. Miller | Add rudimentary support for name-based matching as... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Todd C. Miller | Split out implementation-specific back end code out... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Todd C. Miller | sudo 1.8.6p3 |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Todd C. Miller | Don't use embedded newline when matching, use \n. ... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Rename yyerror() to sudoerserror() to match yacc prefix... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | No need to translate "unable to allocate memory" when... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Fall back on lstat(2) if d_type in struct dirent is... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Avoid calling fclose(NULL) in the error path when we... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Sudo 1.8.6p2 |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Todd C. Miller | When setting the signal handler for SIGTSTP to the... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Todd C. Miller | Replace the guts of sudo_setenv_nodebug() with our... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Todd C. Miller | Document non-Unix group support in LDAP sudoers. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Todd C. Miller | Enable non-Unix group support for LDAP sudoers. We... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Todd C. Miller | Set yacc prefix to "sudoers" to avoid conflicts other... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Todd C. Miller | Mention support for SUCCESS=return in /etc/nsswitch... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Todd C. Miller | sudo 1.8.6p1 |
commit | commitdiff | tree | snapshot |
next |