]> granicus.if.org Git - sudo/shortlog
sudo
2010-07-13 Todd C. MillerAdd packaging bits to DISTFILES
2010-07-13 Todd C. MillerOnly set PAM_RHOST for Solaris, where it is needed...
2010-07-13 Todd C. MillerWe now use pp to generate HP-UX packages
2010-07-12 Todd C. MillerFix indentation
2010-07-12 Todd C. Millerisntall-man -> install-doc
2010-07-12 Todd C. MillerBump version to 1.7.4
2010-07-12 Todd C. MillerRemove remaining bits of the old binary package
2010-07-12 Todd C. MillerUse http://rc.quest.com/topics/polypkg/ for packaging
2010-07-12 Todd C. MillerUse http://rc.quest.com/topics/polypkg/ for packaging
2010-07-12 Todd C. MillerJust ignore the -c option, it is the default
2010-07-12 Todd C. MillerUse _PATH_STDPATH instead of _PATH_DEFPATH
2010-07-12 Todd C. MillerDo not strip binaries.
2010-07-12 Todd C. MillerAdd --insults=disabled configure option to allow people...
2010-07-10 Todd C. MillerFix K&R compilation
2010-07-09 Todd C. MillerAdd support for a sudo-i pam.d file to be used for...
2010-07-09 Todd C. MillerFix installation of sudo_noexec.so
2010-07-09 Todd C. MillerUse mkstemps() instead of mkstemp() in sudoedit. This...
2010-07-08 Todd C. MillerTLS_CACERT is now an alias for TLS_CACERTFILE. OpenLDA...
2010-07-07 Todd C. MillerAdd suport for negated user/host/command lists in a...
2010-07-01 Todd C. Millerfix typo.
2010-06-29 Todd C. MillerAdded tag SUDO_1_7_3 for changeset 72fd1f510a08
2010-06-29 Todd C. MillerSudo 1.7.3 GA SUDO_1_7_3
2010-06-29 Todd C. MillerInclude strings.h even if string.h exists since they...
2010-06-29 Todd C. MillerDo not rely on env.env_len when unsetting a variable...
2010-06-29 Todd C. MillerIn unsetenv() check for NULL or empty name as per POSIX...
2010-06-28 Todd C. MillerMention that multiple URI lines are merged into a singl...
2010-06-28 Todd C. MillerDocument AIX fixes
2010-06-26 Todd C. MillerFor env_init() just use environ not the envp from main().
2010-06-25 Todd C. MillerUpdate version to 1.7.3rc1
2010-06-25 Todd C. Millerfqdn issue is resolved
2010-06-25 Todd C. MillerIn unsetenv(), assign ep in the for loop instead of...
2010-06-25 Todd C. MillerUse S_REGISTRY instead of S_AUTHSYSTEM as the argument...
2010-06-25 Todd C. MillerUse warningx() instead of log_error() since the latter...
2010-06-25 Todd C. MillerDefer call to sudo_nonunix_groupcheck_cleanup() until...
2010-06-25 Todd C. MillerIgnore case when matching user/group names in the cache...
2010-06-24 Todd C. MillerAdd check for setkeycreatecon() when --with-selinux...
2010-06-24 Todd C. MillerBump version to 1.7.3b5
2010-06-24 Todd C. MillerK&R function declaration for aix_setauthdb()
2010-06-24 Todd C. MillerIf env_init() was called implicitly via getenv(), seten...
2010-06-24 Todd C. MillerAdd support for multiple URI lines by joining the conte...
2010-06-23 Todd C. MillerBracket initgroups with calls to aix_setauthdb() and...
2010-06-23 Todd C. MillerInclude compat.h before alloc.h to get __P
2010-06-23 Todd C. MillerInclude usersec.h for authenticate() prototype
2010-06-23 Todd C. MillerAdd missing includes
2010-06-22 Todd C. MillerMention when LDAP was incorporated.
2010-06-21 Todd C. MillerDefine _LINUX_SOURCE_COMPAT on AIX for strsignal()...
2010-06-21 Todd C. MillerInclude usersec.h on AIX to get IDtouser() prototype.
2010-06-21 Todd C. MillerDefine _LINUX_SOURCE_COMPAT on AIX for strsignal()...
2010-06-18 Todd C. MillerAdd a cast to quiet a compiler warning.
2010-06-18 Todd C. MillerUse memset() instead of zero_bytes() since we don't...
2010-06-18 Todd C. Millergetline.o is already in LIB_OBJS, do not need it in...
2010-06-18 Todd C. MillerQuiet a compiler warning.
2010-06-18 Todd C. MillerCall set_fqdn() after sudoers has parsed instead of...
2010-06-18 Todd C. MillerDo not call set_fqdn() until sudoers parses (where...
2010-06-18 Todd C. MillerDo not call set_fqdn() until sudoers parses (where...
2010-06-18 Todd C. MillerBump version to 1.7.3b4
2010-06-18 Todd C. Millermention the change in tty ticket behavior when there...
2010-06-18 Todd C. Millerremove done items
2010-06-18 Todd C. MillerRemove comment; NAME in usrinfo should be user name.
2010-06-18 Todd C. MillerDo not update tty ticket if there is no tty.
2010-06-18 Todd C. MillerNo longer need to use -- with the -s flag
2010-06-18 Todd C. MillerAdd missing $(srcdir) to sudo.man.in target
2010-06-18 Todd C. MillerDo not rely on BSD make's $>
2010-06-18 Todd C. MillerSet timedir to /var/db/sudo for darwin to match Apple...
2010-06-16 Todd C. MillerMove aix.o from SUDO_OBJS to COMMON_OBJS
2010-06-16 Todd C. MillerCheck for zlib.h in addition to libz.
2010-06-16 Todd C. MillerMove functions and symbols shared between exec.c and...
2010-06-16 Todd C. MillerAdd missing prototypes for aix_setauthdb and aix_restor...
2010-06-16 Todd C. MillerComment out rules to build .man.in and .cat files unles...
2010-06-16 Todd C. MillerFix AIX compilation problems.
2010-06-16 Todd C. MillerCast isalnum() arg to unsigned char.
2010-06-16 Todd C. MillerAdd Linux audit support.
2010-06-16 Todd C. MillerQuote any non-alphanumeric characters other than '_...
2010-06-16 Todd C. MillerAdd missing braces that broke -i mode.
2010-06-16 Todd C. MillerFix linux_audit_command() return value
2010-06-15 Todd C. MillerAdd Linux audit support.
2010-06-16 Todd C. MillerAdd Linux audit support.
2010-06-15 Todd C. MillerSync sudoreplay with trunk
2010-06-15 Todd C. MillerRemove an XXX
2010-06-15 Todd C. MillerSet usrinfo for AIX
2010-06-15 Todd C. MillerBetter prefix determination now that we can't rely...
2010-06-15 Todd C. MillerAdd support for multiple sudoers_base entries in ldap...
2010-06-15 Todd C. MillerRemove duplicate setsid check
2010-06-15 Todd C. MillerMove setsid emulation into setsid.c
2010-06-15 Todd C. MillerCheck for dup2() failure.
2010-06-15 Todd C. MillerRemove dup2 check, it is not optional.
2010-06-14 Todd C. MillerAdd mbr_check_membership support and SELinux fixes
2010-06-14 Todd C. MillerSync SRCS and DISTFILES with reality
2010-06-14 Todd C. MillerUpdate OS specific notes. Delete some really ancient...
2010-06-14 Todd C. MillerBump for sudo 1.7.3
2010-06-14 Todd C. MillerCall selinux_restore_tty() as part of cleanup() so...
2010-06-14 Todd C. MillerNo longer use SA_NOCLDSTOP
2010-06-14 Todd C. MillerMove union sudo_in_addr_un into interfaces.h
2010-06-14 Todd C. MillerUpdate copyright year
2010-06-14 Todd C. MillerUpdate copyright year
2010-06-14 Todd C. MillerRemove varsub as part of clean
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerMake the remaining functions in ldap.c static
2010-06-14 Todd C. MillerMake private functions static. Diff from Joachim Henke
next