2011-08-30 |
Todd C. Miller | Add --enable-werror configure option. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Todd C. Miller | Add configure test for missing errno declaration and... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Todd C. Miller | Include errno.h before sudo.h to avoid conflicting... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Todd C. Miller | Fix matching a network number with netmask when the... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Todd C. Miller | Fix building on RHEL 3 |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | bash 2.x doesd not support the -l flag and exits with... SUDO_1_7_7 |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | Detect HP-UX bundled compiler on ia64 systems. |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | Fix cut & pasto in K&R lbuf_append function declaration |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | Improved background mode support. When not allocating... |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | Add primitive format string support to the lbuf code. |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Todd C. Miller | Go back to escaping the command args for "sudo -i"... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Prepare for sudo 1.7.7 |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Only check gid of sudoers file if it is group-readable... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | configure args on the command line should override... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Add checks for nroff -c and -Tascii flags |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | When building with gcc on HP-UX, use -march=1.1 to... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Fix K&R compilation |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | fix K&R compilation |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | If the user specifies a runas group via sudo's -g optio... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | When checking aliases, also check the contents of the... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Set errno to ELOOP in alias_find() if there is a cycle... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Increment alias_seqno before calls to alias_remove_recu... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Tivoli Directory Server requires that seconds be presen... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Set def_preserve_groups before searching for the comman... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | The group named by exempt_group should not have a ... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Do not declare yyparse() static as the actual function... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Disable noexec for AIX < 5. LDR_PRELOAD is only availab... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | For SuSE, only use /usr/lib64 as libexec if generating... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Split out log file word wrap code into its own file... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Add a NULL check in audit_success() and audit_failure... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Fix some potential problems found by the clang static... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | For AIX, keep calling authenticate() until reenter... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Update to autoconf 2.68 and libtool 2.4 |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Todd C. Miller | Add check for NetBSD-style 4-argument skeychallenge... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Todd C. Miller | Fix typo; OPT should be OTP |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Todd C. Miller | Add dedicated callback function for runas_default sudoe... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Todd C. Miller | Go back to using a callback for runas_default to keep... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Todd C. Miller | Only run configure with --with-pam-login for RHEL 5... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Todd C. Miller | Fix typo in summary |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Todd C. Miller | Preserve SHELL variable for "sudo -s". Otherwise we... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Todd C. Miller | Only enable Solaris project support when setproject... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Todd C. Miller | Explicitly set mode and owner of /etc/sudoers instead... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Todd C. Miller | Split ALL, ROLE and TYPE into their own actions. Since... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Todd C. Miller | Fix regexp for matching a CIDR-style IPv4 netmask.... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Todd C. Miller | Remove obsolete warning about runas_default and ordering. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Todd C. Miller | Need to do checks for krb5_verify_user, krb5_init_secur... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Todd C. Miller | sudo 1.7.6p1 updates |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Todd C. Miller | Treat a missing includedir like an empty one and do... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Todd C. Miller | Fix ARCH setting in cross-compile Solaris packages. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Todd C. Miller | Fix aix version setting. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Todd C. Miller | Remove extraneous parens in LDAP filter when sudoers_se... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Todd C. Miller | Added tag SUDO_1_7_6 for changeset fafbb7b0aea2 |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Todd C. Miller | regen for 1.7.6 SUDO_1_7_6 |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Todd C. Miller | regen man pages for 1.7.6 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Todd C. Miller | Fix warnings when -without-skey, --without-opie, -... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Todd C. Miller | Mention %#gid support in User_List and Runas_List |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Todd C. Miller | Merge SETENV and NOSETENV description from 1.8 |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Todd C. Miller | In dump-only mode, use "root" as the default username... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Todd C. Miller | Fix setting of user_args |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Todd C. Miller | Add '!' token to lex tracing |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Todd C. Miller | Avoid using pre or post increment in a parameter to... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Todd C. Miller | Strip off the beta or release candidate version when... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Todd C. Miller | getuserattr(user, ...) will fall back to the "default... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Todd C. Miller | Document parser changes. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Todd C. Miller | Add runasgroup support to testsudoers |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Todd C. Miller | More useful exit codes: |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Todd C. Miller | If there is an existing sudoers file, only install... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Todd C. Miller | Document %#gid, and %:#nonunix_gid syntax. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Todd C. Miller | Add support to user_in_group() for treating group names... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Todd C. Miller | Quote first argument to AC_DEFUN(); from Elan Ruusamae |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Use bitwise AND instead of modulus to check for length... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Add missing include of config.h |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Move lexer globals initialization into init_lexer. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Fix a potential crash when a non-regular file is presen... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | On some Linux systems, "uname -p" contains detailed... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Make an empty group or netgroup a syntax error. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Allow a group ID in the User_Spec. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Todd C. Miller | Return an error for the empty string when a word is... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Todd C. Miller | Fix printing "User_Alias FOO = ALL" |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | Better error message about invalid -C argument |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Todd C. Miller | Fix placement of equal size ('=') in user specification... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Todd C. Miller | If we match a rule anchored to the beginning of a line... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Todd C. Miller | Allow whitespace after the modifier in a Defaults entry. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Don't set CC when cross-compiling. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Credit Matthew Thomas for the sudoers_search_filter... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Update for sudo 1.7.6 beta |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Save the controlling tty process group before suspendin... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Todd C. Miller | Add support for sudoers_search_filter setting in ldap... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | Remove the hack to disable -g in CFLAGS unless --with... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | The '@' character does not normally need to be quoted. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | We normaly transition from GOTDEFS to STARTDEFS on... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | toke_util.c lives in $(srcdir) not $(devdir) |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Todd C. Miller | Fix parsing of double-quoted names in Defaults and... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Document major changes for sudo 1.7.6 |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Update version to 1.7.6 |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | Be careful not to deref user_stat if it is NULL. This... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Todd C. Miller | configure will not add -O2 to CFLAGS if it is already... |
commit | commitdiff | tree | snapshot |
next |