]> granicus.if.org Git - sudo/shortlog
sudo
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...
2010-10-12 Todd C. MillerFix remaining syntax errors.
2010-10-11 Todd C. Millersudo binary depends on the libtool-generated libs
2010-10-11 Todd C. MillerUse HAVE_DLOPEN instead of HAVE_DLFCN_H when determinin...
2010-10-11 Todd C. MillerDon't use run_as_superuser=false on HP-UX
2010-10-11 Todd C. MillerUse memset() instead of zero_bytes() since we don't...
2010-10-11 Todd C. MillerFix pasto; AF_INET not AF_INET6
2010-10-11 Todd C. MillerActually call shl_load()
2010-10-11 Todd C. MillerUpdate from git repo.
2010-10-11 Todd C. MillerFix dlopen() detection for systems where dlopen() is...
2010-10-11 Todd C. MillerIf pam_acct_mgmt() returns PAM_AUTH_ERR print a (hopefu...
2010-10-11 Todd C. Millersudo_preload_table is an array
2010-10-11 Todd C. MillerQuiet a compiler warning and fix sudo_preload_table...
2010-10-11 Todd C. MillerFix multiple inclusion guard in dlfcn.h and fix dlerror...
2010-10-11 Todd C. MillerMake this compile correctly when no dlopen is available.
2010-10-07 Todd C. MillerHaving a timestamp file defined is no longer indicative...
2010-10-07 Todd C. MillerFix TCGETWINSZ compat.
2010-10-02 Todd C. MillerPrefer newer TIOCGWINSZ ioctl to old TIOCGSIZE
2010-10-01 Todd C. MillerMove set_project() from sudoers module into sudo proper.
2010-10-01 Todd C. MillerFix typo and regenerate
2010-10-01 Todd C. MillerWhen iterating over returned LDAP entries, keep looking...
2010-10-01 Todd C. MillerAdd support for multiple package instances on Solaris.
2010-10-01 Todd C. MillerAdd missing signal_pipe[0] to fdsr for the non-pty...
2010-10-01 Todd C. MillerAdd --with-project for Solaris
2010-10-01 Todd C. MillerNeed ar and ranlib too
2010-09-27 Todd C. MillerPreserve ODMDIR environment variable by default on...
next