]> granicus.if.org Git - sudo/shortlog
sudo
2012-01-12 Todd C. MillerUse HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste...
2012-01-12 Todd C. MillerFix mode on sudoers as needed when the -f option is...
2012-01-12 Todd C. MillerBuild PIE executables for newer Debian and Ubuntu
2012-01-12 Todd C. MillerDo not close error pipe or debug fd via closefrom(...
2012-01-12 Todd C. MillerOlder Netscape LDAP SDKs don't prototype ldapssl_set_st...
2012-01-12 Todd C. MillerReplace UCB fnmatch.c with a non-recursive version...
2012-01-12 Todd C. MillerMake the env_reset descriptions consistent.
2012-01-12 Todd C. MillerDo multiple expansion when expanding paths to the noexe...
2012-01-12 Todd C. MillerAdd ignore file
2012-01-12 Todd C. MillerUpdate to libtool 2.4.2
2012-01-12 Todd C. MillerAdd support for relative paths in #include and #includedir
2012-01-12 Todd C. MillerAdd missing word in HOME security note.
2012-01-12 Todd C. MillerKeep track of the last token returned. On error, if...
2011-12-18 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
2011-11-08 Todd C. MillerMark libexec files as optional. If there is no support...
2011-10-26 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2011-10-25 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2011-10-21 Todd C. MillerAdded tag SUDO_1_7_8 for changeset 571f47a3e08c
2011-10-21 Todd C. MillerRevert unintended commit of version change to 1.7.8rc1 SUDO_1_7_8
2011-10-10 Todd C. MillerAdd sudoedit fix
2011-10-10 Todd C. MillerIgnore set_logname (which is now the default) for sudoe...
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-09-24 Todd C. MillerIf the invoking user cannot be resolved by uid fake...
2011-09-22 Todd C. MillerAdded tag SUDO_1_7_7 for changeset 9fba0207f99a
2011-09-21 Todd C. MillerUpdate to current reality and add bit about ssh auth
2011-09-21 Todd C. MillerMake "verbose" static; fixes a namespace clash with...
2011-09-21 Todd C. MillerFreeBSD has libutil.h not util.h
2011-09-21 Todd C. MillerDefine _BSD_SOURCE on FreeBSD, OpenBSD and DragonflyBSD
2011-09-17 Todd C. MillerApply MODE_MASK to sudo_mode in the switch statement...
2011-09-17 Todd C. MillerUpdate for version 1.7.8
2011-09-17 Todd C. MillerAdd support for DEREF in ldap.conf.
2011-09-17 Todd C. MillerCheck for -libmldap too when looking for ldap libs...
2011-09-17 Todd C. MillerHonor NOPASSWD tag for denied commands too.
2011-09-17 Todd C. MillerRemove --with-CC option; it doesn't work correctly...
2011-09-16 Todd C. MillerDon't assume all editors support the +linenumber comman...
2011-09-16 Todd C. MillerUse PAM by default on AIX 6 and higher.
2011-08-30 Todd C. MillerAdd --enable-werror configure option.
2011-08-30 Todd C. MillerAdd configure test for missing errno declaration and...
2011-08-30 Todd C. MillerInclude errno.h before sudo.h to avoid conflicting...
2011-08-27 Todd C. MillerFix matching a network number with netmask when the...
2011-08-23 Todd C. MillerFix building on RHEL 3
2011-08-14 Todd C. Millerbash 2.x doesd not support the -l flag and exits with... SUDO_1_7_7
2011-08-14 Todd C. MillerDetect HP-UX bundled compiler on ia64 systems.
2011-08-14 Todd C. MillerFix cut & pasto in K&R lbuf_append function declaration
2011-08-14 Todd C. Millersync
2011-08-14 Todd C. MillerImproved background mode support. When not allocating...
2011-08-14 Todd C. MillerAdd primitive format string support to the lbuf code.
2011-08-14 Todd C. MillerGo back to escaping the command args for "sudo -i"...
2011-08-13 Todd C. MillerPrepare for sudo 1.7.7
2011-08-13 Todd C. MillerOnly check gid of sudoers file if it is group-readable...
2011-08-13 Todd C. Millerconfigure args on the command line should override...
2011-08-13 Todd C. MillerAdd checks for nroff -c and -Tascii flags
2011-08-13 Todd C. MillerWhen building with gcc on HP-UX, use -march=1.1 to...
2011-08-13 Todd C. MillerFix K&R compilation
2011-08-13 Todd C. Millerfix K&R compilation
2011-08-13 Todd C. MillerIf the user specifies a runas group via sudo's -g optio...
2011-08-13 Todd C. MillerWhen checking aliases, also check the contents of the...
2011-08-13 Todd C. MillerSet errno to ELOOP in alias_find() if there is a cycle...
2011-08-13 Todd C. MillerIncrement alias_seqno before calls to alias_remove_recu...
2011-08-13 Todd C. MillerTivoli Directory Server requires that seconds be presen...
2011-08-13 Todd C. MillerSet def_preserve_groups before searching for the comman...
2011-08-13 Todd C. MillerThe group named by exempt_group should not have a ...
2011-08-13 Todd C. MillerDo not declare yyparse() static as the actual function...
2011-08-13 Todd C. MillerDisable noexec for AIX < 5. LDR_PRELOAD is only availab...
2011-08-13 Todd C. MillerFor SuSE, only use /usr/lib64 as libexec if generating...
2011-08-13 Todd C. MillerSplit out log file word wrap code into its own file...
2011-08-13 Todd C. MillerAdd a NULL check in audit_success() and audit_failure...
2011-08-13 Todd C. MillerFix some potential problems found by the clang static...
2011-08-13 Todd C. MillerFor AIX, keep calling authenticate() until reenter...
2011-08-13 Todd C. MillerUpdate to autoconf 2.68 and libtool 2.4
2011-08-13 Todd C. MillerAdd check for NetBSD-style 4-argument skeychallenge...
2011-08-11 Todd C. MillerFix typo; OPT should be OTP
2011-08-10 Todd C. MillerAdd dedicated callback function for runas_default sudoe...
2011-08-09 Todd C. MillerGo back to using a callback for runas_default to keep...
2011-07-13 Todd C. MillerOnly run configure with --with-pam-login for RHEL 5...
2011-07-13 Todd C. MillerFix typo in summary
2011-06-13 Todd C. MillerPreserve SHELL variable for "sudo -s". Otherwise we...
2011-06-10 Todd C. MillerOnly enable Solaris project support when setproject...
2011-06-10 Todd C. MillerExplicitly set mode and owner of /etc/sudoers instead...
2011-04-29 Todd C. MillerSplit ALL, ROLE and TYPE into their own actions. Since...
2011-04-29 Todd C. MillerFix regexp for matching a CIDR-style IPv4 netmask....
2011-04-29 Todd C. MillerRemove obsolete warning about runas_default and ordering.
2011-04-18 Todd C. MillerNeed to do checks for krb5_verify_user, krb5_init_secur...
2011-04-18 Todd C. Millersudo 1.7.6p1 updates
2011-04-14 Todd C. Millerupdate copyright year
2011-04-14 Todd C. MillerTreat a missing includedir like an empty one and do...
2011-04-12 Todd C. MillerFix ARCH setting in cross-compile Solaris packages.
2011-04-12 Todd C. MillerFix aix version setting.
2011-04-12 Todd C. MillerRemove extraneous parens in LDAP filter when sudoers_se...
2011-04-09 Todd C. MillerAdded tag SUDO_1_7_6 for changeset fafbb7b0aea2
2011-04-09 Todd C. Millerregen for 1.7.6 SUDO_1_7_6
2011-04-09 Todd C. Millerregen man pages for 1.7.6
2011-04-06 Todd C. MillerFix warnings when -without-skey, --without-opie, -...
2011-04-05 Todd C. MillerMention %#gid support in User_List and Runas_List
2011-04-05 Todd C. MillerMerge SETENV and NOSETENV description from 1.8
2011-04-01 Todd C. MillerIn dump-only mode, use "root" as the default username...
2011-03-31 Todd C. MillerFix setting of user_args
2011-03-31 Todd C. MillerAdd '!' token to lex tracing
2011-03-31 Todd C. MillerAvoid using pre or post increment in a parameter to...
2011-03-30 Todd C. MillerStrip off the beta or release candidate version when...
next