2013-12-24 |
Todd C. Miller | Fix install-plugin when sudoers is compiled statically. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Todd C. Miller | Add support for preventing fds from getting clobbered... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Todd C. Miller | Need to include limits.h here too. |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | No need to use __signed. |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | Need limits.h here too. |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | Still need limits.h here. |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | Go back to using /proc/self/fd instead of /proc/$$... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Todd C. Miller | Use a switch to map digest type to name instead of... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Use /dev/fd in closefrom() on FreeBSD < 8.0 and Mac... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Remove _MAX and _MIN compat; we rely on missing.h for... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Remove _MAX and _MIN defines that any system from the... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Change visudo -x to take a file name argument, which... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Move symbol extern defs into sudoers.h |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Todd C. Miller | Add missing sudo_util.h |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Todd C. Miller | Warn if the time stamp in the I/O log file does not... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Todd C. Miller | Rename libcommon libsudo_util |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Todd C. Miller | Move prototypes for functions provided by libcommon... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Todd C. Miller | Now that we have proper number parsing functions we... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Todd C. Miller | Don't use int where we really mean enum def_tuple.... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Todd C. Miller | Regen after string parsing changes. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Todd C. Miller | The OpenBSD strtonum() uses very short error strings... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Todd C. Miller | Add atomode() function for parsing a file mode. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Todd C. Miller | Use strtonum() instead of atoi(), strtol() or strtoul... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Todd C. Miller | Add strtonum.c to compat for simpler number parsing. |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Todd C. Miller | Fix a warning on Solaris, we need to use debug_return_c... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Todd C. Miller | check_symbols needs to link with SUDO_LIBS in order... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Todd C. Miller | add missing comma |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Todd C. Miller | Make -c option description more accurate. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Todd C. Miller | When checking whether a user may change the login class... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Todd C. Miller | Use atoid() when parsing user/group IDs and print them... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Todd C. Miller | Correctly parse 64-bit times in I/O log files. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Todd C. Miller | Use atoid() not atoi() when parsing uids/gids. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Todd C. Miller | Better match debugging. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Todd C. Miller | Document that plugins can be compiled statically into... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | sudo_sss_filter_user_netgroup(): fix comment typos... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | When filtering netgroups, use the passwd struct stashed... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | RHEL 6 and above builds sudo with SSSD support |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Avoid passing NULL domainname to sudo_debug_printf(). |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Document sssd debug subsystem. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Document "event" debug subsystem. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Use atoid() instead of atoi() when parsing uids/gids... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Add user netgroup filtering for SSSD. Previously,... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Todd C. Miller | Fix several issues found by the clang static analyzer... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Todd C. Miller | Mention how to dump sudoers info from LDAP. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Todd C. Miller | On Solaris, disabling the proc_exec privilege appears... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Todd C. Miller | Instead of setprogname(), add initprogname() which... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Todd C. Miller | Ignore EOVERFLOW from pstat_getproc(). The HP-UX kerne... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Todd C. Miller | Add missing newline in help message after export option. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Todd C. Miller | Do not add LIBDL to SUDO_LIBS or SUDOERS_LIBS in config... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Todd C. Miller | Do not rely on NULL being defined for getaddrinfo(... |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Todd C. Miller | Regen for sudo 1.8.9b1 |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Todd C. Miller | Add wrapper functions for dlopen() et al so that we... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Todd C. Miller | Handle non-unix groups correctly. Get rid of runasuser... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Todd C. Miller | Simplify Defaults list option object. The name and... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Todd C. Miller | Back out unintended change. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Todd C. Miller | Add dedicated test for getaddrinfo(). Tru64 UNIX conta... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Todd C. Miller | Define RTLD_GLOBAL for older systems without it. Bug... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Todd C. Miller | Rename snprintf replacement rpl_snprintf since we may... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Todd C. Miller | libcommon tests need locale_stub.lo to link. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Todd C. Miller | Add check for C99 compliant (v)snprintf function. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Todd C. Miller | Include unistd.h in sig2str.c for Tru64 as it defines... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Todd C. Miller | Add definition of U_ for --disable-nsl |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Todd C. Miller | When merging Defaults entries we need to check the... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Todd C. Miller | runasgroups not runasgroup in the Cmnd_Spec. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Todd C. Miller | Fix some syntax errors and change how lists are handled. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Todd C. Miller | Allow sudo to compile without variadic macro support... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Todd C. Miller | Add warning_gettext() wrapper function that changes... |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Todd C. Miller | Fix some #if vs. #ifdef and remove an extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Todd C. Miller | Add debug_return_const_str and debug_return_const_ptr... |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Todd C. Miller | Fixes for building under Tru64; from Daniel Richard G. |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Todd C. Miller | log_{fatal,warning} now logs to the debug file itself. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Todd C. Miller | Add -Wpointer-arith to --enable-warnings |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Todd C. Miller | Fix more instances of #include directives where the... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Todd C. Miller | Add support to visudo to export sudoers in JSON format. |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Todd C. Miller | Remove unused digest field from struct cmndspec, the... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Todd C. Miller | Regen with autoconf 2.69 |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Todd C. Miller | Rename configure.in -> configure.ac |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Todd C. Miller | From Daniel Richard G. (bug #622) |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | Very old systems (pre XPG 4.2) may not support MSG_WAIT... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | HP-UX may require _XOPEN_SOURCE_EXTENDED to be defined... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | Add regress test for bug #623 |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | Cope with a comment on the last line of the file with... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | Include arpa/inet.h for HP-UX; from Daniel Richard G. |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Todd C. Miller | Add missing $(mansrcdir) to visudo.mdoc and visudo... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | In v{warning,fatal}x?() make a new copy of ap for the... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | Remove errant warning_restore_locale() call. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | Move va_copy compat macro to missing.h |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | Uniquify header dependencies so we don't end up with... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | Add getaddrinfo.lo to LTLIBOBJS for systems that need it. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Todd C. Miller | Fix pasto |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Todd C. Miller | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Todd C. Miller | Fix warnings from -Wold-style-definition |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Todd C. Miller | Add -Wold-style-definition to --enable-warnings |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Todd C. Miller | Extra debugging for ready fds. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Todd C. Miller | When deleting an event, check ev->events to determine... |
commit | commitdiff | tree | snapshot |
next |