]> granicus.if.org Git - sudo/shortlog
sudo
2013-08-15 Todd C. MillerFix compilation on Solaris 11.
2013-08-15 Todd C. MillerAdd missing missing.h
2013-08-15 Todd C. MillerMove the -C (user_closefrom) check until after set_cmnd...
2013-08-14 Todd C. MillerIf not using a pty and the child process gets SIGTTOU...
2013-08-14 Todd C. MillerIf sudo is not setuid and was not invoked with a full...
2013-08-14 Todd C. MillerAdd limited support for "sudo -l -h other_host". Since...
2013-08-14 Todd C. MillerFix parsing of "-h host" when used in conjunction with...
2013-08-14 Todd C. MillerSimplify usage messages a bit and make --help output...
2013-08-13 Todd C. MillerFix setting of mailer argv[0] to basename of mailerpath.
2013-08-13 Todd C. MillerMake sure the mailer exists and is a regular file befor...
2013-08-13 Todd C. MillerIf tty_tickets are enabled but there is no tty, use...
2013-08-13 Todd C. MillerAllow default plugin dir to be configured in sudo.conf.
2013-08-13 Todd C. MillerUTF8 for Ruusamae, Elan; from Tae Wong
2013-08-12 Todd C. MillerDon't allow max_groups to be set to zero, it just compl...
2013-08-08 Todd C. MillerRefactor code to parse list of gids into its own functi...
2013-08-08 Todd C. MillerAdd function comment block.
2013-08-08 Todd C. MillerDefault text domain is now sudo, not sudoers.
2013-08-08 Todd C. MillerUpdate dependency for atoid.lo
2013-08-08 Todd C. MillerAdd endpointer and separator args to atoid()
2013-08-07 Todd C. MillerUse private version of atoid() to avoid a dependency...
2013-08-07 Todd C. MillerMore UTF8 in names; from Tae Wong
2013-08-07 Todd C. MillerUse atoid() in more places.
2013-08-07 Todd C. MillerMove atoid() to common so it can be used in src and...
2013-08-07 Todd C. MillerAvoid a crash on Mac OS X 10.8 (at least) when we close...
2013-08-07 Todd C. MillerConvert to last, first for easier sorting and use UTF8...
2013-08-07 Todd C. MillerAdd atoid() function to convert a string to an id_t...
2013-08-07 Todd C. MillerAdd atoid() function to convert a string to an id_t...
2013-08-07 Todd C. MillerAvoid "perm stack underflow" error when logging the...
2013-08-07 Todd C. MillerIn rewind_perms() there is nothing to do if perm_stack_...
2013-08-06 Todd C. MillerAdd pam_setcred sudoers option to allow the user to...
2013-08-06 Todd C. MillerAdd pam_service and pam_login_service sudoers settings...
2013-08-06 Todd C. MillerNewer Xcode places the SDKs under Xcode.app
2013-08-03 Todd C. MillerImplement memset_s() and use it instead of zero_bytes().
2013-08-01 Todd C. MillerDo not try to install plugins when shared modules are...
2013-08-01 Todd C. MillerUpdate dependencies to take into account compat/getopt...
2013-08-01 Todd C. MillerUpdate dependencies now that sudo_usage.h is always...
2013-07-31 Todd C. MillerAdd some warnings and debugging to sasl ccname handling.
2013-07-31 Todd C. MillerFix write loop invariant in sudo_krb5_copy_cc_file()
2013-07-30 Todd C. MillerStrip off leading FILE: or WRFILE: prefix before trying...
2013-07-29 Todd C. MillerInstead of setting RLIMIT_NPROC to unlimited when sudo...
2013-07-28 Todd C. MillerNow that the ldap code runs with the real and effective...
2013-07-19 Todd C. MillerLong option support for visudo and sudoreplay.
2013-07-18 Todd C. MillerAdd support for long options and fix inclusion of sudo_...
2013-07-18 Todd C. MillerAdd rule to rebuild sudo_usage.h when the .in file...
2013-07-18 Todd C. MillerAdd make rules for building getopt_long.c
2013-07-18 Todd C. MillerMake "-h hostname" work. Optional args in GNU getopt...
2013-07-17 Todd C. MillerUse getopt_long() so we can make the -h flag take an...
2013-07-16 Todd C. MillerDocument that the -h option can be used specify a host...
2013-07-16 Todd C. MillerOverload -h option to specify an optional hostname...
2013-07-16 Todd C. MillerBump version to 1.8.8
2013-07-16 Todd C. MillerDocument the remote_host setting (-h host)
2013-07-16 Todd C. Millerfix "the the"
2013-07-16 Todd C. MillerDo not error out if arg to -U option cannot be resolved...
2013-07-16 Todd C. MillerSync with translationproject.org
2013-07-11 Todd C. MillerRemove old bits about sudo setuid problems that should...
2013-07-11 Todd C. MillerGo back to ignoring the return value of pam_setcred...
2013-07-11 Todd C. MillerRemove unused variable.
2013-07-11 Todd C. MillerFix typo
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
next