]> granicus.if.org Git - sudo/shortlog
sudo
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-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. MillerAvoid conflicts with system definitions in grp.h and...
2010-11-20 Todd C. MillerFor Tru64, strip off beta version.
2010-11-20 Todd C. MillerInclude stdio.h after zlib.h, not before. We need...
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. MillerReorder things to avoid most of the extra prototypes.
2010-11-14 Todd C. MillerInline sudo_ldap_result_get_entry(), it is always calle...
2010-11-14 Todd C. MillerAdd user_matches and host_matches to struct ldap_result...
2010-11-13 Todd C. MillerBump version and regen man pages
2010-11-13 Todd C. MillerMerge in ordered LDAP entry support from Andreas Mueller.
2010-11-11 Todd C. MillerAdd timed entry support from Andreas Mueller.
2010-11-11 Todd C. MillerUse efree() not free() and remove malloc.h include...
2010-11-10 Todd C. MillerInclude config.h before any other includes to make...
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-03 Todd C. Millerremove zlib/zconf.h for distclean
2010-11-03 Todd C. Millerregen man pages for 1.7.5
2010-11-03 Todd C. Millerregen
2010-11-03 Todd C. MillerUpdate 1.7.5 entries.
2010-11-02 Todd C. MillerInclude zlib in the tar file.
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 local copy of zlib for systems that lack it.
2010-10-12 Todd C. MillerDon't overwrite ChangeLog if we can't run hg
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-11 Todd C. MillerDon't use run_as_superuser=false on HP-UX
2010-10-11 Todd C. MillerUpdate from git repo.
2010-10-11 Todd C. MillerGo back to checking whether the compiler is ANSI C...
2010-10-11 Todd C. MillerFix syntax error
2010-10-11 Todd C. MillerIf pam_acct_mgmt() returns PAM_AUTH_ERR print a (hopefu...
2010-10-07 Todd C. Millerdon't need ws_col here
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. MillerSync set_project() with trunk.
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. MillerMove set_project() into runas_setup(). Fixes a NULL...
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...
2010-09-21 Todd C. MillerIgnore ECONNREFUSED from audit_log_user_command() which...
2010-09-17 Todd C. MillerSync with git version
2010-09-16 Todd C. MillerCast isblank argument to unsigned char.
2010-09-14 Todd C. MillerImplement --with-umask-override configure flag.
2010-09-14 Todd C. MillerTake MODE_LOGIN_SHELL into account when initially setti...
2010-09-14 Todd C. MillerIn login mode, make a copy of the runas user's pw_shell...
2010-09-14 Todd C. MillerReset HOME for "sudo -i" even if HOME was listed in...
2010-09-14 Todd C. MillerUse SIG_SETMASK when resetting signal mask instead...
2010-09-14 Todd C. MillerReset signal mask at sudo startup time; we need to...
2010-09-14 Todd C. MillerFix SIG_UNBLOCK emulation
2010-09-13 Todd C. MillerUse sed instead of expr to split a flag from its argument.
2010-09-13 Todd C. MillerBack out rev e165f67d3127
2010-09-13 Todd C. MillerInclude sys/time.h for utimes() and struct timeval.
2010-09-13 Todd C. MillerQuiet bogus compiler warnings.
2010-09-13 Todd C. MillerDeclare innetgr() for HP-UX which is missing a declaration.
2010-09-13 Todd C. MillerUse __sun for consistency with the rest of the sources.
2010-09-13 Todd C. MillerDon't try to delref a NULL group.
2010-09-13 Todd C. MillerInclude memory.h on systems that need it.
2010-09-11 Todd C. MillerQuiet gcc warnings on glibc systems that use warn_unuse...
2010-09-10 Todd C. MillerUpdate for sudo 1.7.5
2010-09-10 Todd C. MillerInstead of using a array to store received signals...
2010-09-10 Todd C. Miller--with-iologdir not --enable-iologdir
2010-09-09 Todd C. MillerMake "visudo -c -f -" check the standard input.
2010-09-09 Todd C. Millerset_home and always_set_home have an effect if HOME...
2010-09-09 Todd C. MillerMake -H flag work when HOME is listed in env_keep....
2010-09-08 Todd C. MillerSolaris BSM audit return EINVAL when auditing is not...
2010-09-07 Todd C. MillerAdd missing LOG_INPUT/LOG_OUTPUT support in the lexer.
2010-09-07 Todd C. MillerSet NewArgv[0] to the name of the pseudo-command we...
2010-09-07 Todd C. MillerUpdate comment to reality.
2010-09-07 Todd C. MillerNeed stdio.h for FILE *, not just NULL.
2010-09-06 Todd C. MillerWhen matching the runas user and runas group (-u and...
2010-09-04 Todd C. MillerDo not return -1 on error from the display functions...
2010-09-04 Todd C. Millerdisplay_bound_defaults now returns a count so make...
2010-09-04 Todd C. MillerAdd #include of sys/types.h for .c files that include...
2010-09-03 Todd C. MillerIt looks like AIX doesn't need to push STREAMS modules...
2010-08-30 Todd C. MillerAdd #include of sys/types.h for .c files that include...
2010-08-30 Todd C. MillerInstall sudoers file from the build dir not hte src...
2010-08-26 Todd C. MillerIf runas_pw changes, reset the stashed runas aux group...
2010-08-26 Todd C. MillerAdd target to generate sudoers file
2010-08-24 millert@rh4... When not logging I/O install a handler for SIGCONT...
2010-08-21 Todd C. Millerg/c unused auth_pw global
2010-08-21 Todd C. MillerMove get_auth() into check.c where it is actually used.
2010-08-21 Todd C. MillerDon't need to fork and wait when compiled with --disabl...
2010-08-20 Todd C. MillerConvert a remaining puts() and putchar() to use the...
2010-08-18 Todd C. MillerReplace sudoers with sudoers.in in DISTFILES
2010-08-18 Todd C. MillerSet dupcheck to TRUE when setting new HOME value if...
2010-08-18 Todd C. MillerSubstitute sysconfdir in the installed sudoers file...
2010-08-17 Todd C. MillerFix typos that prevented compilation on Irix; Friedrich...
2010-08-16 Todd C. MillerMerge compat.h and missing.h into missing.h
next