]> granicus.if.org Git - sudo/shortlog
sudo
2018-07-26 Todd C. MillerDon't need to preallocate 4 x NGROUP_MAX on AIX or...
2018-07-26 Todd C. MillerIgnore PAM_NEW_AUTHTOK_REQD and PAM_AUTHTOK_EXPIRED...
2018-07-23 Todd C. MillerWork around a bug on AIX where closing the pty slave...
2018-07-23 Todd C. MillerAdd missing aix_restoreauthdb() call to match the aix_s...
2018-07-23 Todd C. MillerLinux getgrouplist(3) returns the number of groups...
2018-07-20 Todd C. MillerWhen both a .o and .lo file was used in a Makefile...
2018-07-15 Todd C. MillerAvoid duplicate free when netgroup_base is invalid.
2018-07-03 Todd C. MillerUse madvise(2) with MADV_WIPEONFORK if available.
2018-07-01 Todd C. Millersync with translationproject.org
2018-07-01 Todd C. MillerUpdate.
2018-06-25 Todd C. Millersync with schema.OpenLDAP
2018-06-25 Todd C. MillerRFC 2849 specifies whitespace as the space character...
2018-06-25 Todd C. MillerFix typo; bug #839
2018-06-16 Todd C. MillerShould no longer need to set max_groups.
2018-06-15 Todd C. MillerUse new sudo_getgrouplist2() function instead of getgro...
2018-06-15 Todd C. MillerAdd sudo_getgrouplist2() to dynamically allocate the...
2018-06-15 Todd C. MillerFix fd leak introduced by SUDO_CONV_PREFER_TTY commit...
2018-06-13 Todd C. MillerFix some issues pointed out by mandoc -Tlint
2018-06-13 Todd C. MillerAdd SUDO_CONV_PREFER_TTY flag for conversation function...
2018-06-08 Todd C. MillerUpdate for arc4random.c, arc4random_uniform.c and geten...
2018-06-05 Todd C. MillerFreeBSD wordexp() returns WRDE_SYNTAX if it can't write...
2018-06-05 Todd C. MillerFix conversion of usec to nsec; from Scott Cheloha
2018-06-02 Todd C. MillerFix typo.
2018-05-29 Todd C. MillerThe getdefs() function now get called multiple times...
2018-05-29 Todd C. MillerReturn an empty defaults list, not NULL if there is...
2018-05-29 Todd C. MillerFix memory leak of handle pointer on close.
2018-05-29 Todd C. MillerRemove a needless copy when parsing options.
2018-05-29 Todd C. MillerMove cached userspecs and defaults into the handle...
2018-05-28 Todd C. MillerQuiet a clang analyzer warning. It should not be possi...
2018-05-28 Todd C. MillerReorder things to avoid the need to declare static...
2018-05-25 Todd C. MillerUse arc4random for mkstemp() and insults.
2018-05-25 Todd C. MillerImport arc4random() from libressl. This takes an all...
2018-05-25 Todd C. MillerMove digest code into libutil
2018-05-20 Todd C. MillerCheck for invalid bas64 attributes.
2018-05-20 Todd C. MillerFix pointer sign warnings.
2018-05-20 Todd C. MillerAdd missing variable declaration for SELinux and Solaris.
2018-05-20 Todd C. MillerHandle empty string and treat it as safe.
2018-05-20 Todd C. MillerAdd support for base64-encoding non-safe strings in...
2018-05-20 Todd C. MillerAdd base64_encode() by Jon Mayo.
2018-05-18 Todd C. MillerAdd support for parsing base64-encoded attributes
2018-05-17 Todd C. Millerrfc2253 says we need to escape " and leading and traili...
2018-05-17 Todd C. MillerDefine ZLIB_CONST so we get the const version of the...
2018-05-16 Todd C. MillerFix logic inversion when handing the authenticate Defau...
2018-05-16 Todd C. MillerSet handle->pw before sss_to_sudoers() since sss_check_...
2018-05-16 Todd C. MillerFix memory leak on error, CID 185602
2018-05-16 Todd C. MillerSome ldap_get_values_len -> sudo_ldap_get_values_len...
2018-05-16 Todd C. MillerWhen building up the cmndspec, add the actual command...
2018-05-16 Todd C. MillerFix format string mismatch, sudo_order is unsigned.
2018-05-16 Todd C. MillerAdd cppcheck annotation to suppress memory leak false...
2018-05-16 Todd C. MillerSudo "ALL" implies the SETENV tag.
2018-05-16 Todd C. MillerOnly set MODE_PRESERVE_ENV when preserving the entire...
2018-05-15 Todd C. MillerAdd free_userspecs() and free_default() and use them...
2018-05-15 Todd C. MillerDepending on the bos level, AIX 6.1 may or may not...
2018-05-14 Todd C. MillerDo not leak struct sudo_command when the command is...
2018-05-14 Todd C. MillerSudo 1.8.24
2018-05-14 Todd C. MillerImprove comments about why we need to do a user check...
2018-05-14 Todd C. MillerAdd checks for ldap/sss functions failing due to memory...
2018-05-14 Todd C. MillerLet the main sudoers lookup code check the host name...
2018-05-14 Todd C. MillerSimplify the nss interface such that each sudoers provi...
2018-05-14 Todd C. MillerInclude parse.h in sudoers.h since it will soon be...
2018-05-14 Todd C. MillerParse "ALL" as a command correctly.
2018-05-11 Todd C. MillerAdd debug warning if lseek() fails (should not be possi...
2018-05-11 Todd C. MillerFix swapped args of lseek() when rewinding. This didn...
2018-05-11 Todd C. MillerFix a format-truncation warning in newer gcc by avoidin...
2018-05-11 Todd C. MillerRegen with autoconf git commit e17a30e987d7ee695fb4294a...
2018-05-03 Todd C. MillerNo need to explicitly free role on EOF, it will be...
2018-05-03 Todd C. MillerGarbage collect the command argv, envp and info vectors...
2018-05-03 Todd C. MillerPlug memory leaks on parse error or when an LDIF entry...
2018-05-03 Todd C. MillerRename variables now that the string list functions...
2018-04-30 Todd C. MillerFix typo
2018-04-29 Todd C. Millerfix version
2018-04-29 Todd C. Millersync
2018-04-29 Todd C. Millersync with translationproject.org
2018-04-25 Todd C. MillerO_EXEC for fexecve() not O_SEARCH.
2018-04-25 Todd C. MillerDocument how to suppress the last login message on...
2018-04-24 Todd C. MillerFix compilation error with older Sun Studio compilers.
2018-04-24 Todd C. MillerUpdate Bug #831 decription.
2018-04-24 Todd C. MillerAdd Chinese(Taiwan) translation for sudo.
2018-04-24 Todd C. MillerMove the check for /dev/fd/N until *after* the digest...
2018-04-24 Todd C. MillerRewind the fd after calling sudo_filedigest(). Otherwi...
2018-04-23 Todd C. MillerIn open_cmnd(), return true, not false, if we the ...
2018-04-23 Todd C. MillerBug #831.
2018-04-23 Todd C. MillerWe can only use fexecve() on a script if /dev/fd/N...
2018-04-22 Todd C. Millersync with translationproject.org
2018-04-21 Todd C. Millersync with translationproject.org
2018-04-21 Todd C. MillerAdd tests for round-tripping cvtsudoers, sudoers -...
2018-04-19 Todd C. MillerTest the -b option when converting from LDIF.
2018-04-19 Todd C. MillerFix the -b option when converting from LDIF.
2018-04-19 Todd C. Millersync with translationproject.org
2018-04-18 Todd C. MillerFix some more typos.
2018-04-18 Todd C. Millermandoc now preserves the copyright notice, no need...
2018-04-18 Todd C. MillerDescribe the special handling of LOGNAME, USER and...
2018-04-18 Todd C. MillerFix a memory leak on the error path.
2018-04-18 Todd C. MillerDocument that the editor setting is also used by sudoedit.
2018-04-17 Todd C. MillerPlug memory leak when an I/O plugin is specified in...
2018-04-17 Todd C. MillerMonty Python insults from Philip Hudson
2018-04-15 Todd C. Milleradd examples
2018-04-15 Todd C. MillerUpdate copyright year and regen man pages.
2018-04-15 Todd C. Millersync with translationproject.org
2018-04-15 Todd C. Millercvtsudoers regress tests
next