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 |
2012-09-11 |
Todd C. Miller | Avoid setting LOGNAME, USER and USERNAME variables... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Todd C. Miller | Fix duplicate detection in sudo_putenv(), do not prune... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Todd C. Miller | Add some debuggging |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Todd C. Miller | Disable word wrap in list mode when stdout is a pipe... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Todd C. Miller | Print a trailing newline in lbuf_print() when there... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Todd C. Miller | Add support for [SUCCESS=return] in nsswitch.conf;... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Todd C. Miller | Add sssd.c |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | regen .po files |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | Add Vietnamese sudoers translation from translationproj... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | mention PIE |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | Add Vietnamese sudoers translation from translationproj... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Todd C. Miller | Add missing signame dependency |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Todd C. Miller | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Todd C. Miller | Replace strsigname() with sig2str(), emulating it as... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Todd C. Miller | Use fseeko() for legacy utmp handling if available. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Todd C. Miller | Detect sys_sigabbrev[] and use it in place of sys_signa... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Todd C. Miller | Handle NULL entries in sys_siglist and sys_signame. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Todd C. Miller | Convert my_sys_sig{list,name} -> sudo_sys_sig{list... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Todd C. Miller | Pass on SIGTSTP to the command if it was sent by a... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Todd C. Miller | Shells typically change their process group when they... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Todd C. Miller | Use strsigname() to print signal names in the debug... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd C. Miller | Remove generated file and change path for temporary... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd C. Miller | When running regress tests, list pass/fail rate for... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd C. Miller | Don't print an error message in yyerror() if open_sudoe... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Todd C. Miller | Avoid printing the >>> parse error <<< message for... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Fix NULL deref when an entry has no Runas_Entry |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Correct the check_user() comment header. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Change a log_fatal() into log_error() when no auth... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Add missing debug_return |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Todd C. Miller | Make the capitalization consistent for .Ss and .Sx |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Todd C. Miller | Add COMMAND EXECUTION section that describes how sudo... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Todd C. Miller | Happy Easter |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Don't echo the awk command when building siglist.in |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | The HISTORY, LICENSE and CONTRIBUTORS files are not... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Sync with translationproject.org and add Italian sudoer... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Todd C. Miller | Expand description of fqdn to talk about systems where... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Todd C. Miller | For cat pages there is nothing to make unless DEVEL... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Todd C. Miller | Always use mandoc to format cat pages and remove now... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Todd C. Miller | sync polypkg from git |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Todd C. Miller | Use AI_FQDN instead of AI_CANONNAME if available since... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Todd C. Miller | Fix some typos. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Todd C. Miller | Add new check_defaults() function to check (but not... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Todd C. Miller | Document sudoers log format. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Todd C. Miller | Update for sudo 1.8.5p3 |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Todd C. Miller | Add missing check for I/O plugin API version when check... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Todd C. Miller | Can't call debug code in the process_hooks_xxx function... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Include signal.h before sudo_exec.h since it uses sigse... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Remove OPTIONS section; options now go inside DESCRIPTION |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Sync with translationproject.org and add new Slovenian... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Reduce the number of "internal error, foo overflow... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Mention HP-UX reboot fix. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Todd C. Miller | Support for using SSSD (http://fedorahosted.org/sssd... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Todd C. Miller | If sudo.conf contains an I/O plugin but no policy plugi... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Todd C. Miller | Do not modify the .Os section when building the .man... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Todd C. Miller | Add a note about wildcards matching multiple words... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Todd C. Miller | Fix a comment, update a variable name in a prototype... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Todd C. Miller | Cast 2nd argument of lseek() to off_t if it is a consta... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Todd C. Miller | Fix some warnings from clang checker-267 |
commit | commitdiff | tree | snapshot |
next |