]> granicus.if.org Git - sudo/shortlog
sudo
2012-01-04 Todd C. MillerWhen trying to determine the tty, fall back on /proc...
2012-01-04 Todd C. MillerWhen not logging I/O, put command in its own pgrp and...
2012-01-04 Todd C. MillerQuiet a bogus gcc warning.
2012-01-04 Todd C. MillerFix warnings related to sudo.conf accessors.
2012-01-04 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...
2012-01-04 Todd C. MillerRemove support for noexec_file in sudoers and the plugi...
2012-01-04 Todd C. MillerDon't dump interfaces if there are none.
2012-01-04 Todd C. MillerAdd missing %s printf escape to the group_plugin, iolog...
2012-01-04 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
2012-01-04 Todd C. MillerWhen running a login shell with a login_class specified...
2012-01-04 Todd C. MillerIf srcdir is "." just use the basename of the yacc...
2012-01-04 Todd C. MillerClean up the DEVEL noise
2012-01-04 Todd C. MillerHandle different Unix domain socket (actually socketpai...
2012-01-04 Todd C. MillerCatch common signals in the monitor process so they...
2012-01-04 Todd C. MillerMention how to configure pam_hpsec on HP-UX to play...
2012-01-04 Todd C. MillerEscape values in the search expression as per RFC 4515.
2012-01-04 Todd C. MillerNo need for install target to depend explicitly on...
2012-01-04 Todd C. Millerignore src/sesh
2012-01-04 Todd C. MillerAdd support for setenv entries in login.conf. We can...
2012-01-04 Todd C. MillerAdd getaddrinfo() for those without it, written by...
2012-01-04 Todd C. MillerRestore PACKAGE_TARNAME, it is used in docdir
2012-01-04 Todd C. MillerSunPro C Compiler also has a _Bool builtin.
2012-01-04 Todd C. MillerRemove duplicate return statements.
2012-01-04 Todd C. Milleremove inaccurate comment
2012-01-04 Todd C. MillerFetch the login class for the user we authenticate...
2012-01-04 Todd C. MillerReplace @DEV@ prefix with DEVEL variable so we can...
2012-01-04 Todd C. MillerFix "make check" fallout from the sudo_conv changes...
2012-01-04 Todd C. MillerUse stdbool.h instead of rolling our own TRUE/FALSE...
2012-01-04 Todd C. MillerAdd stdbool.h for systems without it.
2012-01-04 Todd C. MillerNo longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now...
2012-01-04 Todd C. MillerUse HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste...
2012-01-04 Todd C. MillerNo longer need to include time.h here as missing.h...
2012-01-04 Todd C. MillerFix mode on sudoers as needed when the -f option is...
2012-01-04 Todd C. MillerAdd Serbian translation for sudo from translationprojec...
2012-01-04 Todd C. MillerNo longer pass debug_file to plugin, plugins must now...
2012-01-04 Todd C. MillerBuild PIE executables for newer Debian and Ubuntu
2012-01-04 Todd C. MillerInclude time.h for ctime() prototype.
2012-01-04 Todd C. MillerDo not close error pipe or debug fd via closefrom(...
2012-01-04 Todd C. MillerDocument that a sudoUser may now be a group ID.
2012-01-04 Todd C. MillerAdd support for permitting access by group ID in additi...
2012-01-04 Todd C. MillerOlder Netscape LDAP SDKs don't prototype ldapssl_set_st...
2012-01-04 Todd C. MillerReplace UCB fnmatch.c with a non-recursive version...
2012-01-04 Todd C. MillerFix typo, return_debug vs. debug_return
2012-01-04 Todd C. MillerUpdate Japanese sudoers translation from translationpro...
2012-01-04 Todd C. MillerMake the env_reset descriptions consistent.
2012-01-04 Todd C. MillerDo multiple expansion when expanding paths to the noexe...
2012-01-04 Todd C. Millerregen
2012-01-04 Todd C. MillerAdd ignore file; from Mike Frysinger
2012-01-04 Todd C. Millerno longer save old Makefile.in to .old
2012-01-04 Todd C. Millerregen
2012-01-04 Todd C. MillerUpdate to libtool 2.4.2
2012-01-04 Todd C. MillerBump grammar version for #include and #includedir relat...
2012-01-04 Todd C. MillerAdd support for relative paths in #include and #includedir
2012-01-04 Todd C. MillerFix install-plugin when shared objects are unsupported...
2012-01-04 Todd C. MillerDon't write to sbp if it is NULL
2012-01-04 Todd C. MillerIf LINGUAS is set, only install matching .mo files
2012-01-04 Todd C. MillerFix non-dynamic (no dlopen) sudo build.
2012-01-04 Todd C. MillerDon't error out if the user specified --disable-shared
2012-01-04 Todd C. MillerUse SUDO_CONV_DEBUG_MSG in the plugin instead of writing
2012-01-04 Todd C. MillerMake sudo_goodpath() return value bolean
2012-01-04 Todd C. MillerRemove obsolete securid auth method.
2012-01-04 Todd C. MillerPrefix authentication functions with a "sudo_" prefix...
2012-01-04 Todd C. MillerRemove the old Kerberos IV support
2012-01-04 Todd C. MillerDon't print garbage at the end of the custom lecture.
2012-01-04 Todd C. MillerAdd lexer tracing as debug@parser
2012-01-04 Todd C. MillerAdd devdir before srcdir in include path and fix up...
2012-01-04 Todd C. MillerMark libexec files as optional. If we build without...
2012-01-04 Todd C. MillerChange Debug sudo.conf setting to take a program name...
2012-01-04 Todd C. Millerfix sudo_debug_printf priority
2012-01-04 Todd C. Milleradd missing debug_return_int
2012-01-04 Todd C. MillerFold SUDO_DEBUG_PROGERR and SUDO_DEBUG_SYSERR into...
2012-01-04 Todd C. MillerAdd missing word in HOME security note.
2012-01-04 Todd C. MillerPrevent "testsudoers -d username" from trying to malloc(0).
2012-01-04 Todd C. MillerTests for empty sudoers (should parse OK) and syntax...
2012-01-04 Todd C. MillerPrint line number when there is a parser error.
2012-01-04 Todd C. MillerKeep track of the last token returned. On error, if...
2012-01-04 Todd C. Millerupdate with sudo 1.8.3p1 info
2012-01-04 Todd C. MillerFix crash when "sudo -g group -i" is run. Fixes bug 521
2012-01-04 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2012-01-04 Todd C. MillerAdd regress test for bugzilla 519
2012-01-04 Todd C. MillerDisable warning/error wrapping in regress tests.
2012-01-04 Todd C. MillerDo compile-po as part of sync-po so that the .mo files...
2012-01-04 Todd C. Millercheck_addr needs to link with the network libraries...
2012-01-04 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2012-01-04 Todd C. MillerWe need to init the auth system regardless of whether...
2012-01-04 Todd C. MillerGet rid of done: label. If the child exits we still...
2012-01-04 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2012-01-04 Todd C. MillerWrap error/errorx and warning/warningx functions with...
2012-01-04 Todd C. MillerAdd checks for __func__ and __FUNCTION__ and mention...
2012-01-04 Todd C. MillerNew debug framework for sudo and plugins using /etc...
2012-01-03 Todd C. MillerWhen trying to determine the tty, fall back on /proc...
2012-01-03 Todd C. MillerWhen not logging I/O, put command in its own pgrp and...
2011-12-20 Todd C. MillerQuiet a bogus gcc warning.
2011-12-20 Todd C. MillerFix warnings related to sudo.conf accessors.
2011-12-20 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...
2011-12-20 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...
2011-12-20 Todd C. MillerRemove support for noexec_file in sudoers and the plugi...
2011-12-20 Todd C. MillerDon't dump interfaces if there are none.
2011-12-20 Todd C. MillerAdd missing %s printf escape to the group_plugin, iolog...
2011-12-18 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
next