2012-04-05 |
Todd C. Miller | Always pass __func__, __FILE__ and __LINE__ in sudo_deb... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Todd C. Miller | Make this compile after last change. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Todd C. Miller | Don't try to restore the terminal if we are not the... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Todd C. Miller | If select() return EBADF in the main event loop, one... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Todd C. Miller | Log warning() at SUDO_DEBUG_WARN not SUDO_DEBUG_ERROR. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Todd C. Miller | Add SUDO_DEBUG_ERRNO flag to debug functions so we... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Update for sudo 1.8.5 |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Use ecalloc() |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Don't need zero_bytes() after ecalloc() |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Add execvpe(), exect(), posix_spawn() and posix_spawnp... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Fix compat setutxent and endutxent macros for systems... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Todd C. Miller | Add ignore_result definition to AH_BOTTOM |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Todd C. Miller | Fix compiler warnings on some platforms and provide... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Todd C. Miller | Fix building the builtin zlib from a build dir. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Todd C. Miller | Update zlib to version 1.2.6 |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | g/c __unused which is no longer used |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Fix compilation if RTLD_NEXT is not defined. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Ignore Project-Id-Version when comparing pot files. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Use error() instead of log_fatal() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Fix signedness of didvar in env_update_didvar() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Quiet a compiler warning on some platforms. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | cast ctype(3) function/macro arguments from char to... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Quiet a warning on systems where the gids array in... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Quiet a compiler warning on systems where the argument... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Undo an incorrect int -> bool conversion. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | Add Swedish sudo and sudoers translations from translat... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Todd C. Miller | No need to preserve ODMDIR on AIX now that we always... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | When initializing the environment for env_reset, start... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | If we are not running with an effective uid of 0, try... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | Quiet a clang-analyzer false positive. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | If there is nothing to read from the askpass program... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | Fetch the value of "askpass" from the sudo conf struct. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Todd C. Miller | Fix matching of "Path askpass" and "Path noexec" |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Todd C. Miller | Quiet a clang-analyzer dead store warning. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Todd C. Miller | If the "timestampowner" user cannot be resolved, use... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Todd C. Miller | Remove the NO_EXIT flag to log_error() and add a log_fa... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Todd C. Miller | Use ecalloc() when allocating structs. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Todd C. Miller | Add ecalloc() and commented out recalloc(). |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Todd C. Miller | Remove unused label |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Todd C. Miller | Document what changed in each plugin API revision |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Todd C. Miller | Remove bogus optimization that could lead to a double... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Expand AIX /etc/security/privcmds entry. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Update for sudo 1.8.5 |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Rename plugin "args" to "options" |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Add Lithuanian and Vietnamese translators |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Ignore comments when comparing new and old pot files. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Pass a pointer to user_env in to the init_session polic... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Add explicit NULL entries for init_session, register_ho... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Quiet a gcc "used uninitialized in this function" false... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | We should always call warning() with a format string... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Include sudo_exec.h for the sudo_execve() prototype. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Add check for pam_getenvlist() |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Set args to NULL in default plugin info struct when... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Bump version to 1.8.5 |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Document hooks API |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | Make sudoersdir relative to PKG_INSTALL_ROOT for Solaris. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | Use sudo_hook_fn_t in struct sudo_hook. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | If cross compiling, --host must include the OS in the... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix bogus int -> bool conversion; tags can have a value... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Add env_should_keep() and env_should_delete() wrapper... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix application of debian-specific sudoers mods when... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | matches_env_check() returns int, not boolean |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix compilation when seteuid() is not available. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Simply move the free of ki_proc outside the realloc... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Bring back the erealloc() for the ENOMEM loop and just... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Don't try to erealloc() a potentially freed pointer... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Todd C. Miller | Use normal error path if unable to set sudoers gid. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Todd C. Miller | Make this work again on systems w/o seteuid(). |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Fix compilation if no seteuid/setreuid/setresuid available. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Better error messages, and added debugging throughout. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Fix format string warning on Solaris with gcc 3.4.3. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Always declare environ now that we swap it around unila... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Honor LDFLAGS when linking sesh; from Vita Cizek |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Include alloc.h for estrdup() prototype; from Vita... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Don't read /etc/environment on Linux when using PAM... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Fix editor goof. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Disable environment hooks after we get user_env back... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Add support for deregistering hooks. If an I/O log... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Todd C. Miller | Move LOGIN_PATH and LOGIN_SETENV handling to plugin... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Todd C. Miller | Initial cut at a hooks implementation. The plugin... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Todd C. Miller | Add Vietnamese sudo translation from translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Todd C. Miller | List sudo_noexec.so not noexec.so in the sample sudo... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Todd C. Miller | Add support for plugin args at the end of a Plugin... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | update depends |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | secure_path.c is in common, not compat |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | Add check for variadic macro support in cpp. |
commit | commitdiff | tree | snapshot |
next |