]> granicus.if.org Git - sudo/shortlog
sudo
2013-07-09 Todd C. MillerFix pasto; sudo_sss_extract_digest() not sudo_ldap_extr...
2013-06-18 Todd C. MillerFix formatting typo; from Eric S. Raymond
2013-06-17 Todd C. MillerUse -gxcoff on aix so dbx can be used to debug sudo.
2013-06-12 Todd C. MillerFix typo; bug 605
2013-06-04 Todd C. MillerRegen .mo files that were out of date.
2013-05-30 Todd C. MillerOn Solaris 11 and higher, tag binaries for ASLR if...
2013-05-30 Todd C. MillerNo longer need to disable PIE on Solaris.
2013-05-28 Todd C. MillerRestrict default creation of PIE binaries (-fPIE and...
2013-05-24 Todd C. MillerAttempt to detect PIE failure on Solaris 10 with GNU...
2013-05-24 Todd C. MillerUpdate with final changes.
2013-05-24 Todd C. MillerAdd -fPIE to PIE_LDFLAGS as per gcc manual.
2013-05-22 Todd C. MillerAdd missing $(PIE_LDFLAGS) $(SSP_LDFLAGS) for test...
2013-05-22 Todd C. MillerReplace sequence number-based cycle detection in visudo...
2013-05-20 Todd C. MillerEliminate a few relocations related to sudoers_io.
2013-05-20 Todd C. MillerSync with translationproject.org
2013-05-18 Todd C. MillerClarify a comment.
2013-05-16 Todd C. MillerHandle d_type == DT_UNKNOWN when resolving the device...
2013-05-03 Todd C. MillerAdd message about disabling PIE if sudo gets SIGSEGV.
2013-05-03 Todd C. MillerNo longer store the ctime of a devpts tty. The handlin...
2013-05-03 Todd C. MillerPIE is broken on FreeBSD/arm
2013-05-03 Todd C. MillerAdd explicit sendmail path for Linux since we may not...
2013-05-01 Todd C. MillerQuiet a few -Wunused-result compiler warnings.
2013-04-30 Todd C. MillerMention what SHA-2 formats are supported.
2013-04-30 Todd C. MillerList code and translations separately.
2013-04-29 Todd C. MillerSync with translationproject.org
2013-04-29 Todd C. Millerregen
2013-04-29 Todd C. MillerFix c-format for fatal/fatalx
2013-04-26 Todd C. MillerChange some error/errorx -> fatal/fatalx in comments...
2013-04-26 Todd C. MillerThere is now a Turkish translation of sudoers.
2013-04-26 Todd C. MillerUpdated translations from translationproject.org includ...
2013-04-25 Todd C. MillerDocument that sudoers will re-use existing I/O log...
2013-04-25 Todd C. MillerAllow ldap_conf and ldap_secret to be specified as...
2013-04-25 Todd C. Millersudoers_debug is now deprecated in favor of the sudo...
2013-04-25 Todd C. MillerReplace DPRINTF with DPRINTF1 and DPRINTF2 macros that use
2013-04-24 Todd C. MillerAdd support for converting sudoers files with SHA-2...
2013-04-24 Todd C. MillerAdd copyright notice to scripts
2013-04-24 Todd C. MillerAdd regress for SHA-2 digests.
2013-04-24 Todd C. MillerSolaris maps negative gids to GID_NOBODY.
2013-04-24 Todd C. MillerClear up an llvm checker warning which appears to be...
2013-04-24 Todd C. MillerCorrect last change date
2013-04-24 Todd C. MillerNo need to translate this error message.
2013-04-24 Todd C. MillerMention .sl vs. .so extension handling on HP-UX
2013-04-24 Todd C. MillerUpdate copyright years.
2013-04-24 Todd C. MillerSystrace support was removed long ago.
2013-04-23 Todd C. MillerRemove some files that were mistakenly added.
2013-04-23 Todd C. MillerUse time(&now) instead of now = time(NULL) when storing...
2013-04-21 Todd C. MillerDon't check the tty of the parent process. Now that...
2013-04-20 Todd C. MillerUse EXIT_FAILURE instead of 1 as the fatal() exit value.
2013-04-20 Todd C. MillerChange remaining errorx -> fatalx
2013-04-19 Todd C. MillerReplace sudo_fakepwnamid() with sudo_mkpwent() and...
2013-04-19 Todd C. MillerChange "foo: failed" to just "foo" since we print the...
2013-04-18 Todd C. MillerFix pasto in debug_decl
2013-04-18 Todd C. Millerregen
2013-04-18 Todd C. MillerRename log_error() -> log_warning() for consistency...
2013-04-18 Todd C. MillerThe NO_EXIT flag was removed a while ago.
2013-04-18 Todd C. MillerRename error/errorx -> fatal/fatalx and remove the...
2013-04-18 Todd C. Millerdigests are supported in sudoers ldap too
2013-04-18 Todd C. MillerPrint test failures to stdout like the final count...
2013-04-18 Todd C. MillerSync with translationproject.org
2013-04-18 Todd C. MillerCheck for any uncommitted changes in dist target and...
2013-04-18 Todd C. MillerFix logic bug when checking tty via ttyname().
2013-04-17 Todd C. MillerFix check for _BIG_ENDIAN and _LITTLE_ENDIAN (Solaris...
2013-04-17 Todd C. Millerregen
2013-04-17 Todd C. MillerDocument digest support.
2013-04-17 Todd C. MillerSimple bas64 decode unit test.
2013-04-17 Todd C. MillerMove base64_decode into its own source file.
2013-04-17 Todd C. MillerOnly check year against 2038 if time_t is 32-bit.
2013-04-16 Todd C. MillerAdd digest support for sudoers in ldap and sss.
2013-04-16 Todd C. MillerError out in configure if the compiler doesn't support...
2013-04-16 Todd C. MillerInclude stdint.h or inttypes.h before sha2.h
2013-04-16 Todd C. MillerSimplify lbuf append functions by moving the realloc...
2013-04-16 Todd C. MillerZero out struct iolog_details early to avoid a potentia...
2013-04-15 Todd C. MillerUpdate copyright year.
2013-04-15 Todd C. MillerBump SUDOERS_GRAMMAR_VERSION for new digest support.
2013-04-15 Todd C. MillerSanity check digest in parser so visudo can catch errors.
2013-04-15 Todd C. MillerFor big endian architectures just use memcpy() instead...
2013-04-14 Todd C. MillerInitial implementation of checksum support in sudoers.
2013-04-13 Todd C. MillerSHA-224, SHA-256, SHA-384 and SHA-512. Derived from...
2013-04-11 Todd C. MillerAdd sudo 1.8.6p8
2013-04-11 Todd C. MillerAdd missing "not" in error message when mixing standalo...
2013-04-11 Todd C. MillerCheck for crypt() returning NULL. Traditionally, crypt...
2013-04-11 Todd C. MillerBetter PAM error messages
2013-04-11 Todd C. MillerBetter error messages
2013-04-11 Todd C. MillerUse same error message for getauid() failure.
2013-04-11 Todd C. MillerStart warning with a lower case letter for consistency...
2013-04-10 Todd C. MillerDisable PIE on Solaris where it is not really supported.
2013-04-10 Todd C. MillerAIX may have a 64-bit pr_ttydev that we need to convert...
2013-04-10 Todd C. MillerBreak out of the loop if sudo_ttyname_scan() returns...
2013-04-10 Todd C. MillerSupport %lld and %llu
2013-04-10 Todd C. MillerAdd ttyname test.
2013-04-09 Todd C. MillerSync with translationproject.org
2013-04-09 Todd C. MillerLog timestampfile to debug file.
2013-04-09 Todd C. MillerDon't add the "Password: " string we look up in the...
2013-04-08 Todd C. MillerSynce with regcomp() error message change.
2013-04-08 Todd C. MillerBe consistent with error message when regcomp() fails.
2013-04-05 Todd C. MillerUse group -1 instead of 1 as the invalid group since...
2013-04-05 Todd C. MillerPWD may be a shell builtin, use CWD instead.
2013-04-04 Todd C. MillerSplit up check_user().
2013-04-03 Todd C. MillerCosmetic fixes in the comments.
2013-04-02 Todd C. MillerUse AC_LINK_IFELSE instead of AC_TRY_LINK
next