2014-11-11 |
Todd C. Miller | Do not call sudo_warnx() on invalid value from the... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | No need to keep specifying ".Nm foo" since the Nm macro... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Add sudo.conf to SEE ALSO and rename section on sudo... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Mention sudo.conf use for debugging |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Document sudo.conf usage now that visudo will parse... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Use sudoers.so args from sudo.conf to set sudoers_file... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | Use sudoers_file, sudoers_uid, sudoers_gid, and sudoers... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | Use SSP_LDFLAGS when creating shared objects. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | We only build .lo (not .o) files for libsudo_util |
commit | commitdiff | tree | snapshot |
2014-11-06 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Todd C. Miller | Make sure that SIGCHLD is not treated as a user-generat... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Todd C. Miller | Update to libtool 2.4.3 + HP-UX patches |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Todd C. Miller | Use arc4random() for mkstemp/mkdtemp if available.... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Todd C. Miller | If a system lacks mkdtemp() or mkstemps(), use our... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Todd C. Miller | Use a static buffer for sudo_debug_execve2() if possible. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Todd C. Miller | Mark the putenv(), setenv() and unsetenv() symbols... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Todd C. Miller | Fix install-nls target from builddir. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Todd C. Miller | Fix dependency on sudo.pp, it needs to relative to... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Todd C. Miller | Adapt to new debug subsystem registration. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Todd C. Miller | Add missing zlib.exp file and common LT_LDFLAGS Makefil... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Fix path settings broken in rev 9731. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Adjust regress test now that boolean settings display... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Add sudoers_debug_deregister() and use it instead of... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Use AC_PROG_AWK |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Mention shared zlib. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Add lib/zlib/zlib.exp |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Add support for installing a shared zlib |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | fix comment typo |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Newer zlib uses HAVE_HIDDEN to turn on symbol hiding... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Todd C. Miller | Version the symbols for sudo_debug.c now that the API... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Todd C. Miller | Go back to parsing sudo.conf in place for settings... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Todd C. Miller | Add a flag argument to sudo_conf_read() so we can decid... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Include stdio.h after zlib.h, not before. We need... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Update zlib to version 1.2.8 |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Don't add -Wold-style-definition to CFLAGS as it causes... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Free up plugin info structs after converting to plugin... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Move sample.* files to a sudo examples dir |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Fix a packaging problem with the sudoedit man page... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Initialize the debug subsystem in sudoers early. Curre... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | No need to convert sudoedit -> sudo in sudo_debug_get_i... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | In the plugin registers with the debug framework at... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Todd C. Miller | Remove duplicate -U__NBBY in CPPCHECK_OPTS |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Older shells don't support unset. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Fix inet_ntop() replacement on older systems without it. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Dynamically allocate debug_fds bitmap and realloc as... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Use generic bitmap macros instead of select-style fd_set. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Replace sudo_debug_num_instances with sudo_debug_max_in... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Don't call into the debug subsystem after we've deregis... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Only fill in subsystem_ids[] for the instance if the... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Link with -ldl if needed when built with --disable... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Fix includes order. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Remove extra newline mistakenly introduced in rev 9682. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Fix typo in unset. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Set debug instance for standalone programs. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Fix compilation issues, fallout from the debug changes. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Sudo 1.8.12 |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | Update with debug system changes and revent bug fixes. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | When registering with the debug subsystem, the caller... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Todd C. Miller | sudoers_debug_instance is now included in libparsesudoe... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | The sudoers plugin now defines its own list of debuggin... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | Add support for multiple Debug lines per program. ... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | Change how sudo.conf is parsed. We now do a quick... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | Pass plugin path in the settings array. |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | Return settings from parse_args as struct sudo_settings... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Todd C. Miller | Remove an unneeded NULL check to quiet a cppcheck warning. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Todd C. Miller | Set locale to C for visudo and testsudoers regression... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Todd C. Miller | Fix logic bug. We only want to return -1 from linux_au... |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Todd C. Miller | Add back fix for Bug #663 |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Todd C. Miller | The older style bash function exporting is not used... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Todd C. Miller | Apple uses a different variant of the BASH_FUNC prefix... |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Todd C. Miller | Remove change that is part of 1.8.12 not 1.8.11p1 |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Todd C. Miller | Update for sudo 1.8.11p1 |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Todd C. Miller | Only check stdin for the tty and avoid the check entire... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Todd C. Miller | Make a copy of ap in sudo_debug_vprintf2() in case... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Todd C. Miller | Avoid comparing new cwd with old one if getcwd() failed. |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Todd C. Miller | Fix debugging printout output for env_should_keep() |
commit | commitdiff | tree | snapshot |
2014-10-06 |
Todd C. Miller | Use INSTALL_OWNER instead of -O/-G flags so we can... |
commit | commitdiff | tree | snapshot |
2014-10-06 |
Todd C. Miller | Move sudo_printf to policy.c to match sudo_conv. |
commit | commitdiff | tree | snapshot |
2014-10-05 |
Todd C. Miller | Add sudo_warn_set_conversation() to specify a conversat... |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Todd C. Miller | Use correct names when referring to subsections in... |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Todd C. Miller | Use inet_ntop() instead of inet_ntoa() and include... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Fix detection of functions in network libs like -lsocke... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Mention --disable-shared-libutil fix. |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Always use --tag=disable-static to avoid installing... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Instead of building libutil statically for --disable... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Remove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Todd C. Miller | Include sys/types.h to get gid_t, etc used in sudo_comp... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Todd C. Miller | Fix cust & pasto in error message when there is a misma... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Todd C. Miller | Add BASH_FUNC_* to environment blacklist for newer... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Pull additional password prompts out of mkpkg instead... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Add post-1.8.11 changes |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Add a space after "Password:" in default password promp... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Simplify how we count the password tries |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Block SIGINT and SIGQUIT while verifying passwords... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Remove Convex support; it is not modern enough to run... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | Only check for -lshadow if we haven't already found... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Todd C. Miller | If all authentication methods fail init/setup, fail... |
commit | commitdiff | tree | snapshot |
next |