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 |
2012-08-07 |
Todd C. Miller | Fix memory leak found by clang checker-267 |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Todd C. Miller | If we receive a signal from the command we executed... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Todd C. Miller | Remove section about Solaris 10 on other systems. |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Todd C. Miller | Expand section on Solaris privileges. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Todd C. Miller | Expand a bit on the Solaris priv set changes. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Todd C. Miller | The second argument to init_parser() is now bool. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Todd C. Miller | Fix printing of parse error message to stderr. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Todd C. Miller | If a command matches using an empty Runas_List (i.e... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Todd C. Miller | Add support for parsing an empty Runas_List, which... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Todd C. Miller | Fix HP-UX, just use ".TH name section" like the vendor... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Todd C. Miller | Fix compilation on Solaris |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Todd C. Miller | Generate a sed script file when munging *.mdoc or ... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Todd C. Miller | Use "Sudo VERSION" as the 4th arg to .TH instead of... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Todd C. Miller | When checking whether a signal is user-generated, compa... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Todd C. Miller | SuSE Enterprise Linux uses RLIMIT_NPROC and _SC_CHILD_M... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Todd C. Miller | Active Directory apparently requires that tenths of... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Todd C. Miller | Fix SELinux build |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Todd C. Miller | Remove pod versinons of HISTORY, CONTRIBUTORS and LICEN... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Todd C. Miller | Remove pod versinons of HISTORY, CONTRIBUTORS and LICEN... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Todd C. Miller | Fix printing of the permission denied message to standa... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Todd C. Miller | Bump grammar version for Solaris privs. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Todd C. Miller | Fix errors introduced when sudoNotBefore, sudoNotAfter... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Todd C. Miller | Remove lex.yy.c when building toke.c |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Todd C. Miller | Fix building docs in a build dir. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Todd C. Miller | Remove pod versions of the manual; we now use mdoc. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Todd C. Miller | Add post-processing scripts to strip out login class... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Todd C. Miller | Merge in Solaris privilege support by Darren Moffat... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Todd C. Miller | Sync with CONTRIBUTORS file |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Todd C. Miller | Regen .man.in files with my private mandoc. |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Todd C. Miller | add MANDOC variable |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Todd C. Miller | Regen .man.in files with hacked mandoc to avoid issues... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Todd C. Miller | Fix groff warnings. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Todd C. Miller | Fix dependencies for .man.in files. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Todd C. Miller | Add doc/*.mdoc to ignore file |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Todd C. Miller | Build .man.in and .cat files from .mdoc.in files. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Todd C. Miller | Sudo manuals formatted in mdoc, to replace the pod... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Todd C. Miller | More minor costmetic fixes. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Todd C. Miller | Minor cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Todd C. Miller | Use "a password is required" instead of "password requi... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Todd C. Miller | Mention logging changes. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Todd C. Miller | Document that other mail_* flags have precedence over... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Todd C. Miller | Move log_denial() calls and logic to log_failure(). |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Todd C. Miller | Do not set a resource limit to zero when we are unable... |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Todd C. Miller | Add "Provides: sudo" to debian sudo-ldap package |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Todd C. Miller | Define NO_VIZ for zlib when gcc doesn't support symbol... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Todd C. Miller | Use the autoconf cache when checking for symbol export... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Todd C. Miller | Add configure check for building PIE executables instea... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Todd C. Miller | MacOS pp backend doesn't like modes longer than 4 chara... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Todd C. Miller | Add -Wc,-fstack-protector to LT_LDFLAGS instead of... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Todd C. Miller | Regen for sudo 1.8.6 |
commit | commitdiff | tree | snapshot |
next |