]> granicus.if.org Git - sudo/shortlog
sudo
2012-01-26 Todd C. MillerWe need to init the auth system regardless of whether...
2012-01-25 Todd C. MillerThe change in a1e7e31519ec that caused to exit when...
2012-01-20 Todd C. MillerAdd custom version of AC_CHECK_LIB that uses the extra...
2012-01-19 Todd C. MillerBetter handling of network functions that need -lsocket...
2012-01-17 Todd C. MillerFix sh warning; use "test" instead of "["
2012-01-17 Todd C. MillerWhen not logging I/O, use a signal handler that only...
2012-01-17 Todd C. MillerBack out change that put the command in its own pgrp...
2012-01-13 Todd C. MillerInclude parent directories in case they don't already...
2012-01-13 Todd C. Millersync with git version
2012-01-13 Todd C. MillerMove tty name lookup code to its own file.
2012-01-12 Todd C. MillerUpdate for sudo 1.7.9
2012-01-12 Todd C. Millerregen
2012-01-12 Todd C. MillerFor "visudo -c" also list include files that were check...
2012-01-12 Todd C. MillerUpdate copyright year.
2012-01-12 Todd C. MillerAllow "visudo -c" to work when we only have read-only...
2012-01-12 Todd C. MillerDo not include GLOB_MARK in the flags we pass to glob...
2012-01-12 Todd C. MillerPrint a more sensible error if yyparse() returns non...
2012-01-12 Todd C. MillerWhen trying to determine the tty, fall back on /proc...
2012-01-12 Todd C. MillerWhen not logging I/O, put command in its own pgrp and...
2012-01-12 Todd C. MillerAdd missing %s printf escape to the iolog_dir description.
2012-01-12 Todd C. MillerHandle different Unix domain socket (actually socketpai...
2012-01-12 Todd C. MillerCatch common signals in the monitor process so they...
2012-01-12 Todd C. MillerMention how to configure pam_hpsec on HP-UX to play...
2012-01-12 Todd C. MillerEscape values in the search expression as per RFC 4515
2012-01-12 Todd C. MillerBump version to 1.7.9
2012-01-12 Todd C. MillerRemove unwanted login_close() in last commit.
2012-01-12 Todd C. MillerFetch the login class for the user we authenticate...
2012-01-12 Todd C. MillerNo longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now...
2012-01-12 Todd C. MillerUse HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste...
2012-01-12 Todd C. MillerFix mode on sudoers as needed when the -f option is...
2012-01-12 Todd C. MillerBuild PIE executables for newer Debian and Ubuntu
2012-01-12 Todd C. MillerDo not close error pipe or debug fd via closefrom(...
2012-01-12 Todd C. MillerOlder Netscape LDAP SDKs don't prototype ldapssl_set_st...
2012-01-12 Todd C. MillerReplace UCB fnmatch.c with a non-recursive version...
2012-01-12 Todd C. MillerMake the env_reset descriptions consistent.
2012-01-12 Todd C. MillerDo multiple expansion when expanding paths to the noexe...
2012-01-12 Todd C. MillerAdd ignore file
2012-01-12 Todd C. MillerUpdate to libtool 2.4.2
2012-01-12 Todd C. MillerAdd support for relative paths in #include and #includedir
2012-01-12 Todd C. MillerAdd missing word in HOME security note.
2012-01-12 Todd C. MillerKeep track of the last token returned. On error, if...
2011-12-18 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
2011-11-08 Todd C. MillerMark libexec files as optional. If there is no support...
2011-10-26 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2011-10-25 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2011-10-21 Todd C. MillerAdded tag SUDO_1_7_8 for changeset 571f47a3e08c
2011-10-21 Todd C. MillerRevert unintended commit of version change to 1.7.8rc1 SUDO_1_7_8
2011-10-10 Todd C. MillerAdd sudoedit fix
2011-10-10 Todd C. MillerIgnore set_logname (which is now the default) for sudoe...
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-09-24 Todd C. MillerIf the invoking user cannot be resolved by uid fake...
2011-09-22 Todd C. MillerAdded tag SUDO_1_7_7 for changeset 9fba0207f99a
2011-09-21 Todd C. MillerUpdate to current reality and add bit about ssh auth
2011-09-21 Todd C. MillerMake "verbose" static; fixes a namespace clash with...
2011-09-21 Todd C. MillerFreeBSD has libutil.h not util.h
2011-09-21 Todd C. MillerDefine _BSD_SOURCE on FreeBSD, OpenBSD and DragonflyBSD
2011-09-17 Todd C. MillerApply MODE_MASK to sudo_mode in the switch statement...
2011-09-17 Todd C. MillerUpdate for version 1.7.8
2011-09-17 Todd C. MillerAdd support for DEREF in ldap.conf.
2011-09-17 Todd C. MillerCheck for -libmldap too when looking for ldap libs...
2011-09-17 Todd C. MillerHonor NOPASSWD tag for denied commands too.
2011-09-17 Todd C. MillerRemove --with-CC option; it doesn't work correctly...
2011-09-16 Todd C. MillerDon't assume all editors support the +linenumber comman...
2011-09-16 Todd C. MillerUse PAM by default on AIX 6 and higher.
2011-08-30 Todd C. MillerAdd --enable-werror configure option.
2011-08-30 Todd C. MillerAdd configure test for missing errno declaration and...
2011-08-30 Todd C. MillerInclude errno.h before sudo.h to avoid conflicting...
2011-08-27 Todd C. MillerFix matching a network number with netmask when the...
2011-08-23 Todd C. MillerFix building on RHEL 3
2011-08-14 Todd C. Millerbash 2.x doesd not support the -l flag and exits with... SUDO_1_7_7
2011-08-14 Todd C. MillerDetect HP-UX bundled compiler on ia64 systems.
2011-08-14 Todd C. MillerFix cut & pasto in K&R lbuf_append function declaration
2011-08-14 Todd C. Millersync
2011-08-14 Todd C. MillerImproved background mode support. When not allocating...
2011-08-14 Todd C. MillerAdd primitive format string support to the lbuf code.
2011-08-14 Todd C. MillerGo back to escaping the command args for "sudo -i"...
2011-08-13 Todd C. MillerPrepare for sudo 1.7.7
2011-08-13 Todd C. MillerOnly check gid of sudoers file if it is group-readable...
2011-08-13 Todd C. Millerconfigure args on the command line should override...
2011-08-13 Todd C. MillerAdd checks for nroff -c and -Tascii flags
2011-08-13 Todd C. MillerWhen building with gcc on HP-UX, use -march=1.1 to...
2011-08-13 Todd C. MillerFix K&R compilation
2011-08-13 Todd C. Millerfix K&R compilation
2011-08-13 Todd C. MillerIf the user specifies a runas group via sudo's -g optio...
2011-08-13 Todd C. MillerWhen checking aliases, also check the contents of the...
2011-08-13 Todd C. MillerSet errno to ELOOP in alias_find() if there is a cycle...
2011-08-13 Todd C. MillerIncrement alias_seqno before calls to alias_remove_recu...
2011-08-13 Todd C. MillerTivoli Directory Server requires that seconds be presen...
2011-08-13 Todd C. MillerSet def_preserve_groups before searching for the comman...
2011-08-13 Todd C. MillerThe group named by exempt_group should not have a ...
2011-08-13 Todd C. MillerDo not declare yyparse() static as the actual function...
2011-08-13 Todd C. MillerDisable noexec for AIX < 5. LDR_PRELOAD is only availab...
2011-08-13 Todd C. MillerFor SuSE, only use /usr/lib64 as libexec if generating...
2011-08-13 Todd C. MillerSplit out log file word wrap code into its own file...
2011-08-13 Todd C. MillerAdd a NULL check in audit_success() and audit_failure...
2011-08-13 Todd C. MillerFix some potential problems found by the clang static...
2011-08-13 Todd C. MillerFor AIX, keep calling authenticate() until reenter...
2011-08-13 Todd C. MillerUpdate to autoconf 2.68 and libtool 2.4
2011-08-13 Todd C. MillerAdd check for NetBSD-style 4-argument skeychallenge...
2011-08-11 Todd C. MillerFix typo; OPT should be OTP
next