]> granicus.if.org Git - sudo/shortlog
sudo
2014-01-08 Todd C. MillerSudo 1.8.9 also fixes bug #617
2014-01-07 Todd C. MillerThe fix for the hang was already in the 1.8.9 tarballs.
2014-01-07 Todd C. MillerUpdate for sudo 1.8.9p1
2014-01-07 Todd C. MillerUpdate copyright year.
2014-01-07 Todd C. MillerGo back to making the bit fields in struct cmndtag...
2014-01-07 Todd C. MillerUse debug_return_int() instead of bare return for debug...
2014-01-06 Todd C. MillerFix infinite loop that could be triggered by sudo_ev_lo...
2014-01-06 Todd C. MillerUpdate for 1.8.9 final.
2014-01-04 Todd C. MillerHandle a sequence file with no trailing newline.
2014-01-04 Todd C. MillerTruncate io log and timing files on open when recycling...
2014-01-04 Todd C. MillerRepair reading of the iolog sequence number that got...
2014-01-03 Todd C. MillerIf invoked as sudoedit we can't just exec the command...
2014-01-03 Todd C. MillerFix restoration of the close-on-exec flag when moving...
2014-01-02 Todd C. MillerAdd "see below" to reference "Secure editing" section...
2014-01-01 Todd C. MillerAdd initial "Secure editing" section.
2014-01-01 Todd C. MillerUpdate copyright year.
2013-12-31 Todd C. Millersync with translationproject.org
2013-12-31 Todd C. MillerMake user_cwd and user_tty dynamically allocated even...
2013-12-30 Todd C. MillerUse -fstack-protector-strong in preference to -fstack...
2013-12-30 Todd C. MillerDell acquired Quest
2013-12-29 Todd C. Millersync with translationproject.org
2013-12-29 Todd C. Millersync with translationproject.org
2013-12-28 Todd C. Millerregen
2013-12-28 Todd C. MillerUpdate for recent changes.
2013-12-28 Todd C. MillerFix typo; we want setlocale(LC_ALL, "") since we are...
2013-12-27 Todd C. MillerUse sudoers_initlocale() in main() startup, not sudoers...
2013-12-24 Todd C. MillerRedo preserve_fds support to remap high fds so we can...
2013-12-24 Todd C. MillerFix install-plugin when sudoers is compiled statically.
2013-12-20 Todd C. MillerAdd support for preventing fds from getting clobbered...
2013-12-19 Todd C. Millerregen
2013-12-18 Todd C. MillerNeed to include limits.h here too.
2013-12-17 Todd C. MillerNo need to use __signed.
2013-12-17 Todd C. MillerNeed limits.h here too.
2013-12-17 Todd C. MillerStill need limits.h here.
2013-12-17 Todd C. Millerregen
2013-12-17 Todd C. MillerGo back to using /proc/self/fd instead of /proc/$$...
2013-12-17 Todd C. MillerUse a switch to map digest type to name instead of...
2013-12-16 Todd C. MillerUse /dev/fd in closefrom() on FreeBSD < 8.0 and Mac...
2013-12-16 Todd C. MillerRemove _MAX and _MIN compat; we rely on missing.h for...
2013-12-16 Todd C. MillerRemove _MAX and _MIN defines that any system from the...
2013-12-16 Todd C. MillerChange visudo -x to take a file name argument, which...
2013-12-16 Todd C. MillerMove symbol extern defs into sudoers.h
2013-12-16 Todd C. MillerAdd missing sudo_util.h
2013-12-14 Todd C. MillerWarn if the time stamp in the I/O log file does not...
2013-12-13 Todd C. MillerRename libcommon libsudo_util
2013-12-13 Todd C. MillerMove prototypes for functions provided by libcommon...
2013-12-11 Todd C. MillerNow that we have proper number parsing functions we...
2013-12-11 Todd C. MillerDon't use int where we really mean enum def_tuple....
2013-12-11 Todd C. MillerRegen after string parsing changes.
2013-12-11 Todd C. MillerThe OpenBSD strtonum() uses very short error strings...
2013-12-10 Todd C. MillerAdd atomode() function for parsing a file mode.
2013-12-10 Todd C. MillerUse strtonum() instead of atoi(), strtol() or strtoul...
2013-12-10 Todd C. MillerAdd strtonum.c to compat for simpler number parsing.
2013-12-09 Todd C. MillerFix a warning on Solaris, we need to use debug_return_c...
2013-12-09 Todd C. Millercheck_symbols needs to link with SUDO_LIBS in order...
2013-12-08 Todd C. Milleradd missing comma
2013-12-08 Todd C. MillerMake -c option description more accurate.
2013-12-07 Todd C. MillerWhen checking whether a user may change the login class...
2013-12-06 Todd C. MillerUse atoid() when parsing user/group IDs and print them...
2013-12-05 Todd C. MillerCorrectly parse 64-bit times in I/O log files.
2013-12-05 Todd C. MillerUse atoid() not atoi() when parsing uids/gids.
2013-12-05 Todd C. MillerBetter match debugging.
2013-12-04 Todd C. MillerDocument that plugins can be compiled statically into...
2013-12-03 Todd C. Millersudo_sss_filter_user_netgroup(): fix comment typos...
2013-12-03 Todd C. MillerWhen filtering netgroups, use the passwd struct stashed...
2013-12-03 Todd C. MillerRHEL 6 and above builds sudo with SSSD support
2013-12-03 Todd C. MillerAvoid passing NULL domainname to sudo_debug_printf().
2013-12-03 Todd C. MillerDocument sssd debug subsystem.
2013-12-03 Todd C. MillerDocument "event" debug subsystem.
2013-12-03 Todd C. MillerUse atoid() instead of atoi() when parsing uids/gids...
2013-12-03 Todd C. MillerAdd user netgroup filtering for SSSD. Previously,...
2013-12-03 Todd C. MillerFix several issues found by the clang static analyzer...
2013-12-02 Todd C. MillerMention how to dump sudoers info from LDAP.
2013-12-02 Todd C. MillerOn Solaris, disabling the proc_exec privilege appears...
2013-12-02 Todd C. MillerInstead of setprogname(), add initprogname() which...
2013-12-01 Todd C. MillerIgnore EOVERFLOW from pstat_getproc(). The HP-UX kerne...
2013-11-30 Todd C. MillerSync with translationproject.org
2013-11-28 Todd C. MillerAdd missing newline in help message after export option.
2013-11-26 Todd C. MillerDo not add LIBDL to SUDO_LIBS or SUDOERS_LIBS in config...
2013-11-25 Todd C. MillerDo not rely on NULL being defined for getaddrinfo(...
2013-11-24 Todd C. MillerRegen for sudo 1.8.9b1
2013-11-24 Todd C. MillerSync with translationproject.org
2013-11-22 Todd C. MillerAdd wrapper functions for dlopen() et al so that we...
2013-11-21 Todd C. MillerHandle non-unix groups correctly. Get rid of runasuser...
2013-11-20 Todd C. MillerSimplify Defaults list option object. The name and...
2013-11-20 Todd C. MillerBack out unintended change.
2013-11-20 Todd C. MillerAdd dedicated test for getaddrinfo(). Tru64 UNIX conta...
2013-11-20 Todd C. MillerDefine RTLD_GLOBAL for older systems without it. Bug...
2013-11-19 Todd C. MillerRename snprintf replacement rpl_snprintf since we may...
2013-11-19 Todd C. Millerlibcommon tests need locale_stub.lo to link.
2013-11-19 Todd C. MillerAdd check for C99 compliant (v)snprintf function.
2013-11-19 Todd C. MillerInclude unistd.h in sig2str.c for Tru64 as it defines...
2013-11-19 Todd C. MillerAdd definition of U_ for --disable-nsl
2013-11-18 Todd C. MillerWhen merging Defaults entries we need to check the...
2013-11-18 Todd C. Millerrunasgroups not runasgroup in the Cmnd_Spec.
2013-11-18 Todd C. MillerFix some syntax errors and change how lists are handled.
2013-11-18 Todd C. MillerAllow sudo to compile without variadic macro support...
2013-11-18 Todd C. MillerAdd warning_gettext() wrapper function that changes...
2013-11-17 Todd C. MillerFix some #if vs. #ifdef and remove an extraneous semicolon.
2013-11-17 Todd C. MillerAdd debug_return_const_str and debug_return_const_ptr...
next