]> granicus.if.org Git - sudo/shortlog
sudo
2011-02-03 Todd C. MillerAttempt to clarify how users and groups interact in...
2011-02-03 Todd C. MillerDo not handle SIGARLM specially, just pass it through.
2011-02-03 Todd C. MillerPass SIGUSR1/SIGUSR2 through to the child.
2011-02-03 Todd C. MillerMade tcsetpgrp() bits conditional on HAVE_TCSETPGRP
2011-02-03 Todd C. MillerUse pid_t not int and check the return value of kill()
2011-02-02 Todd C. MillerIn non-pty mode before continuing the child, make it...
2011-02-02 Todd C. MillerIf we get a signal other than SIGCHLD in the monitor...
2011-02-02 Todd C. MillerSave signal state before changing handlers and restore...
2011-02-01 Todd C. Millermatch quoted strings the same way whether in a Defaults...
2011-02-01 Todd C. MillerUse a char array to map a number to a base36 digit.
2011-02-01 Todd C. MillerBe clear about what versions of sudo support new LDAP...
2011-01-31 Todd C. MillerAdd sudoOrder attribute to each entry
2011-01-30 Todd C. MillerMention LDAP attribute compatibility status.
2011-01-28 Todd C. MillerMention phpQLAdmin
2011-01-28 Todd C. MillerAdd --disable-env-reset configure option.
2011-01-28 Todd C. MillerDocument that sudoers_locale also affects logging and...
2011-01-28 Todd C. MillerDo logging and email sending in the locale specified...
2011-01-25 Todd C. MillerPerform command escaping for "sudo -s" and "sudo -i...
2011-01-24 Todd C. MillerPrepend "list " to the command logged when "sudo -l...
2011-01-24 Todd C. Millercosmetic change
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2011-01-24 Todd C. Millersync
2011-01-24 Todd C. MillerDo not reject sudoers file just because it is root...
2011-01-21 Todd C. Millersync
2011-01-21 Todd C. MillerWhen setting default iolog_dir, dynamically allocate...
2011-01-21 Todd C. MillerFor "sudo -U user -l" if user is not authorized on...
2011-01-21 Todd C. MillerIn sudo_ldap_lookup(), always do the initial sudoers...
2011-01-20 Todd C. Millerchange an error() to errorx()
2011-01-20 Todd C. MillerUpdate copyright year to 2011
2011-01-20 Todd C. MillerUpdate copyright year to 2011
2011-01-20 Todd C. MillerStash pointer to user group vector in LDAP handle and...
2011-01-20 Todd C. MillerWhen listing, use separate lbufs for the defaults and...
2011-01-20 Todd C. MillerCheck initgroups() return value.
2011-01-19 Todd C. Millersync
2011-01-18 Todd C. MillerClear, don't set, OPOST in c_oflag as was intended...
2011-01-15 Todd C. Millerdelref list_pw before exit
2011-01-14 Todd C. MillerAdd Requires line for audit-libs >= 1.4 for RHEL5+
2011-01-14 Todd C. Millersync with git version
2011-01-13 Todd C. Millerfix typo
2011-01-12 Todd C. MillerUpdate for sudo 1.7.4p5
2011-01-12 Todd C. MillerAdd sudoNotBefore and sudoNotAfter attributes as option...
2011-01-11 Todd C. MillerMention "sudo -g group" password check fix.
2011-01-11 Todd C. MillerIf the user is running sudo as himself but as a differe...
2011-01-10 Todd C. MillerAdd support for TIMEOUT in ldap.conf, mapping to the...
2011-01-10 Todd C. Millerregen
2011-01-10 Todd C. MillerAdd NETWORK_TIMEOUT as an alias for BIND_TIMELIMIT...
2011-01-10 Todd C. MillerIf user has no supplementary groups, fall back on check...
2011-01-04 Todd C. Millerupdate
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...
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-18 Todd C. MillerPick last match in LDAP sudoers too
2010-12-10 Todd C. MillerMake the iolog dir configurable in sudoers
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. MillerUpdate with latest changes
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. 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
next