]> granicus.if.org Git - sudo/shortlog
sudo
2010-10-11 Todd C. MillerFix dlopen() detection for systems where dlopen() is...
2010-10-11 Todd C. MillerIf pam_acct_mgmt() returns PAM_AUTH_ERR print a (hopefu...
2010-10-11 Todd C. Millersudo_preload_table is an array
2010-10-11 Todd C. MillerQuiet a compiler warning and fix sudo_preload_table...
2010-10-11 Todd C. MillerFix multiple inclusion guard in dlfcn.h and fix dlerror...
2010-10-11 Todd C. MillerMake this compile correctly when no dlopen is available.
2010-10-07 Todd C. MillerHaving a timestamp file defined is no longer indicative...
2010-10-07 Todd C. MillerFix TCGETWINSZ compat.
2010-10-02 Todd C. MillerPrefer newer TIOCGWINSZ ioctl to old TIOCGSIZE
2010-10-01 Todd C. MillerMove set_project() from sudoers module into sudo proper.
2010-10-01 Todd C. MillerFix typo and regenerate
2010-10-01 Todd C. MillerWhen iterating over returned LDAP entries, keep looking...
2010-10-01 Todd C. MillerAdd support for multiple package instances on Solaris.
2010-10-01 Todd C. MillerAdd missing signal_pipe[0] to fdsr for the non-pty...
2010-10-01 Todd C. MillerAdd --with-project for Solaris
2010-10-01 Todd C. MillerNeed ar and ranlib too
2010-09-27 Todd C. MillerPreserve ODMDIR environment variable by default on...
2010-09-26 Todd C. MillerAdd dlopen() emulation for systems without it.
2010-09-24 Todd C. MillerWhen including compat headers, use the compat dir as...
2010-09-21 Todd C. MillerIgnore ECONNREFUSED from audit_log_user_command() which...
2010-09-17 Todd C. MillerSync with git version
2010-09-16 Todd C. MillerCast isblank argument to unsigned char.
2010-09-14 Todd C. MillerImplement --with-umask-override configure flag.
2010-09-14 Todd C. MillerTake MODE_LOGIN_SHELL into account when initially setti...
2010-09-14 Todd C. MillerIn login mode, make a copy of the runas user's pw_shell...
2010-09-14 Todd C. MillerReset HOME for "sudo -i" even if HOME was listed in...
2010-09-14 Todd C. MillerUse SIG_SETMASK when resetting signal mask instead...
2010-09-14 Todd C. MillerReset signal mask at sudo startup time; we need to...
2010-09-13 Todd C. MillerUse sed instead of expr to split a flag from its argument.
2010-09-13 Todd C. MillerDo not need sys/time.h after all
2010-09-13 Todd C. MillerInclude sys/time.h for utimes() and struct timeval.
2010-09-13 Todd C. MillerQuiet bogus compiler warnings.
2010-09-13 Todd C. MillerDeclare innetgr() for HP-UX which is missing a declaration.
2010-09-13 Todd C. MillerUse __sun for consistency with the rest of the sources.
2010-09-13 Todd C. MillerQuiet a bogus compiler warning.
2010-09-13 Todd C. MillerDon't try to delref a NULL group.
2010-09-13 Todd C. MillerInclude memory.h on systems that need it.
2010-09-11 Todd C. MillerQuiet gcc warnings on glibc systems that use warn_unuse...
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...
next