]> granicus.if.org Git - sudo/shortlog
sudo
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...
2013-11-17 Todd C. MillerFixes for building under Tru64; from Daniel Richard G.
2013-11-16 Todd C. Millerlog_{fatal,warning} now logs to the debug file itself.
2013-11-15 Todd C. MillerAdd -Wpointer-arith to --enable-warnings
2013-11-15 Todd C. MillerFix more instances of #include directives where the...
2013-11-15 Todd C. MillerAdd support to visudo to export sudoers in JSON format.
2013-11-13 Todd C. MillerRemove unused digest field from struct cmndspec, the...
2013-11-13 Todd C. MillerRegen with autoconf 2.69
2013-11-13 Todd C. MillerRename configure.in -> configure.ac
2013-11-13 Todd C. MillerFrom Daniel Richard G. (bug #622)
2013-11-12 Todd C. MillerVery old systems (pre XPG 4.2) may not support MSG_WAIT...
2013-11-12 Todd C. MillerHP-UX may require _XOPEN_SOURCE_EXTENDED to be defined...
2013-11-12 Todd C. MillerAdd regress test for bug #623
2013-11-12 Todd C. MillerCope with a comment on the last line of the file with...
2013-11-12 Todd C. MillerInclude arpa/inet.h for HP-UX; from Daniel Richard G.
2013-11-12 Todd C. MillerAdd missing $(mansrcdir) to visudo.mdoc and visudo...
2013-11-11 Todd C. MillerIn v{warning,fatal}x?() make a new copy of ap for the...
2013-11-11 Todd C. MillerRemove errant warning_restore_locale() call.
2013-11-11 Todd C. MillerMove va_copy compat macro to missing.h
2013-11-11 Todd C. MillerUniquify header dependencies so we don't end up with...
2013-11-11 Todd C. MillerAdd getaddrinfo.lo to LTLIBOBJS for systems that need it.
2013-11-11 Todd C. MillerFix pasto
2013-11-07 Todd C. MillerFix typo.
2013-11-04 Todd C. Millerregen
2013-11-04 Todd C. MillerFix warnings from -Wold-style-definition
2013-11-04 Todd C. MillerAdd -Wold-style-definition to --enable-warnings
2013-11-04 Todd C. MillerExtra debugging for ready fds.
2013-11-04 Todd C. MillerWhen deleting an event, check ev->events to determine...
next