2013-03-01 |
Todd C. Miller | re-tag SUDO_1_7_10p7 |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Todd C. Miller | Added tag SUDO_1_7_10p7 for changeset d95631aa92d9 |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Todd C. Miller | Sudo 1.7.10p7 SUDO_1_7_10p7 |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Todd C. Miller | Added tag SUDO_1_7_10p7 for changeset ddf399e3e306 |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Todd C. Miller | Completely ignore time stamp file if it is set to the... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Todd C. Miller | Make display_cmnd() return value match trunk version. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Todd C. Miller | #include "sudo_usage.h" not <sudo_usage.h> so we get... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Todd C. Miller | Added tag SUDO_1_7_10p6 for changeset 882475dfa47c |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Todd C. Miller | Sudo 1.7.10p6 SUDO_1_7_10p6 |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Todd C. Miller | Sync with autoconf 2.68 |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Todd C. Miller | Move call the save_signals() to before SIGINT, SIGQUIT... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Todd C. Miller | Store the session ID in the tty ticket file too. A... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Todd C. Miller | Added tag SUDO_1_7_10p5 for changeset 765958d9ee1e |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Todd C. Miller | Sudo 1.7.10p5 SUDO_1_7_10p5 |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Todd C. Miller | Update copyright year |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Todd C. Miller | Fix potential stack overflow due to infinite recursion... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Todd C. Miller | Remove ttyname() fall back code on systems where we... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Added tag SUDO_1_7_10p4 for changeset a5ea48905d46 |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Sudo 1.7.10p4 SUDO_1_7_10p4 |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Use -fstack-protector-all in preference to -fstack... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Break out stack smashing protector options into SSP_CFL... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Avoid NULL deref for unknown Defaults in strict mode. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | Do not inform the user that the command was not permitt... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Todd C. Miller | The -a option should be #ifdef HAVE_BSD_AUTH_H, not -A. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Todd C. Miller | Add missing call to save_signals(). |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Todd C. Miller | In rbrepair(), make sure we never try to change the... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Todd C. Miller | No need to restore default signal handler for SIGSTOP... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Todd C. Miller | Disable PIE on FreeBSD/ia64, otherwise sudo will segfault. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | For PERM_ROOT set egid to 0 so log files are not create... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | Set gid to 0 when creating I/O log directories. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | sync with upstream |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Todd C. Miller | Add support for SUDO_PREINSTALL_CMD so we can correct... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Todd C. Miller | Mention HP-UX pam.conf settings. |
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-19 |
Todd C. Miller | Added tag SUDO_1_7_10p3 for changeset 235ca8006055 |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Todd C. Miller | Use 1/0 not TRUE/FALSE. SUDO_1_7_10p3 |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Todd C. Miller | sudo 1.7.10p3 |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Todd C. Miller | Avoid calling fclose(NULL) in the error path when we... |
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 | Fall back on lstat(2) if d_type in struct dirent is... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Added tag SUDO_1_7_10p2 for changeset 60d2336634f5 |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | Sudo 1.7.10p2 SUDO_1_7_10p2 |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Todd C. Miller | When setting the signal handler for SIGTSTP to the... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Todd C. Miller | Added tag SUDO_1_7_10p1 for changeset a8330024abe7 |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Todd C. Miller | Mention support for SUCCESS=return in /etc/nsswitch... SUDO_1_7_10p1 |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Todd C. Miller | sudo 1.7.10p1 |
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-04 |
Todd C. Miller | Add support for [SUCCESS=return] in nsswitch.conf;... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | Added tag SUDO_1_7_10 for changeset 56db3dcb76c6 |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Todd C. Miller | mention PIE SUDO_1_7_10 |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Todd C. Miller | Handle NULL entries in sys_siglist. |
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 | Fix gcc warnings. |
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-24 |
Todd C. Miller | Quiet gcc warnings on glibc systems that use warn_unuse... |
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-22 |
Todd C. Miller | Substitute MANDIRTYPE into Makefile |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Don't remove files in GENERATED unless DEVEL is set. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Todd C. Miller | Move log_denial() calls and logic to log_failure(). |
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-19 |
Todd C. Miller | Add COMMAND EXECUTION section that describes how sudo... |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Todd C. Miller | Happy Easter |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Todd C. Miller | Add CONTRIBUTORS file from sudo trunk |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Sudo manuals formatted in mdoc, to replace the pod... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Add new check_defaults() function to check (but not... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Todd C. Miller | Use AI_FQDN instead of AI_CANONNAME if available since... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Todd C. Miller | sync polypkg from git |
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 building with a K&R compiler. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Todd C. Miller | If we receive a signal from the command we executed... |
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 | Regen with modified yacc skeleton. |
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-30 |
Todd C. Miller | Active Directory apparently requires that tenths of... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Todd C. Miller | Remove pod versinons of HISTORY and LICENSE as they... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Todd C. Miller | Sync with trunk version. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Todd C. Miller | Fix errors introduced when sudoNotBefore, sudoNotAfter... |
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-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 | Only check for pie support when using gcc. |
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-06-29 |
Todd C. Miller | fix version |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Todd C. Miller | Document improved Tivoli Directory Server support. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Todd C. Miller | Add support for ldaps using Tivoli LDAP libraries. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Todd C. Miller | Tivoli Directory Server 6.3 libs always return a (bogus... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Todd C. Miller | Update |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Todd C. Miller | Treat LDAP_OPT_CONNECT_TIMEOUT (Tivoli Directory Server... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Todd C. Miller | Use MAX_UID_T_LEN + 1 for uid/gid buffers, not MAX_UID_... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Todd C. Miller | If installing with installp, error out if there is... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Todd C. Miller | Add --disable-nls for AIX |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Todd C. Miller | Debian sudo-ldap packages should now depend on libldap... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Todd C. Miller | Add Homepage and Bugs to debian control file. |
commit | commitdiff | tree | snapshot |
next |