2014-08-26 |
Todd C. Miller | Mention I/O plugin changes. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Todd C. Miller | Change behavior when plugin I/O logging function return... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Todd C. Miller | regen to fix version. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Todd C. Miller | Add trivial dirty word check to the sample output loggi... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Todd C. Miller | Update for 1.8.11b2 |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Todd C. Miller | Fix restoration of effective uid/gid in command_details. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Todd C. Miller | Set runas egid to the same value as runas gid if egid... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Todd C. Miller | Don't leak temp fd in sudo_edit_copy_tfiles(). |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Todd C. Miller | We write an unsigned char, not an int, to the signal... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Todd C. Miller | Sprinkle some debugging around uid/gid setting in sudoedit. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Todd C. Miller | Make sudoedit work with SELinux RBAC. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Todd C. Miller | Refactor code that copies temp files into separate... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Todd C. Miller | Fix typo, .em should be .Em |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Todd C. Miller | Add missing call to initprogname(). |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Todd C. Miller | Don't recurse infinitely until we blow the stack when... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Todd C. Miller | Only use the first two digits of the version number. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Todd C. Miller | Fix return value when kernel has no audit support. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Todd C. Miller | remove unused label |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Todd C. Miller | Update to automake 1.14 (no code changes). |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Todd C. Miller | Document the interaction between sudoers environment... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Todd C. Miller | Don't allow pam_env to overwrite existing variables... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Todd C. Miller | Update year range to include 2014 |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Remove regress .err files in distclean target. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Remove generated files for linker as part of distclean. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Ignore .out and .err files in lib/util regress |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Add additional 1.8.11 changes and fix typos. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Avoid building/running the check_symbols test program... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Remove two instances of -no-fast-install that were... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Todd C. Miller | Add --disable-shared-libutil configure option. It... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Todd C. Miller | Remove noop man.sed files |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Todd C. Miller | Fix "sudo -C" when we have internal fds to preserve... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Todd C. Miller | Add explicit support for matching the full environment... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Todd C. Miller | Ignore lib/util/util.exp |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Todd C. Miller | Fix exporting of asprintf/vasprintf symbols. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Todd C. Miller | Don't export getaddrinfo symbols if we found the functi... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Todd C. Miller | It is now sudo_efree() not efree(). |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Todd C. Miller | Regen .pot files |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Todd C. Miller | Plug memory leak, even though we are headed for exit. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Todd C. Miller | If getaddrinfo() is missing libsudoutil may need to... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Todd C. Miller | Only include functions in util.exp that are actually... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Todd C. Miller | Make sure shadow libs don't end up in LIBS, only SUDOER... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Todd C. Miller | No need to AC_SUBST HAVE_BSM_AUDIT and HAVE_SOLARIS_AUDIT |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Todd C. Miller | Attempt to handle systems with SA_SIGINFO but that... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Todd C. Miller | Replace use of HAVE_GETCWD with PREFER_PORTABLE_GETCWD. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Todd C. Miller | Add check for inet_ntoa() since it may live in libnsl. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Todd C. Miller | Avoid mixing declarations and code for non-C99 compilers. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Todd C. Miller | For C89, use "const char __func__[]" instead of "const... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Todd C. Miller | Fix compilation on systems w/o netgroups. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Todd C. Miller | Back out old workaround for sudoedit hang when debuggin... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Todd C. Miller | Don't memcpy() the preserved_fds TAILQ as the pointers... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | The default policy close function should only print... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | If there the preserved fds list is empty, add a new... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Remove support for getting program name via /proc as... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Use shlib_enable instead of soext when determining... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Avoid potential division by zero |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Don't link progname test with libsudo_util, just link... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Remove pstat_getproc() path as pst_ucomm on HP-UX will... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Add test for getprogname() and symbolic links; bug 654 |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Todd C. Miller | Document tracing |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Todd C. Miller | sudo_term_{erase,kill} are regular symbols not functions. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Fix NULL deref if base64_decode returns -1. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Rename missing.h -> sudo_compat.h |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Merge secure_path.h -> sudo_util.h |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Version the functions in libsudo_util |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename gettext.h -> sudo_gettext.h |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename fatal.h -> sudo_fatal.h |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename queue.h -> sudo_queue.h to avoid collisions... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Conver sudo_debug_write() to a macro |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Todd C. Miller | Fix man page post-processing; it was deleting more... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Remove double $(srcdir) when running sed scripts. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | "an EXEC tag" not "a EXEC tag" |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Document that I/O logging is not enabled by default. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Document that exec_background is off by default. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Error out if sesh is run as a login shell but the shell... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Move mksiglist.h and mksigname.h to lib/util where... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Avoid passing -no-fast-install to libtool as this resul... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Fix syntax error with some shells. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Force libtool to use runtime linking on AIX so that... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Be sure to NUL-terminate the decoded secret when conver... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Fix a pointer signednes warning calling base64_decode(). |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Use sudo_strtoid() now that it is located in the same... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Skip leading space (ala strtol) so that we can pick... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | For sudoedit, audit the actual editor being run, not... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Audit failed user role changes. RedHat bz #665131 |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Avoid running check_symbols for static sudoers |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Adapt to unused alias changes. |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | An unused alias is not really an error, even in strict... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | When running a login shell via sesh, make new argv... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | The RHEL sudo package allows users in group wheel to... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | Avoid packaging parent directories when they are system... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | Fix typo: sudo.d -> sudoers.d. From RedHat bz #726634 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | RHEL 6 and above use /etc/sudo-ldap.conf not /etc/ldap... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | For rpm, do not specify a mode in %attr for symbolic... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | efree -> sudo_efree for consistency |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | Add support for base64 secrets in ldap.conf and ldap... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Todd C. Miller | Don't use the HP compiler in preference to gcc. Some... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Todd C. Miller | Remove @SOEXT@ and @SHLIB_EXT@ now that we use libtool... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Todd C. Miller | Make dynamic shared objects non-writable on HP-UX.... |
commit | commitdiff | tree | snapshot |
next |