]> granicus.if.org Git - sudo/shortlog
sudo
2011-01-04 Todd C. MillerUpdate from 1.7 branch
2011-01-04 Todd C. MillerUse "mv -f" when regenerating ChangeLog
2011-01-04 Todd C. MillerFix NULL dereference with "sudo -g group" when the...
2011-01-03 Todd C. MillerCorrect the default sudo.conf example
2010-12-31 Todd C. MillerReset slashp if we allocate a new buffer for strftime()
2010-12-31 Todd C. MillerAdd extra out parameter to expand_iolog_path() to allow...
2010-12-30 Todd C. Millermkdir_iopath() returns size_t now that it uses strlcpy...
2010-12-30 Todd C. MillerTrim leading slashes from iolog_file and trailing slash...
2010-12-30 Todd C. MillerPass a single I/O log file name in command_details...
2010-12-30 Todd C. Millerchange an error() to errorx()
2010-12-30 Todd C. MillerAdd missing cwd line to I/O log info file that got...
2010-12-29 Todd C. MillerAvoid relying on globals filled in by the sudoers polic...
2010-12-29 Todd C. MillerIf no iolog file is specified by the policy plugin...
2010-12-28 Todd C. MillerDocument iolog_compress in command_info
2010-12-28 Todd C. MillerAdd support for the iolog_compress variable in command_...
2010-12-28 Todd C. MillerAdd sigsetjmp() calls to all plugin entry points just...
2010-12-28 Todd C. MillerDon't need iolog variables in struct command_details...
2010-12-27 Todd C. MillerDocument use of mkdtemp() for iolog path teplates
2010-12-27 Todd C. Millerregen
2010-12-27 Todd C. MillerDocument iolog_file and supported escape sequences...
2010-12-27 Todd C. MillerFix building of mkstemps/mkdtemp replacements.
2010-12-27 Todd C. MillerProvide mkdtemp() for systems without it.
2010-12-27 Todd C. MillerFix typo
2010-12-27 Todd C. MillerOnly use mkdtemp() if the path ends in at least 6 Xs...
2010-12-27 Todd C. MillerAllow sudoers to specify the iolog file in addition...
2010-12-27 Todd C. MillerAdd missing sigsetjmp() call in I/O plugin open function.
2010-12-21 Todd C. MillerGive the policy module fine-grained control over what...
2010-12-21 Todd C. MillerClear OPOST from c_oflag like we used to. Fixes screen...
2010-12-21 Todd C. MillerClarify umask option description. From Reuben Thomas.
2010-12-20 Todd C. MillerPick last match in LDAP sudoers too
2010-12-20 Todd C. MillerDocument iolog_file, iolog_dir and use_pty
2010-12-20 Todd C. MillerAdapt plugins to version I/O logging ABI 1.1
2010-12-20 Todd C. MillerAdd use_pty command_info flag for policies to indicate...
2010-12-20 Todd C. MillerAdd remaining plugin convenience functions
2010-12-20 Todd C. MillerChange I/O log API to pass in command info to the I...
2010-12-20 Todd C. MillerRemove useless cast
2010-12-17 Todd C. MillerBump version to 1.8.0b3
2010-12-13 Todd C. MillerRemove extraneous newline
2010-12-10 Todd C. MillerMake I/O log dir configurable.
2010-12-10 Todd C. MillerRename io_logdir to iolog_dir
2010-12-07 Todd C. MillerAdd missing '*' that prevented the generic ELF case...
2010-12-07 Todd C. MillerIf file(1) can't identify the ELF binary type, try...
2010-11-30 Todd C. MillerUse %u to print uid/gid, not %lu and adjust casts to...
2010-11-30 Todd C. MillerClarify ordering of entries and attributes.
2010-11-30 Todd C. MillerFix typo and editing goof.
2010-11-30 Todd C. MillerMerge in ordered LDAP entry support from Andreas Mueller.
2010-11-30 Todd C. MillerMake sure we don't dereference a NULL handle.
2010-11-24 Todd C. MillerAdd support for RHEL 6 file modes that include a traili...
2010-11-23 Todd C. Millerexec_setup() does not need to setuid(0), the Ubuntu...
2010-11-23 Todd C. Millercreate_admin_success_flag() should use restore_perms...
2010-11-23 Todd C. MillerIn exec_setup() call setuid(0) to make certain the...
2010-11-23 Todd C. MillerError out if we cannot change to root's uid so we catch...
2010-11-22 Todd C. Millerfix typo; from Michael T Hunter
2010-11-22 Todd C. MillerIn sudoedit mode, assume command line arguments are...
2010-11-20 Todd C. MillerAdd workaround for an error in sys/types.h on HP-UX...
2010-11-20 Todd C. MillerFix SUDO_MAILDIR usage of AC_LANG_PROGRAM
2010-11-20 Todd C. MillerFor Tru64, strip off beta version.
2010-11-20 Todd C. MillerAvoid conflicts with system definitions in grp.h and...
2010-11-20 Todd C. MillerInclude stdio.h after zlib.h, not before. We need...
2010-11-19 Todd C. Millerregen
2010-11-19 Todd C. MillerDon't clean ChangeLog
2010-11-19 Todd C. MillerAdd prototype for cleanup()
2010-11-18 Todd C. MillerAvoid deferencing group_plugin if it is NULL in group_p...
2010-11-18 Todd C. Millergroup plugin init function return TRUE when successful
2010-11-17 Todd C. MillerEnlarge the array of entry wrappers int blocks of 100...
2010-11-17 Todd C. MillerAdd back call to sudo_ldap_timefilter() in sudo_ldap_bu...
2010-11-16 Todd C. MillerMention that sudo needs "ar" to build.
2010-11-16 Todd C. MillerFail with a more useful error if "ar" is not found.
2010-11-14 Todd C. MillerMerge in ordered LDAP entry support from Andreas Mueller
2010-11-12 Todd C. MillerAdd timed entry support from Andreas Mueller.
2010-11-12 Todd C. MillerDon't try to unload if group_plugin is NULL.
2010-11-12 Todd C. MillerIt is now plugin_cleanup(), not cleanup()
2010-11-12 Todd C. MillerCall plugin_cleanup(), not cleanup()
2010-11-11 Todd C. MillerUse efree() not free() and remove malloc.h include...
2010-11-09 Todd C. Millerset PSTAMP for Solaris and move the backend-specific...
2010-11-09 Todd C. Millersync with git repo
2010-11-09 Todd C. MillerOnly substitute file zlib files when using the builtin...
2010-11-09 Todd C. MillerGive up on using VPATH to find sources as it is impleme...
2010-11-09 Todd C. MillerInclude config.h before any other includes to make...
2010-11-09 Todd C. MillerAdd zlib
2010-11-09 Todd C. MillerAdd missing targets
2010-11-09 Todd C. Millerg/c unused $(GENERATED)
2010-11-08 Todd C. MillerZero out group_plugin on unload just to be safe.
2010-11-08 Todd C. MillerUnload group plugin if its init function fails.
2010-11-08 Todd C. MillerOnly chdir to cwd if it is different from the current...
2010-11-08 Todd C. MillerBump version to 1.8.0b2
2010-10-28 Todd C. MillerBetter --enable-zlib description
2010-10-28 Todd C. MillerUse system zlib on Linux
2010-10-28 Todd C. MillerAdd large file support.
2010-10-28 Todd C. MillerAdd large file support.
2010-10-28 Todd C. MillerAdd local copy of zlib for systems that lack it.
2010-10-15 Todd C. MillerIf perform_io() fails, kill the child before exiting...
2010-10-12 Todd C. MillerFix complilation on systems with set_auth_parameters()
2010-10-12 Todd C. MillerAvoid potential namespace issues with dlopen() emulation.
2010-10-12 Todd C. Millersync
2010-10-12 Todd C. MillerUse INADDR_NONE instead of casting -1 to in_addr_t...
2010-10-12 Todd C. MillerMark ChangeLog as PHONY
2010-10-12 Todd C. MillerHP-UX 10.20 libc has an incompatible getline
2010-10-12 Todd C. MillerQuiet an HP-UX compiler warning.
2010-10-12 Todd C. MillerCheck for vi even with --with-editor specified; the...
next