]> granicus.if.org Git - sudo/shortlog
sudo
2010-06-10 Todd C. MillerMake this read a little bit better when passwd_timeout...
2010-06-10 Todd C. MillerAttempt to handle a default password prompt timeout...
2010-06-10 Todd C. MillerDo not override value of keepopen global, instead resto...
2010-06-10 Todd C. MillerAdd dependency for utility programs on libreplace and...
2010-06-10 Todd C. MillerRemove sigaction emulation
2010-06-10 Todd C. MillerWe don't use getgrouplist() at the moment so there...
2010-06-10 Todd C. Millersync with reality
2010-06-10 Todd C. MillerFix visiblepw sudoers option; the plugin API portion...
2010-06-10 Todd C. MillerPrint sudo version as well.
2010-06-10 Todd C. MillerUse sudo_printf for I/O log version
2010-06-10 Todd C. MillerSilence some compiler warnings
2010-06-10 Todd C. MillerStore askpass path in a global instead of uses setenv...
2010-06-09 Todd C. MillerMove askpass path specification from sudoers to sudo...
2010-06-09 Todd C. MillerUse a flag bit in struct command_details for selinux...
2010-06-09 Todd C. MillerImplement background mode. If I/O logging we use pipes...
2010-06-09 Todd C. MillerMove compat definition of NSIG to compat.h
2010-06-09 Todd C. MillerMention plugins in the sudo manual and add some missing...
2010-06-09 Todd C. MillerSet _PATH_SUDO_CONF based on $(sysconfdir)
2010-06-09 Todd C. MillerRequire POSIX termios to build sudo
2010-06-09 Todd C. MillerIgnore SIGPIPE for "sudo -S"
2010-06-09 Todd C. MillerFix uninitialized variable in TGP_ECHO case and print...
2010-06-09 Todd C. MillerMake TGP_ECHO override TGP_MASK and don't try to restor...
2010-06-09 Todd C. MillerAdd SUDO_CONV_PROMPT_MASK define which corresponds...
2010-06-09 Todd C. MillerUse POSIX tcgetpgrp() instead of BSD TIOCGPGRP ioctl
2010-06-08 Todd C. MillerAdd selinux_enabled flag into struct command_details and
2010-06-09 Todd C. MillerRemove commented out copy of old sudo_execve() function.
2010-06-08 Todd C. MillerFix setting selinux type on command line.
2010-06-08 Todd C. MillerIn sudoers_io_close(), skip NULL io_fds[] elements.
2010-06-08 Todd C. MillerNo longer need NGROUPS_MAX define
2010-06-08 Todd C. MillerReplace timerfoo macros with timevalfoo since the timer...
2010-06-08 Todd C. MillerRemove duplicate call to selinux_setup().
2010-06-08 Todd C. MillerIf pam_open_session() fails, pass its status to pam_end.
2010-06-08 Todd C. MillerIf a file in a #includedir has improper permissions...
2010-06-08 Todd C. MillerAdd use_pty sudoers option to force use of a pty even...
2010-06-08 Todd C. MillerMake env_init() void as it never fails.
2010-06-08 Todd C. MillerNo longer use _NSGetEnviron so don't need crt_externs.h
2010-06-08 Todd C. MillerRemove unused VNULL define
2010-06-07 Todd C. MillerAdd #define for maximum session id
2010-06-07 Todd C. MillerSplit exec.c into exec.c and exec_pty.c
2010-06-07 Todd C. MillerSync with source file moves.
2010-06-07 Todd C. MillerRename pty.c -> get_pty.c
2010-06-06 Todd C. MillerOnly use I/O input log file if def_log_input is set...
2010-06-04 Todd C. MillerUpdate copyright year
2010-06-04 Todd C. Milleruid -> ttyuid
2010-06-04 Todd C. MillerFor sudoedit, make a local copy of editor string si...
2010-06-04 Todd C. MillerRemove unneeded endpwent()/endgrent()
2010-06-04 Todd C. MillerUse value of nroff from configure
2010-06-04 Todd C. MillerAdd missing const to I/O log action function
2010-06-04 Todd C. MillerUpdate copyright year and fix whitespace
2010-06-04 Todd C. MillerFix typo
2010-06-04 Todd C. MillerRemove redundant tty signal blocking in log function.
2010-06-03 Todd C. MillerPlace static keyword where it belongs
2010-06-03 Todd C. MillerAlways use a printf format string for send_mail()
2010-06-03 Todd C. MillerExtend atobool() so we can use it in the LDAP code.
2010-06-03 Todd C. MillerSudo now stashes tty ctime for tty_tickets on Solaris...
2010-06-03 Todd C. MillerFix dummy version of get_boottime()
2010-06-02 Todd C. MillerEnable tty_is_devpts() support for Solaris with the...
2010-06-02 Todd C. MillerUnbreak the non-io logging case.
2010-06-02 Todd C. MillerFix symbol name conflict with sudo_printf.
2010-06-02 Todd C. MillerFix OpenPAM detection for newer versions.
2010-06-02 Todd C. MillerSync with Quest sudo git repo
2010-06-02 Todd C. MillerHP-UX ld uses +b instead or -R or -rpath
2010-06-02 Todd C. MillerFix typos; from Quest Sudo
2010-06-01 Todd C. MillerAdd back -I$(top_srcdir); we need it for including...
2010-06-01 Todd C. MillerFix a bug where we could treat EAGAIN as a permanent...
2010-06-01 Todd C. MillerAdd casts to quiet compiler warnings.
2010-06-01 Todd C. MillerFix typo in ternary operator usage.
2010-05-30 Todd C. MillerAdd --enable-warnings and fix typo in SUDO_IO_LOGDIR
2010-05-30 Todd C. MillerUpdate docs to match sudoers I/O logging changes
2010-05-30 Todd C. MillerBreak sudoers transcript feature up into log_input...
2010-05-30 Todd C. MillerUse setprogname() as needed.
2010-05-30 Todd C. MillerAdapt sudoreplay to iolog changes.
2010-05-29 Todd C. MillerLog all input and output into separate files and store...
2010-05-29 Todd C. MillerMake sudoers_io functions static to iolog.c
2010-05-28 Todd C. MillerCompletely remove the -L flag from the sudo front end.
2010-05-28 Todd C. MillerFix EAGAIN handling when writing to stdout.
2010-05-28 Todd C. MillerEliminate unused variables
2010-05-28 Todd C. MillerRe-enable cleanup functions in sudoers plugin and sudo...
2010-05-28 Todd C. MillerUse sudo_printf to display verbose version information.
2010-05-28 Todd C. MillerMinor Makefile cleanup: fix a typo, change the removal...
2010-05-28 Todd C. MillerHandle duplicate variables in the environment. For...
2010-05-27 Todd C. MillerUse explicit path to source file instead of $< for...
2010-05-27 Todd C. MillerAdd explicit rules to compile gram.c and toke.c for...
2010-05-27 Todd C. MillerLink libcommon before libreplace since libcommon may...
2010-05-27 Todd C. MillerMove code common to sudo and the sudoers plugin to...
2010-05-27 Todd C. MillerMove code common to sudo and the sudoers plugin to...
2010-05-27 Todd C. MillerRename script_execve to sudo_execve and rename script_f...
2010-05-27 Todd C. Millerrename script.c exec.c and fix up the MANIFEST file
2010-05-27 Todd C. MillerRename script_setup() to pty_setup() and call from...
2010-05-27 Todd C. Millerbump version to 1.8.0a2
2010-05-27 Todd C. MillerDocument init_session
2010-05-27 Todd C. MillerClean up the sudoers auth API a bit and update the...
2010-05-27 Todd C. MillerAdd init_session function to struct policy_plugin that...
2010-05-26 Todd C. MillerAdd open/close session to sudo auth, only used by PAM.
2010-05-26 Todd C. MillerAdd explicit rule to build getdate.o for HP-UX make.
2010-05-26 Todd C. MillerBack out most of change 45e406ebdea2. Create dummy...
2010-05-26 Todd C. MillerRe-enable PATH_MAX check for command
2010-05-26 Todd C. MillerFor distclean, clean the main directory last since...
2010-05-26 Todd C. MillerFix generation of mksiglist.h
2010-05-26 Todd C. MillerNow that we defer sending cstat until the end of script...
next