summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add check for C99 compliant (v)snprintf function.Todd C. Miller2013-11-197-28/+232
* Include unistd.h in sig2str.c for Tru64 as it defines SIGRTMIN andTodd C. Miller2013-11-193-3/+4
* Add definition of U_ for --disable-nslTodd C. Miller2013-11-193-0/+5
* When merging Defaults entries we need to check the type of theTodd C. Miller2013-11-181-10/+25
* runasgroups not runasgroup in the Cmnd_Spec.Todd C. Miller2013-11-181-1/+1
* Fix some syntax errors and change how lists are handled.Todd C. Miller2013-11-181-10/+16
* Allow sudo to compile without variadic macro support in cpp.Todd C. Miller2013-11-186-19/+41
* Add warning_gettext() wrapper function that changes to the user locale,Todd C. Miller2013-11-1850-492/+445
* Fix some #if vs. #ifdef and remove an extraneous semicolon.Todd C. Miller2013-11-1724-29/+29
* Add debug_return_const_str and debug_return_const_ptr for returningTodd C. Miller2013-11-174-9/+25
* Fixes for building under Tru64; from Daniel Richard G.Todd C. Miller2013-11-176-2/+31
* log_{fatal,warning} now logs to the debug file itself.Todd C. Miller2013-11-161-3/+14
* Add -Wpointer-arith to --enable-warningsTodd C. Miller2013-11-152-2/+2
* Fix more instances of #include directives where the '#' was not inTodd C. Miller2013-11-152-64/+63
* Add support to visudo to export sudoers in JSON format.Todd C. Miller2013-11-157-14/+1053
* Remove unused digest field from struct cmndspec, the digest reallyTodd C. Miller2013-11-131-1/+0
* Regen with autoconf 2.69Todd C. Miller2013-11-132-211/+226
* Rename configure.in -> configure.acTodd C. Miller2013-11-135-6/+6
* From Daniel Richard G. (bug #622)Todd C. Miller2013-11-138-446/+626
* Very old systems (pre XPG 4.2) may not support MSG_WAITALL. TheTodd C. Miller2013-11-121-0/+7
* HP-UX may require _XOPEN_SOURCE_EXTENDED to be defined for MSG_WAITALLTodd C. Miller2013-11-122-13/+29
* Add regress test for bug #623Todd C. Miller2013-11-123-0/+11
* Cope with a comment on the last line of the file with no newline.Todd C. Miller2013-11-122-31/+43
* Include arpa/inet.h for HP-UX; from Daniel Richard G.Todd C. Miller2013-11-121-0/+1
* Add missing $(mansrcdir) to visudo.mdoc and visudo.man.Todd C. Miller2013-11-121-2/+2
* In v{warning,fatal}x?() make a new copy of ap for the debug functions.Todd C. Miller2013-11-111-5/+13
* Remove errant warning_restore_locale() call.Todd C. Miller2013-11-111-1/+0
* Move va_copy compat macro to missing.hTodd C. Miller2013-11-112-4/+11
* Uniquify header dependencies so we don't end up with duplicatesTodd C. Miller2013-11-119-654/+633
* Add getaddrinfo.lo to LTLIBOBJS for systems that need it.Todd C. Miller2013-11-115-1/+15
* Fix pastoTodd C. Miller2013-11-111-1/+1
* Fix typo.Todd C. Miller2013-11-071-1/+1
* regenTodd C. Miller2013-11-042-6/+8
* Fix warnings from -Wold-style-definitionTodd C. Miller2013-11-044-94/+42
* Add -Wold-style-definition to --enable-warningsTodd C. Miller2013-11-042-2/+2
* Extra debugging for ready fds.Todd C. Miller2013-11-041-0/+3
* When deleting an event, check ev->events to determine whether toTodd C. Miller2013-11-041-4/+15
* Only check an fd that is >= 0. Timeout-only events may have aTodd C. Miller2013-11-021-10/+12
* Don't call sudo_ev_{add,del}_impl() for timeout-only events. ThisTodd C. Miller2013-11-011-4/+8
* Make a copy of readfds/writefds before calling select() insteadTodd C. Miller2013-10-313-40/+57
* Add Stephen GelmanTodd C. Miller2013-10-301-0/+1
* Fix sign comparison warning.Todd C. Miller2013-10-302-15/+25
* Fix potential NULL dereference in non-interactive mode.Todd C. Miller2013-10-301-5/+4
* Use MSG_WAITALL when receiving struct command_status over the UnixTodd C. Miller2013-10-292-2/+2
* SIGKILL is not catchableTodd C. Miller2013-10-291-2/+1
* Add sudo_ev_get_timeleft() to get the amount of time left beforeTodd C. Miller2013-10-293-12/+28
* If the user presses <return> or <enter> in sudoreplay, skip to theTodd C. Miller2013-10-284-6/+20
* Fix sudo_ev_scan_impl() return value in event_poll.c.Todd C. Miller2013-10-283-10/+15
* Move session replay into its own function.Todd C. Miller2013-10-281-31/+52
* Get rid of cur and pending pointers in struct sudo_event_base. WeTodd C. Miller2013-10-284-50/+54