]> granicus.if.org Git - sudo/shortlog
sudo
2010-04-12 Todd C. MillerFix typo
2010-04-12 Todd C. MillerNULL-terminate env_add
2010-04-11 Todd C. MillerCall the I/O log open function before the I/O version...
2010-04-11 Todd C. MillerRemove io_conv and just use sudo_conv
2010-04-11 Todd C. MillerFix set/restore perms for systems w/o setresuid
2010-04-10 Todd C. MillerPrimitive set/restore permissions. Will be replaced...
2010-04-10 Todd C. MillerOnly need to take action on SIGCHLD in parent if no...
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-04-09 Todd C. MillerQualify the command even if it is in the current workin...
2010-04-09 Todd C. MillerDon't set SA_RESTART when registering SIGALRM handler.
2010-04-09 Todd C. MillerAdd dev targets for *.man.in and *.cat that don't specf...
2010-04-08 Todd C. MillerIf log_input or log_output returns false, terminate...
2010-04-08 Todd C. MillerBetter signal handling.
2010-04-08 Todd C. MillerFix a race between when we get the child pid in the...
2010-04-07 Todd C. MillerAdd a note about the security implications of the fast_...
2010-04-07 Todd C. MillerAdd a note about the security implications of the fast_...
2010-04-07 Todd C. MillerRemove duplicate includes
2010-04-06 Todd C. MillerFix up some AC_DEFINE descriptions and regen config...
2010-04-05 Todd C. MillerNo longer check for strdup or strndup for LIBOBJ replac...
2010-04-05 Todd C. MillerAvoid installing signal handlers that are io-logger...
2010-04-05 Todd C. MillerOnly regen man pages from pod when configured with...
2010-04-05 Todd C. MillerTop-level Makefile.in. Nothing is currently substitute...
2010-04-04 Todd C. MillerFix out-of-tree builds
2010-04-04 Todd C. MillerMerge
2010-04-04 Todd C. MillerWe always install sudoreplay in 1.8
2010-04-04 Todd C. MillerFree str after using it in the version method. Use...
2010-04-03 Todd C. MillerSIGPOLL is sometimes the same as SIGIO (like on HP-UX)
2010-04-02 Todd C. MillerNo need to provide strdup() or strndup(), sudo uses...
2010-04-02 Todd C. MillerAdd license to mksiglist.c and note that the bits from...
2010-04-02 Todd C. MillerFix LIBOBJDIR vs. srcdir wrt the siglist bits
2010-04-02 Todd C. MillerAdd sudoreplay testsudoers and visudo to clean target
2010-04-02 Todd C. MillerCreate our own sys_siglist for systems without it for...
2010-04-02 Todd C. MillerRemove duplicate $(LIBOBJDIR)
2010-04-01 Todd C. MillerMain sudo should not block signals; the plugin should...
2010-04-01 Todd C. MillerFix a sizeof(ptr) vs. sizeof(*ptr)
2010-03-31 Todd C. MillerUnlike most operating systems, HP-UX select() is not...
2010-03-31 Todd C. Millerprogname should be const
2010-03-31 Todd C. MillerMove --tag=disable-static to when we link sudoers.la...
2010-03-31 Todd C. MillerLoad the sudoers I/O plugin by default too now that...
2010-03-30 Todd C. MillerIt looks like AIX doesn't need to push STREAMS modules...
2010-03-28 Todd C. MillerDelay calling the I/O plugin open function until the...
2010-03-28 Todd C. MillerAdd back io logging (transcript) support. Currently...
2010-03-27 Todd C. MillerComment out dead code; will be removed when set_perms...
2010-03-23 Todd C. MillerFix off by one error when allocating user_groups.
2010-03-22 Todd C. MillerAdd REPLAY_LIBS for sudoreplay and add -lrt to it on...
2010-03-22 Todd C. MillerFix typo in preserve groups case
2010-03-22 Todd C. MillerIn command_info it is "runas_groups" not "groups".
2010-03-22 Todd C. MillerFix iteration over runas_groups list.
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-22 Todd C. Millergetgrouplist(3) for those without it
2010-03-22 Todd C. MillerFix installation of sudoers.ldap in "make install"...
2010-03-22 Todd C. MillerSet preserve_groups or groups list in command_info
2010-03-22 Todd C. MillerFix setting of groups list
2010-03-22 Todd C. MillerAdd checks for getgrset and getgrouplist and use replac...
2010-03-22 Todd C. MillerPass in preserve_groups when the -P flag is specified...
2010-03-22 Todd C. MillerCheck preserve_groups and ignore_ticket args with atobo...
2010-03-21 Todd C. MillerRename plugin-specific error.c to plugin_error.c
2010-03-21 Todd C. Millerterm.c does not needto include sudo.h
2010-03-21 Todd C. MillerDocument the -2 return in the check_policy section too
2010-03-21 Todd C. MillerFix the -s and -i flags and add support for the "implie...
2010-03-20 Todd C. MillerBring back SUDOERS_PLUGIN but add .dylib -> .so convers...
2010-03-19 Todd C. MillerBetter prefix determination now that we can't rely...
2010-03-19 Todd C. Millerdisplay_bound_defaults() stub should return 0, not...
2010-03-19 Todd C. MillerDocument progname in settings
2010-03-19 Todd C. MillerRewrite compat/getprogname.c and add setprogname().
2010-03-19 Todd C. MillerFix --with-ldap
2010-03-19 Todd C. MillerAdd missing whitespace for Runas and Command-specific...
2010-03-19 Todd C. MillerUse embedded newlines in lbuf instead of multiple calls...
2010-03-19 Todd C. MillerAdd support for embedded newlines.
2010-03-18 Todd C. MillerIf system doesn't support getprogname or __programe...
2010-03-18 Todd C. MillerHard-code sudoers.so instead of using SUDOERS_PLUGIN...
2010-03-18 Todd C. MillerPlay more nicely with libtool and let it build librepla...
2010-03-18 Todd C. MillerInclude stdarg.h for va_list rather than requiring...
2010-03-18 Todd C. MillerPass in output function to lbuf_init() instead of writi...
2010-03-18 Todd C. MillerUse number of tty columns that is passed in user_info...
2010-03-17 Todd C. MillerKill __P in sudoers
2010-03-17 Todd C. MillerSet the sudoers plugin name in configure so we get...
2010-03-17 Todd C. MillerDocument lines/cols in user_info
2010-03-17 Todd C. MillerAdd tty size to user info
2010-03-17 Todd C. MillerUse TIOCGSIZE/TIOCSSIZE instead of TIOCGWINSZ/TIOCSWINSZ
2010-03-16 Todd C. MillerKill dead code
2010-03-16 Todd C. MillerPass the error value back via siglongjmp.
2010-03-16 Todd C. MillerUse conversation function for lecture.
2010-03-16 Todd C. MillerDon't update ticket file if verify_user returns FALSE.
2010-03-16 Todd C. MillerWire up invalidate and validate methods for sudoers
2010-03-15 Todd C. MillerAdd support for -k flag with a command.
2010-03-15 Todd C. MillerAllow -k to be specified with a command.
2010-03-15 Todd C. MillerWire up policy_list
2010-03-15 Todd C. MillerAdd newline at the end of message and space after the...
2010-03-15 Todd C. MillerAdd missing newline after pass password warning
2010-03-15 Todd C. MillerSet user_groups and user_ngroups based on user_info
2010-03-15 Todd C. MillerMake this compile
2010-03-15 Todd C. MillerMake _warning in error.c use the conversation function...
2010-03-15 Todd C. MillerUse siglongjmp() in log_error for fatal errors
2010-03-15 Todd C. MillerQuiet a libtool warning
2010-03-15 Todd C. MillerBuild sudoers plugin
2010-03-15 Todd C. MillerUse warningx in yyerror() so the conversation function...
2010-03-15 Todd C. MillerRename sudo_conv to conversation to avoid a namespace...
2010-03-14 Todd C. MillerInitial bits of sudoers plugin; still needs work.
2010-03-14 Todd C. MillerAdd HAVE_STRDUP and HAVE_STRNDUP
next