]> granicus.if.org Git - sudo/shortlog
sudo
2010-09-11 Todd C. Millersudo_plugin is in section 8; from Ted Percival
2010-09-11 Todd C. Millertestsudoers depends on libsudoers.la, not sudoreplay
2010-09-10 Todd C. MillerRead as many signals on the signal pipe as we can befor...
2010-09-10 Todd C. MillerInstead of using a array to store received signals...
2010-09-09 Todd C. MillerMake "visudo -c -f -" check the standard input.
2010-09-09 Todd C. Millerset_home and always_set_home have an effect if HOME...
2010-09-09 Todd C. MillerMake -H flag work when HOME is listed in env_keep....
2010-09-08 Todd C. MillerConvert sudoers plugin to use interface list passed...
2010-09-08 Todd C. MillerQuery local network interfaces in the main sudo driver...
2010-09-08 Todd C. MillerSolaris BSM audit return EINVAL when auditing is not...
2010-09-07 Todd C. Millermissing.h should come before most local includes
2010-09-07 Todd C. Millermissing.h should come before most local includes
2010-09-07 Todd C. MillerMake local includes consistent; use double quotes for...
2010-09-07 Todd C. MillerAlways fill in NewArgv for audit code.
2010-09-07 Todd C. MillerAdd missing LOG_INPUT/LOG_OUTPUT support in the lexer.
2010-09-07 Todd C. MillerMake local includes consistent; use double quotes for...
2010-09-06 Todd C. MillerWhen matching the runas user and runas group (-u and...
2010-09-05 Todd C. MillerAdd support for multiple URI lines by joining the conte...
2010-09-04 Todd C. MillerDo not return -1 on error from the display functions...
2010-09-04 Todd C. MillerDo not set both MODE_EDIT and MODE_RUN
2010-09-03 Todd C. MillerMove includes to the top of the file.
2010-08-30 Todd C. MillerAdd missing definition of timedir
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 Todd C. MillerWhen not logging I/O install a handler for SIGCONT...
2010-08-21 Todd C. Millerg/c unused auth_pw extern definition
2010-08-21 Todd C. MillerMove get_auth() into check.c where it is actually used.
2010-08-20 Todd C. MillerConvert a remaining puts() and putchar() to use the...
2010-08-20 Todd C. MillerPlug memory leak
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 typo 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-12 Todd C. MillerUpdate comment
2010-08-12 Todd C. MillerDocument sudo_conv_t function and sudo_printf_t return...
2010-08-12 Todd C. MillerMake _sudo_printf return the number of characters print...
2010-08-10 Todd C. Millersudoers.h includes sudo_plugin.h for us
2010-08-10 Todd C. MillerUse gettimeofday() directly instead of via the gettime...
2010-08-10 Todd C. MillerRemove some obsolete configure tests, ancient Unix...
2010-08-07 Todd C. MillerSet pp_kit_version and strip off patch level
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. MillerNo need to look up shadow password unless we are doing...
2010-08-06 Todd C. MillerRetain final passwd/group refs until the policy close...
2010-08-06 Todd C. MillerFix mismerge
2010-08-06 Todd C. MillerWhen removing/resetting the timestamp file ignore the...
2010-08-06 Todd C. Millerdelref sudo_user.pw, runas_pw and runas_gr immediately...
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. MillerFix path to mkinstalldirs
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-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. MillerAdd back include file.
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. MillerBetter support for 1.2.3 style versions in Tru64 kits
2010-07-26 Todd C. MillerAdd Tru64 kit support
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. MillerRemove sudo docdir completely
2010-07-23 Todd C. MillerAdd sample sudo.conf
2010-07-22 Todd C. MillerAdd PACKAGE_TARNAME for docdir
2010-07-23 Todd C. MillerPass install-sh -b~ here too.
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-23 Todd C. MillerInstall sudoers2ldif in the doc dir
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...
next