]> granicus.if.org Git - sudo/shortlog
sudo
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...
2013-11-02 Todd C. MillerOnly check an fd that is >= 0. Timeout-only events...
2013-11-01 Todd C. MillerDon't call sudo_ev_{add,del}_impl() for timeout-only...
2013-10-31 Todd C. MillerMake a copy of readfds/writefds before calling select...
2013-10-30 Todd C. MillerAdd Stephen Gelman
2013-10-30 Todd C. MillerFix sign comparison warning.
2013-10-30 Todd C. MillerFix potential NULL dereference in non-interactive mode.
2013-10-29 Todd C. MillerUse MSG_WAITALL when receiving struct command_status...
2013-10-29 Todd C. MillerSIGKILL is not catchable
2013-10-29 Todd C. MillerAdd sudo_ev_get_timeleft() to get the amount of time...
2013-10-28 Todd C. MillerIf the user presses <return> or <enter> in sudoreplay...
2013-10-28 Todd C. MillerFix sudo_ev_scan_impl() return value in event_poll.c.
2013-10-28 Todd C. MillerMove session replay into its own function.
2013-10-28 Todd C. MillerGet rid of cur and pending pointers in struct sudo_even...
2013-10-28 Todd C. Millerrename sudo_ev_loop_impl() -> sudo_ev_scan_impl()
2013-10-28 Todd C. MillerAdd support for libevent-style timed events. Adding...
2013-10-26 Todd C. MillerNow that sudo_ev_base_free() removes all events before...
2013-10-26 Todd C. MillerAdd a list of active events in the base that the back...
2013-10-26 Todd C. MillerRemove any existing events before freeing the event...
2013-10-25 Todd C. Millermon_handler() should be static
2013-10-24 Todd C. MillerIf user specified start_tls and ldaps, display a warnin...
2013-10-24 Todd C. MillerAdd missing else when the connection from the monitor...
2013-10-24 Todd C. MillerWhen flushing output we don't care whether we are the...
2013-10-24 Todd C. MillerShould not attempt start_tls on an ldaps connection.
2013-10-23 Todd C. MillerFix sign compare warning.
2013-10-23 Todd C. MillerEliminate warning about circular dependency from GNU...
2013-10-23 Todd C. MillerMore sign compare fixes. On Solaris id_t is signed...
2013-10-23 Todd C. MillerQuiet sign comparision warnings.
2013-10-23 Todd C. MillerAdd -Wsign-compare to --enable-warnings
2013-10-23 Todd C. MillerIgnore SIGPIPE when connecting to the LDAP server so...
2013-10-23 Todd C. MillerQuiet compiler warnings.
2013-10-22 Todd C. Millersudo_ldap_parse_uri() should join multiple URIs in...
2013-10-22 Todd C. MillerAvoid a double free introduced when plugging a memory...
2013-10-22 Todd C. MillerQuiet some llvm check false positives. The common...
2013-10-22 Todd C. MillerIf pam_open_session() fails don't call pam_getenvlist...
2013-10-22 Todd C. MillerFix newly introduced use after frees found by llvm...
2013-10-22 Todd C. MillerRemove an errant list_next() call that should have...
2013-10-22 Todd C. MillerAdd "headless" tail queues and use them in place of...
2013-10-22 Todd C. MillerUse SLIST and STAILQ macros instead of doing headless...
2013-10-22 Todd C. MillerConvert sudo to use BSD TAILQ macros instead of home...
2013-10-21 Todd C. MillerFix AND operator broken by changes to fix OR.
2013-10-19 Todd C. MillerFix OR operator.
2013-10-18 Todd C. MillerFix memory leak of I/O buffer events in safe_close().
2013-10-16 Todd C. MillerDon't allow the debug subsystem to be initialized twice.
2013-10-16 Todd C. MillerMake sure we do not try to usie index -1 in base->pfds[].
2013-10-14 Todd C. MillerBump version to 1.8.9
2013-10-12 Todd C. MillerConvert the monitor process to the event subsystem.
2013-10-12 Todd C. MillerConvert the main sudo event loop to use the event subsy...
2013-10-12 Todd C. MillerSimple event subsystem that uses poll() or select(...
2013-10-12 Todd C. MillerUse SOCK_STREAM for socketpair, not SOCK_DGRAM so we...
2013-10-06 Todd C. MillerFix removal of trailing newlines in a debug message.
2013-10-04 Todd C. MillerWhen checking for unused Runas_Aliases, count those...
2013-09-30 Todd C. MillerInclude stddef.h for rsize_t and errno_t on systems...
2013-09-29 Todd C. MillerFix braino.
2013-09-29 Todd C. MillerRebuild message catalog files.
2013-09-29 Todd C. MillerRebuild message catalog files.
2013-09-29 Todd C. MillerCzech translation for sudo from translationproject...
2013-09-18 Todd C. MillerSync with translationproject.org
next