]> granicus.if.org Git - sudo/shortlog
sudo
2010-09-07 Todd C. MillerNeed stdio.h for FILE *, not just NULL.
2010-09-06 Todd C. MillerWhen matching the runas user and runas group (-u and...
2010-09-04 Todd C. MillerDo not return -1 on error from the display functions...
2010-09-04 Todd C. Millerdisplay_bound_defaults now returns a count so make...
2010-09-04 Todd C. MillerAdd #include of sys/types.h for .c files that include...
2010-09-03 Todd C. MillerIt looks like AIX doesn't need to push STREAMS modules...
2010-08-30 Todd C. MillerAdd #include of sys/types.h for .c files that include...
2010-08-30 Todd C. MillerInstall sudoers file from the build dir not hte src...
2010-08-26 Todd C. MillerIf runas_pw changes, reset the stashed runas aux group...
2010-08-26 Todd C. MillerAdd target to generate sudoers file
2010-08-24 millert@rh4... When not logging I/O install a handler for SIGCONT...
2010-08-21 Todd C. Millerg/c unused auth_pw global
2010-08-21 Todd C. MillerMove get_auth() into check.c where it is actually used.
2010-08-21 Todd C. MillerDon't need to fork and wait when compiled with --disabl...
2010-08-20 Todd C. MillerConvert a remaining puts() and putchar() to use the...
2010-08-18 Todd C. MillerReplace sudoers with sudoers.in in DISTFILES
2010-08-18 Todd C. MillerSet dupcheck to TRUE when setting new HOME value if...
2010-08-18 Todd C. MillerSubstitute sysconfdir in the installed sudoers file...
2010-08-17 Todd C. MillerFix typos that prevented compilation on Irix; Friedrich...
2010-08-16 Todd C. MillerMerge compat.h and missing.h into missing.h
2010-08-14 Todd C. MillerIf the user hits ^C while a password is being read...
2010-08-09 Todd C. MillerFix waitpid() loop termination condition.
2010-08-09 Todd C. MillerUse sudo_waitpid() instead of bare waitpid()
2010-08-07 Todd C. MillerSet pp_kit_version and strip off patchlevel
2010-08-07 Todd C. MillerBetter handling of versions with a patchlevel. For...
2010-08-06 Todd C. MillerFor non-standalone auth methods, stop reading the passw...
2010-08-06 Todd C. MillerDon't print getspwuid as an auth method.
2010-08-06 Todd C. MillerNo need to look up shadow password unless we are doing...
2010-08-06 Todd C. MillerWhen removing/resetting the timestamp file ignore the...
2010-08-05 Todd C. Millerdelref sudo_user.pw, runas_pw and runas_gr immediately...
2010-08-05 Todd C. MillerMove calls to sudo_endgrent() and sudo_endpwent() to...
2010-08-04 Todd C. MillerMake sure we don't try to delref NULL.
2010-08-04 Todd C. MillerAdd missing delref in user_in_group()
2010-08-04 Todd C. Millerdelref the old runas group in set_runasgr()
2010-08-04 Todd C. MillerRepair usergr_matches() return value broken in last...
2010-08-04 Todd C. MillerReference count cached passwd and group structs. The...
2010-08-04 Todd C. MillerFix typo
2010-08-03 Todd C. MillerDo not produce a warning for "sudo -k" if the ticket...
2010-08-03 Todd C. MillerInstead of caching struct passwd and struct group in...
2010-08-03 Todd C. MillerQuiet gcc warnings on glibc systems that use warn_unuse...
2010-08-02 Todd C. MillerAdd %option noinput
2010-08-02 Todd C. MillerAdd cross-compile defaults for remaining AC_TRY_RUN...
2010-08-01 Todd C. MillerUse AC_CHECK_MEMBER in SUDO_SOCK_SA_LEN
2010-07-30 Todd C. MillerAdded tag SUDO_1_7_4 for changeset 2920a3b9d568
2010-07-30 Todd C. MillerDebian: Remove dots from decoded release number SUDO_1_7_4
2010-07-30 Todd C. MillerAdded tag SUDO_1_7_4 for changeset 0d844aa34c1d
2010-07-29 Todd C. Millerexec_monitor is static
2010-07-29 Todd C. MillerUpdate to latest version
2010-07-28 Todd C. MillerLet pp determine pp_aix_version itself.
2010-07-28 Todd C. MillerAdd support for Ubuntu admin flag file and enable it...
2010-07-28 Todd C. MillerAdd commented out SuSE-like targetpw settings
2010-07-28 Todd C. MillerOnly try to use +DAportable for non-GCC on hppa
2010-07-28 Todd C. MillerPrevent configure from adding the -g flag unless in...
2010-07-27 Todd C. MillerGo back to sudo-flavor to match existing packages and...
2010-07-27 Todd C. MillerUse sudo_$flavor instead of sudo-$flavor since that...
2010-07-27 Todd C. MillerFix handling of the ldap flavor
2010-07-27 Todd C. MillerBack out version change in 5baf2187a138
2010-07-27 Todd C. MillerPass extra args on to configure
2010-07-27 Todd C. MillerUse the HP ANSI C compiler on HP-UX if possible
2010-07-27 Todd C. MillerSome getline() implementations (FreeBSD 8.0) do not...
2010-07-27 Todd C. MillerDon't need to check for *cp being non-zero, isdigit...
2010-07-27 Todd C. MillerAdd setlocale() so the command line arguments that...
2010-07-27 Todd C. MillerDo I/O logging in the C locale so the floating point...
2010-07-27 Todd C. MillerUse errorx() not error() for thingsthat don't set errno.
2010-07-26 Todd C. MillerAdd Tru64 kit support
2010-07-26 Todd C. MillerBetter support for 1.2.3 style versions in Tru64 kits
2010-07-26 Todd C. MillerRemove apparently unnecessary use of sudo
2010-07-26 Todd C. MillerCreate timedir as part of install-dirs target.
2010-07-26 Todd C. MillerHandle ENXIO from read/write which can occur when readi...
2010-07-26 Todd C. Millersudo_pwdup() was not expanding an empty pw_shell to...
2010-07-26 Todd C. Millerplatform is a pp flag not a variable
2010-07-26 Todd C. MillerAdd simple arg parsing for mkpkg so we can set debug...
2010-07-26 Todd C. MillerMake rpm backend work on AIX 5.x
2010-07-25 Todd C. MillerAdd commented out Defaults entry for log_output
2010-07-23 Todd C. MillerInstall binary files with -b~ to make a backup.
2010-07-23 Todd C. Miller"mv -f" on HP-UX doesn't unlink the destination first...
2010-07-23 Todd C. MillerSome more ${foo} -> $(foo) conversion for consistent...
2010-07-22 Todd C. MillerAdd missing include of maillock.h for Solaris
2010-07-22 Todd C. MillerChange the default syslog facility from local2 to authp...
2010-07-22 Todd C. MillerInstall sudoers as /etc/sudoers on RPM and debian syste...
2010-07-22 Todd C. MillerRPM: use %config(noreplace) instead of %config for...
2010-07-21 Todd C. MillerInclude time.h for struct timeval.
2010-07-21 Todd C. MillerThe return value of strsignal() may be const and should...
2010-07-21 Todd C. MillerMention that 127.0.0.1 will not match, nor will localho...
2010-07-21 Todd C. Millerfix typo
2010-07-21 Todd C. MillerRename WHATSNEW -> NEWS
2010-07-21 Todd C. MillerUpdated pp with latest patches
2010-07-21 Todd C. MillerIf pam is in use, wait until the process has finished...
2010-07-21 Todd C. Millerregen sudoers manual
2010-07-21 Todd C. MillerAdd commented out line to add HOME to env_keep and...
2010-07-20 Todd C. MillerAdd LINE_MAX define for those without it.
2010-07-20 Todd C. MillerMention that tty_tickets is now the default.
2010-07-20 Todd C. MillerThe tty_tickets option is now on by default.
2010-07-20 Todd C. MillerMention that AIX authdb support has been fixed.
2010-07-20 Todd C. Millersetauthdb() only sets the "old" registry if it was...
2010-07-19 Todd C. MillerMention new handling of HOME in always_set_home and...
2010-07-19 Todd C. Millerfix typo
2010-07-19 Todd C. MillerReset HOME when env_reset is enabled unless it is in...
2010-07-19 Todd C. MillerThe default for set_logname has been "true" for some...
2010-07-19 Todd C. MillerDocument that MAIL it set in env_reset mode.
next