2011-10-25 |
Todd C. Miller | When matching a RunasAlias for a runas group, pass... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Todd C. Miller | Added tag SUDO_1_7_8 for changeset 571f47a3e08c |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Todd C. Miller | Revert unintended commit of version change to 1.7.8rc1 SUDO_1_7_8 |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Todd C. Miller | Add sudoedit fix |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Todd C. Miller | Ignore set_logname (which is now the default) for sudoe... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Todd C. Miller | Modify the authentication API such that the init and... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Todd C. Miller | If the invoking user cannot be resolved by uid fake... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Todd C. Miller | Added tag SUDO_1_7_7 for changeset 9fba0207f99a |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Todd C. Miller | Update to current reality and add bit about ssh auth |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Todd C. Miller | Make "verbose" static; fixes a namespace clash with... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Todd C. Miller | FreeBSD has libutil.h not util.h |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Todd C. Miller | Define _BSD_SOURCE on FreeBSD, OpenBSD and DragonflyBSD |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Apply MODE_MASK to sudo_mode in the switch statement... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Update for version 1.7.8 |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Add support for DEREF in ldap.conf. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Check for -libmldap too when looking for ldap libs... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Honor NOPASSWD tag for denied commands too. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Todd C. Miller | Remove --with-CC option; it doesn't work correctly... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Todd C. Miller | Don't assume all editors support the +linenumber comman... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Todd C. Miller | Use PAM by default on AIX 6 and higher. |
commit | commitdiff | tree | snapshot |
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 |
next |