]> granicus.if.org Git - sudo/shortlog
sudo
2014-11-10 Todd C. MillerUse sudoers_file, sudoers_uid, sudoers_gid, and sudoers...
2014-11-10 Todd C. MillerUse SSP_LDFLAGS when creating shared objects.
2014-11-10 Todd C. MillerWe only build .lo (not .o) files for libsudo_util
2014-11-06 Todd C. Millersync
2014-11-04 Todd C. MillerMake sure that SIGCHLD is not treated as a user-generat...
2014-10-30 Todd C. MillerUpdate to libtool 2.4.3 + HP-UX patches
2014-10-31 Todd C. MillerUse arc4random() for mkstemp/mkdtemp if available....
2014-10-29 Todd C. MillerIf a system lacks mkdtemp() or mkstemps(), use our...
2014-10-31 Todd C. MillerUse a static buffer for sudo_debug_execve2() if possible.
2014-10-29 Todd C. MillerMark the putenv(), setenv() and unsetenv() symbols...
2014-10-28 Todd C. MillerFix install-nls target from builddir.
2014-10-28 Todd C. MillerFix dependency on sudo.pp, it needs to relative to...
2014-10-28 Todd C. MillerAdapt to new debug subsystem registration.
2014-10-28 Todd C. MillerAdd missing zlib.exp file and common LT_LDFLAGS Makefil...
2014-10-27 Todd C. MillerFix path settings broken in rev 9731.
2014-10-27 Todd C. MillerAdjust regress test now that boolean settings display...
2014-10-27 Todd C. MillerAdd sudoers_debug_deregister() and use it instead of...
2014-10-27 Todd C. MillerUse AC_PROG_AWK
2014-10-27 Todd C. MillerMention shared zlib.
2014-10-27 Todd C. MillerAdd lib/zlib/zlib.exp
2014-10-27 Todd C. MillerAdd support for installing a shared zlib
2014-10-27 Todd C. Millerfix comment typo
2014-10-27 Todd C. MillerNewer zlib uses HAVE_HIDDEN to turn on symbol hiding...
2014-10-27 Todd C. Millerregen
2014-10-27 Todd C. MillerVersion the symbols for sudo_debug.c now that the API...
2014-10-26 Todd C. MillerGo back to parsing sudo.conf in place for settings...
2014-10-26 Todd C. MillerAdd a flag argument to sudo_conf_read() so we can decid...
2014-10-24 Todd C. MillerInclude stdio.h after zlib.h, not before. We need...
2014-10-24 Todd C. MillerUpdate zlib to version 1.2.8
2014-10-24 Todd C. MillerDon't add -Wold-style-definition to CFLAGS as it causes...
2014-10-24 Todd C. MillerFree up plugin info structs after converting to plugin...
2014-10-24 Todd C. MillerMove sample.* files to a sudo examples dir
2014-10-24 Todd C. MillerFix a packaging problem with the sudoedit man page...
2014-10-24 Todd C. MillerInitialize the debug subsystem in sudoers early. Curre...
2014-10-24 Todd C. MillerNo need to convert sudoedit -> sudo in sudo_debug_get_i...
2014-10-24 Todd C. MillerIn the plugin registers with the debug framework at...
2014-10-24 Todd C. MillerRemove duplicate -U__NBBY in CPPCHECK_OPTS
2014-10-23 Todd C. MillerOlder shells don't support unset.
2014-10-23 Todd C. MillerFix inet_ntop() replacement on older systems without it.
2014-10-23 Todd C. MillerDynamically allocate debug_fds bitmap and realloc as...
2014-10-23 Todd C. MillerUse generic bitmap macros instead of select-style fd_set.
2014-10-23 Todd C. MillerReplace sudo_debug_num_instances with sudo_debug_max_in...
2014-10-23 Todd C. MillerDon't call into the debug subsystem after we've deregis...
2014-10-23 Todd C. MillerOnly fill in subsystem_ids[] for the instance if the...
2014-10-23 Todd C. MillerLink with -ldl if needed when built with --disable...
2014-10-23 Todd C. MillerFix includes order.
2014-10-23 Todd C. MillerRemove extra newline mistakenly introduced in rev 9682.
2014-10-23 Todd C. MillerFix typo in unset.
2014-10-23 Todd C. MillerSet debug instance for standalone programs.
2014-10-23 Todd C. MillerFix compilation issues, fallout from the debug changes.
2014-10-23 Todd C. Millerregen
2014-10-23 Todd C. MillerSudo 1.8.12
2014-10-23 Todd C. MillerUpdate with debug system changes and revent bug fixes.
2014-10-23 Todd C. MillerWhen registering with the debug subsystem, the caller...
2014-10-23 Todd C. Millersudoers_debug_instance is now included in libparsesudoe...
2014-10-22 Todd C. MillerThe sudoers plugin now defines its own list of debuggin...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
2014-10-22 Todd C. MillerPass plugin path in the settings array.
2014-10-22 Todd C. MillerReturn settings from parse_args as struct sudo_settings...
2014-10-22 Todd C. MillerRemove an unneeded NULL check to quiet a cppcheck warning.
2014-10-14 Todd C. MillerSet locale to C for visudo and testsudoers regression...
2014-10-13 Todd C. MillerFix logic bug. We only want to return -1 from linux_au...
2014-10-11 Todd C. MillerAdd back fix for Bug #663
2014-10-10 Todd C. MillerThe older style bash function exporting is not used...
2014-10-10 Todd C. MillerApple uses a different variant of the BASH_FUNC prefix...
2014-10-08 Todd C. MillerRemove change that is part of 1.8.12 not 1.8.11p1
2014-10-07 Todd C. MillerUpdate for sudo 1.8.11p1
2014-10-07 Todd C. MillerOnly check stdin for the tty and avoid the check entire...
2014-10-07 Todd C. MillerMake a copy of ap in sudo_debug_vprintf2() in case...
2014-10-07 Todd C. MillerAvoid comparing new cwd with old one if getcwd() failed.
2014-10-07 Todd C. MillerFix debugging printout output for env_should_keep()
2014-10-06 Todd C. MillerUse INSTALL_OWNER instead of -O/-G flags so we can...
2014-10-06 Todd C. MillerMove sudo_printf to policy.c to match sudo_conv.
2014-10-05 Todd C. MillerAdd sudo_warn_set_conversation() to specify a conversat...
2014-10-03 Todd C. MillerUse correct names when referring to subsections in...
2014-10-02 Todd C. MillerUse inet_ntop() instead of inet_ntoa() and include...
2014-10-01 Todd C. MillerFix detection of functions in network libs like -lsocke...
2014-10-01 Todd C. MillerMention --disable-shared-libutil fix.
2014-10-01 Todd C. MillerAlways use --tag=disable-static to avoid installing...
2014-10-01 Todd C. MillerInstead of building libutil statically for --disable...
2014-10-01 Todd C. MillerRemove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS...
2014-10-01 Todd C. MillerInclude sys/types.h to get gid_t, etc used in sudo_comp...
2014-09-29 Todd C. MillerFix cust & pasto in error message when there is a misma...
2014-09-28 Todd C. MillerAdd BASH_FUNC_* to environment blacklist for newer...
2014-09-27 Todd C. MillerPull additional password prompts out of mkpkg instead...
2014-09-27 Todd C. MillerAdd post-1.8.11 changes
2014-09-27 Todd C. MillerAdd a space after "Password:" in default password promp...
2014-09-27 Todd C. MillerSimplify how we count the password tries
2014-09-27 Todd C. MillerBlock SIGINT and SIGQUIT while verifying passwords...
2014-09-27 Todd C. MillerRemove Convex support; it is not modern enough to run...
2014-09-27 Todd C. MillerOnly check for -lshadow if we haven't already found...
2014-09-27 Todd C. MillerIf all authentication methods fail init/setup, fail...
2014-09-27 Todd C. MillerMove pass_warn() so that it is defined before it is...
2014-09-24 Todd C. MillerRemove duplicate Requires: line in generated rpm spec...
2014-09-24 Todd C. MillerIn pp_files_expand() set _target to be empty. Fixes...
2014-09-23 Todd C. MillerFix version for release.
2014-09-20 Todd C. MillerOnly redefine _PATH_BSHELL on AIX if we included paths.h.
2014-09-20 Todd C. MillerBug 661
2014-09-20 Todd C. MillerOn AIX, _PATH_BSHELL is /usr/bin/bsh but we want to...
next