]> granicus.if.org Git - sudo/shortlog
sudo
2008-10-03 Todd C. Millerfix typo in non-C89 function declaration
2008-10-03 Todd C. MillerMention POSIX characters classes now that out fnmatch...
2008-10-03 Todd C. MillerReplace [A-z] (which won't match in UTF8) with [A-Za...
2008-10-03 Todd C. Milleruse __signed char if we are going to assign a negative...
2008-10-03 Todd C. MillerAdd tests for __signed char and signed char.
2008-10-03 Todd C. MillerFix AIX limit setting. getuserattr() returns values...
2008-09-26 Todd C. MillerAdd character class support to included glob(3) and...
2008-09-16 Todd C. MillerRemove UCB advertising clause and some compatibility...
2008-09-14 Todd C. MillerCheck EDITOR/VISUAL to make sure sudoedit is not re...
2008-09-14 Todd C. MillerAdd sudoers_locale Defaults option to override the...
2008-09-13 Todd C. MillerSet locale to system default except for during sudoers...
2008-09-12 Todd C. MillerRedo change in 1.34 to use pointer arithmetic.
2008-09-11 Todd C. MillerFix a dereference (read) of a freed pointer. Reported...
2008-08-23 Todd C. MillerSet locale to "C" to avoid interpretation issues with...
2008-08-20 Todd C. Millerwe no longer use setproctitle
2008-08-20 Todd C. Millerremove #if 1
2008-08-20 Todd C. MillerUse my replacement mkstemp() from the mktemp package.
2008-07-12 Todd C. Millerregen with yacc skeleton bug fixed
2008-07-12 Todd C. MillerRemove duplicate "as root". From Martin Toft.
2008-07-02 Todd C. MillerFlesh out the fake passwd entry used for running comman...
2008-07-01 Todd C. MillerError out in -i mode if the user has no shell. This...
2008-06-26 Todd C. MillerBetter fix for line continuation inside double quotes...
2008-06-25 Todd C. MillerFix line continuation in strings. It was only being...
2008-06-22 Todd C. MillerReplace the double fork with a fork + daemonize.
2008-06-21 Todd C. MillerThe -i flag should imply env_reset. This got broken...
2008-06-21 Todd C. MillerChange how the mailer is waited for. Instead of having...
2008-06-20 Todd C. MillerFix configure test for dirfd() on Linux where DIR is...
2008-06-17 Todd C. MillerGet rid of the QNX TCSAFLUSH -> TCSADRAIN hack. If...
2008-06-11 Todd C. MillerIgnore SIGPIPE instead of blocking it when piping to...
2008-06-08 Todd C. MillerAdd description for NO_PAM_SESSION, from a redhat patch.
2008-06-06 Todd C. MillerFix typos in -i usage
2008-05-18 Todd C. MillerRedo the test for dgettext() in a way that hopefully...
2008-05-11 Todd C. Millerchange filename in comment
2008-05-10 Todd C. MillerReference schema.ActiveDirectory
2008-05-09 Todd C. MillerMark sudoRunAs as deprecated.
2008-05-09 Todd C. Milleradd sudoRunAsUser and sudoRunAsGroup
2008-05-09 Todd C. MillerActive Directory schema by Chantal Paradis and Eric...
2008-05-08 Todd C. Millerremove an XXX that was fixed
2008-05-08 Todd C. Millersync
2008-05-08 Todd C. MillerInitialize tags to UNSPEC instead of def_* in "sudo...
2008-05-04 Todd C. MillerNo point in packaging the TODO file
2008-05-04 Todd C. Millersync
2008-05-03 Todd C. MillerAdd env_file Defaults option that is similar to /etc...
2008-05-02 Todd C. Millerchange version to 1.7.0
2008-05-02 Todd C. Millerinitial valgrind pass done
2008-04-23 Todd C. MillerFix typo/think in sudo_ldap_read_secret() when storing...
2008-04-11 Todd C. Millerdefine LDAPS_PORT if the system headers do not
2008-04-10 Todd C. MillerFix another memory leak in init_parser().
2008-04-10 Todd C. MillerThere was a missing space before the ldap libs in SUDO_...
2008-04-10 Todd C. MillerClean up some memory leaks pointed out by valgrind.
2008-04-07 Todd C. Millerfix "sudo -s" broken by mode/flags breakout
2008-04-07 Todd C. Millerremove duplicate check for dgettext
2008-04-05 Todd C. MillerFall back to default stanza if no user-specific limit...
2008-04-02 Todd C. Millerinclude stdint.h if present
2008-04-02 Todd C. MillerUse LLONG_MAX, not the old QUAD_MAX
2008-04-01 Todd C. Millerfix cut and pasto
2008-03-31 Todd C. MillerAdd #ifdef PURITY
2008-03-30 Todd C. Millerremove useless cast
2008-03-27 Todd C. Millersync
2008-03-27 Todd C. Millersync
2008-03-27 Todd C. MillerSplit MODE_* defines into primary and flags.
2008-03-26 Todd C. MillerIt turns out the logic for getting AIX limits is more...
2008-03-23 Todd C. MillerBack out AIX-specific change to set the sudo_noexec...
2008-03-23 Todd C. MillerIf the file given to install is a path, only use the...
2008-03-18 Todd C. Millerparse_args() cleanup:
2008-03-18 Todd C. MillerAdd -n (non-interactive) flag.
2008-03-18 Todd C. MillerMove version printing, etc. into a separate function.
2008-03-18 Todd C. MillerDon't try to cleanup nsswitch if it has not been initia...
2008-03-17 Todd C. MillerBlock SIGPIPE in send_mail() so sudo is not killed...
2008-03-14 Todd C. MillerAIX shared libs end in .a, not .so.
2008-03-13 Todd C. MillerPreserve HOME by default too. Matches documentation...
2008-03-12 Todd C. MillerUse getopt() to parse the command line. We need to...
2008-03-06 Todd C. Millersync
2008-03-06 Todd C. Millerupdate to libtool-1.5.26
2008-03-06 Todd C. Millerupdate from libtool-1.5.26 distribution
2008-03-06 Todd C. Millerattempt to fix compilation errors on AIX
2008-03-06 Todd C. Millerfix typo in last commit
2008-03-06 Todd C. MillerAdd WHATSNEW file to the distribution
2008-03-06 Todd C. Milleruse warningx instead of fprintf(stderr, ...)
2008-03-06 Todd C. Milleradd DEBUG to list2tq
2008-03-06 Todd C. Millersync
2008-03-06 Todd C. Millermention mailfrom
2008-03-06 Todd C. MillerAdd aix_setlimits() to set resource limits on AIX using...
2008-03-05 Todd C. MillerAdd mailfrom Defaults option that sets the value of...
2008-03-05 Todd C. Millerstore a copy of _PATH_SUDO_ASKPASS in def_askpass that...
2008-03-05 Todd C. MillerWhen adding a default, only call list2tq() once to...
2008-03-05 Todd C. Millercomment out XXXs for now
2008-03-05 Todd C. Millermention askpass
2008-03-04 Todd C. MillerError out if both -A and -S are specified
2008-03-04 Todd C. Millerwe are not going to ship a sudo-specific askpass
2008-03-03 Todd C. Millerfix definition of TGP_ASKPASS
2008-03-03 Todd C. Millermake askpass boolean-capable
2008-03-03 Todd C. Millerdocument --with-askpass
2008-03-03 Todd C. Millerregen
2008-03-02 Todd C. Millerdocument -A and askpass
2008-03-02 Todd C. MillerAdd support for running a helper program to read the...
2008-03-02 Todd C. Milleradd missing printf format to SELinux role and type...
2008-02-27 Todd C. MillerDisable use of gss_krb5_ccache_name() by default and add
2008-02-22 Todd C. MillerIgnore setexeccon() failing in permissive mode. Also...
2008-02-22 Todd C. MillerOnly set std_prompt for the PAM_PROMPT_* cases. The...
next