]> granicus.if.org Git - sudo/shortlog
sudo
2010-06-18 Todd C. MillerDo not rely on BSD make's $>
2010-06-18 Todd C. MillerSet timedir to /var/db/sudo for darwin to match Apple...
2010-06-16 Todd C. MillerMove aix.o from SUDO_OBJS to COMMON_OBJS
2010-06-16 Todd C. MillerCheck for zlib.h in addition to libz.
2010-06-16 Todd C. MillerMove functions and symbols shared between exec.c and...
2010-06-16 Todd C. MillerAdd missing prototypes for aix_setauthdb and aix_restor...
2010-06-16 Todd C. MillerComment out rules to build .man.in and .cat files unles...
2010-06-16 Todd C. MillerFix AIX compilation problems.
2010-06-16 Todd C. MillerCast isalnum() arg to unsigned char.
2010-06-16 Todd C. MillerAdd Linux audit support.
2010-06-16 Todd C. MillerQuote any non-alphanumeric characters other than '_...
2010-06-16 Todd C. MillerAdd missing braces that broke -i mode.
2010-06-16 Todd C. MillerFix linux_audit_command() return value
2010-06-15 Todd C. MillerAdd Linux audit support.
2010-06-16 Todd C. MillerAdd Linux audit support.
2010-06-15 Todd C. MillerSync sudoreplay with trunk
2010-06-15 Todd C. MillerRemove an XXX
2010-06-15 Todd C. MillerSet usrinfo for AIX
2010-06-15 Todd C. MillerBetter prefix determination now that we can't rely...
2010-06-15 Todd C. MillerAdd support for multiple sudoers_base entries in ldap...
2010-06-15 Todd C. MillerRemove duplicate setsid check
2010-06-15 Todd C. MillerMove setsid emulation into setsid.c
2010-06-15 Todd C. MillerCheck for dup2() failure.
2010-06-15 Todd C. MillerRemove dup2 check, it is not optional.
2010-06-14 Todd C. MillerAdd mbr_check_membership support and SELinux fixes
2010-06-14 Todd C. MillerSync SRCS and DISTFILES with reality
2010-06-14 Todd C. MillerUpdate OS specific notes. Delete some really ancient...
2010-06-14 Todd C. MillerBump for sudo 1.7.3
2010-06-14 Todd C. MillerCall selinux_restore_tty() as part of cleanup() so...
2010-06-14 Todd C. MillerNo longer use SA_NOCLDSTOP
2010-06-14 Todd C. MillerMove union sudo_in_addr_un into interfaces.h
2010-06-14 Todd C. MillerUpdate copyright year
2010-06-14 Todd C. MillerUpdate copyright year
2010-06-14 Todd C. MillerRemove varsub as part of clean
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerMake the remaining functions in ldap.c static
2010-06-14 Todd C. MillerMake private functions static. Diff from Joachim Henke
2010-06-14 Todd C. MillerUpdates from Alain Roy to provide better examples for...
2010-06-12 Todd C. MillerGenerate .cat files directly from .man.in instead of...
2010-06-11 Todd C. MillerPrint configure args with verbose version information.
2010-06-11 Todd C. MillerRemove tfd from struct sudoersfile; it is not used.
2010-06-10 Todd C. MillerDescribe tty timestamp improvements
2010-06-10 Todd C. MillerA comment character may not be part of a command line...
2010-06-10 Todd C. Millerregen
2010-06-10 Todd C. MillerMake this read a little bit better when passwd_timeout...
2010-06-10 Todd C. MillerUse the --file argument to config.status instead of...
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. MillerUse SA_INTERRUPT in sa_flags
2010-06-10 Todd C. MillerSilence some compiler warnings
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. MillerIgnore SIGPIPE for "sudo -S"
2010-06-09 Todd C. MillerProperly handle TGP_ECHO again.
2010-06-09 Todd C. MillerUse POSIX tcgetpgrp() instead of BSD TIOCGPGRP ioctl
2010-06-08 Todd C. MillerReturn an error from selinux_setup() instead of exiting.
2010-06-08 Todd C. MillerAdd definition of WCOREDUMP for systems without it...
2010-06-08 Todd C. MillerReplace timerfoo macros with timevalfoo since the timer...
2010-06-08 Todd C. MillerIf a file in a #includedir has improper permissions...
2010-06-08 Todd C. MillerDefer call to pam_close_session() until after the comma...
2010-06-08 Todd C. MillerAdd use_pty sudoers option to force use of a pty even...
2010-06-08 Todd C. MillerInstead of trying to keep the global environment in...
2010-06-08 Todd C. MillerFix typo
2010-06-07 Todd C. MillerRename pty.c -> get_pty.c
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. MillerRename pty.c -> get_pty.c
2010-06-07 Todd C. MillerFix --without-iologdir
2010-06-06 Todd C. MillerOnly use I/O input log file if def_log_input is set...
2010-06-05 Todd C. MillerInclude sudo_usage.h after sudo.h now that it has funct...
2010-06-04 Todd C. MillerDo signal setup after turning off echo, not before...
2010-06-04 Todd C. MillerReorg function prototypes a bit
2010-06-04 Todd C. MillerMove argument parsing into parse_args.c
2010-06-04 Todd C. MillerBuild our own sys_siglist for systems that lack it.
2010-06-04 Todd C. MillerK&R fixes
2010-06-04 Todd C. MillerLog sudoedit sessions as well; adapted from trunk
2010-06-04 Todd C. Millerregen
2010-06-04 Todd C. MillerMerge I/O logging changes from trunk. Disabling I...
2010-06-03 Todd C. MillerAdd --enable-warnings configure option
2010-06-03 Todd C. MillerFix K&R compilation issues on HP-UX.
2010-06-03 Todd C. MillerPass in output function to lbuf_init() instead of writi...
2010-06-03 Todd C. MillerUse numeric registers to handle conditionals instead...
2010-06-03 Todd C. MillerDocument per-command SELinux settings
2010-06-03 Todd C. Millertimestamp -> time stamp
2010-06-03 Todd C. MillerSet close on exec flag in private versions of setpwent...
2010-06-03 Todd C. MillerMake send_mail() take a printf-style argument list
2010-06-03 Todd C. MillerUpdate to autoconf 2.65 and libtool 2.2.6b
2010-06-03 Todd C. MillerDon't use TRUE/FALSE which may not be defined.
2010-06-03 Todd C. MillerDocument new tty_ticket behavior
2010-06-03 Todd C. MillerMake find_path() a little more generic by not checking...
2010-06-03 Todd C. MillerStore info from stat(2)ing the tty in the tty ticket...
2010-06-03 Todd C. Millerget_boottime() now fills in a timeval struct
2010-06-02 Todd C. MillerUse timeval directly instead of converting to timespec...
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-02 Todd C. MillerUse value of SHELL from configure in Makefile
2010-05-28 Todd C. MillerHandle duplicate variables in the environment. For...
next