]> granicus.if.org Git - sudo/shortlog
sudo
2014-03-11 Todd C. MillerThe atofoo_test and hltq_test tests now display their...
2014-03-11 Todd C. MillerDon't run the check_ttyname test if cross compiling.
2014-03-11 Todd C. MillerCWD no longer used.
2014-03-11 Todd C. MillerFix diff of toke and err output files in "make check"
2014-03-07 Todd C. Millersync with translationproject.org
2014-03-06 Todd C. MillerCheck whether ber.h is needed before ldap.h even if...
2014-03-06 Todd C. MillerFix compiler warning in debug code.
2014-03-06 Todd C. MillerCatalan translation for sudo from translationproject...
2014-03-05 Todd C. MillerDocument negation fix in JSON output.
2014-03-04 Todd C. MillerFix handling of '!' operator when converting sudoers...
2014-03-01 Todd C. MillerCzech translation for sudoers from translationproject.org
2014-02-28 Todd C. MillerTry -libmldap before -lldap in case there is no link...
2014-02-27 Todd C. MillerFix typo in setreuid() PERM_ROOT error message.
2014-02-27 Todd C. MillerNo longer need to disable setresuid() on debian.
2014-02-26 Todd C. MillerFix conversion of timestamp_timeout from double to...
2014-02-26 Todd C. MillerSerbian translation for sudoers from translationproject...
2014-02-24 Todd C. MillerAdd Ingo Schwarze
2014-02-24 Todd C. MillerWhen exporting sudoers in JSON format, use the same...
2014-02-17 Todd C. MillerSilence cppcheck false positive.
2014-02-17 Todd C. Millersync with translationproject.org
2014-02-17 Todd C. MillerMention init.d scripts on AIX and HP-UX
2014-02-17 Todd C. MillerTalk about clearing files at boot time, not reboot...
2014-02-17 Todd C. MillerWe also need to open the sudoers file as root if there...
2014-02-17 Todd C. MillerInstall /etc/rc.d/init.d/sudo and /etc/rc.d/rc2.d/S90su...
2014-02-16 Todd C. MillerRemove init.d file and link in uninstall target.
2014-02-16 Todd C. MillerFix INIT_DIR for real this time.
2014-02-16 Todd C. MillerUse correct init.d dir on HP-UX.
2014-02-16 Todd C. MillerFirst cut add installing an init.d file for HP-UX and...
2014-02-15 Todd C. MillerUse .Ar macro instead of "file ..."
2014-02-15 Todd C. MillerRemove some extraneous markup; from Ingo Schwarze
2014-02-15 Todd C. MillerMove zerowidth space in :alpha: after the colon for...
2014-02-15 Todd C. Millerregen
2014-02-15 Todd C. MillerRemove extraneous keeps in SYNOPSIS now that mandoc...
2014-02-15 Todd C. MillerProperly escape the : in :alpha:
2014-02-15 Todd C. MillerReplace some uses of .Sy with .Ar, .Ev and .Pa as appro...
2014-02-12 Todd C. MillerFix indentation of Defaults entries. The initial inden...
2014-02-11 Todd C. Millersync with translationproject.org
2014-02-11 Todd C. MillerWe must include gettext.h before missing.h as it includ...
2014-02-11 Todd C. MillerWhen emulating DSO_NEXT with shl_get() we need to skip...
2014-02-11 Todd C. MillerExport getenv() so it is visible to shared objects...
2014-02-08 Todd C. MillerAdd some initprogname() calls to the test programs.
2014-02-07 Todd C. Millerregen
2014-02-07 Todd C. MillerMention that there is now a default LDAP search filter.
2014-02-07 Todd C. MillerMinor word choice change.
2014-02-07 Todd C. MillerAdd use_netgroups sudoers option. For LDAP-based sudoe...
2014-02-06 Todd C. MillerUpdate copyright year.
2014-02-06 Todd C. MillerMention LDAP changes.
2014-02-06 Todd C. MillerUse a default LDAP search filter of (objectClass=sudoRo...
2014-02-06 Todd C. MillerDon't warn about an insecure lecture dir twice.
2014-02-05 Todd C. MillerMention the fix for ^Z at the password prompt when...
2014-02-05 Todd C. MillerIn term_restore(), only restores the terminal if we...
2014-02-05 Todd C. MillerUse inet_pton() instead of inet_aton() and include...
2014-02-05 Todd C. MillerQuiet a gcc warning.
2014-02-05 Todd C. MillerNeed to include limits.h for USHRT_MAX.
2014-02-04 Todd C. MillerUse bool for function return values instead of 1 or 0.
2014-02-04 Todd C. MillerWarn the user if the rundir needs to be cleared in...
2014-02-04 Todd C. MillerUpdate for sudo 1.8.9p5
2014-02-04 Todd C. MillerWhen the closefrom limit is greater than any of the...
2014-02-04 Todd C. MillerDocument function return values.
2014-02-04 Todd C. Millerterm_restore() now restarts itself so we don't need...
2014-02-03 Todd C. Millersyscall restarting is broken on Mac OS X when interrupt...
2014-02-03 Todd C. MillerAdd regress for atobool(), atoid() and atomode()
2014-02-03 Todd C. MillerAdd back boottime.lo
2014-02-03 Todd C. MillerMention that rundir and vardir may be the same and...
2014-02-03 Todd C. MillerBring back boot time checking code and zero out time...
2014-02-03 Todd C. MillerCheck libraries for inet_pton() if not in libc.
2014-02-02 Todd C. MillerFix clock_gettime() detection when it lives in librt.
2014-02-02 Todd C. MillerAvoid duplicate directories if vardir and rundir are...
2014-02-02 Todd C. Millerregen
2014-02-02 Todd C. MillerElaborate on time stamp error message causes.
2014-02-01 Todd C. MillerRemove the time stamp dir and its contents when uninsta...
2014-02-01 Todd C. MillerUpdate time stamp error messages and regen.
2014-02-01 Todd C. MillerRestore warning when sudoers is unable to update the...
2014-02-01 Todd C. MillerReplace --with-timedir and --with-lecture_dir with...
2014-02-01 Todd C. MillerFix use of timestampowner in the new time stamp world...
2014-01-31 Todd C. MillerRegen Makefiles.
2014-01-31 Todd C. MillerMove ctim_get and mtim_get to sudo_util.h
2014-01-31 Todd C. Millersprinkle some debug printfs and add function header...
2014-01-31 Todd C. MillerProperly handle the case where /var/run/sudo/ts doesn...
2014-01-31 Todd C. Millerfix typo
2014-01-31 Todd C. MillerMention "sudo -K" change.
2014-01-31 Todd C. MillerUpgrade info for 1.8.10
2014-01-30 Todd C. MillerWarn on ftruncate failure().
2014-01-30 Todd C. MillerFix checking of lecture status.
2014-01-30 Todd C. MillerDo not override timedir on Debian.
2014-01-30 Todd C. MillerUse sudo_timeval macros and remove compat macros from...
2014-01-30 Todd C. MillerSwitch to new time stamp file format. Each user now...
2014-01-29 Todd C. MillerWhen listing a user's privileges, always prompt the...
2014-01-30 Todd C. MillerZero out errstr when there is no error; fixes bug #632
2014-01-26 Todd C. MillerUse inet_aton() instead of inet_addr() as it allows...
2014-01-24 Todd C. MillerFix typo, ULONG_MAX vs. ULLONG_MAX
2014-01-24 Todd C. MillerFix typo in the AIX case.
2014-01-24 Todd C. MillerSize pointer for sudo_parseln() should be size_t not...
2014-01-23 Todd C. MillerIt is now possible to disable network interface probing...
2014-01-23 Todd C. MillerIf inet_addr() returns INADDR_NONE, return false instea...
2014-01-22 Todd C. MillerAdd explicit dependency on sudoers.la to sudo target...
2014-01-21 Todd C. MillerDo not assume localtime(), gmtime() and ctime() always...
2014-01-15 Todd C. MillerUpdate copyright years
2014-01-15 Todd C. MillerEliminate dead store found by clang checker.
2014-01-15 Todd C. MillerUpdate for sudo 1.8.9p4
next