]> granicus.if.org Git - sudo/shortlog
sudo
2015-01-21 Todd C. MillerFix typo.
2015-01-21 Todd C. MillerUse "mandoc -Tascii" to generate .cat pages to avoid...
2015-01-19 Todd C. MillerUse AC_PATH_PROG to find programs instead of checking...
2015-01-16 Todd C. MillerSync with OpenBSD version
2015-01-16 Todd C. MillerUse AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE where
2015-01-16 Todd C. MillerAvoid inadvertantly defining things like PATH_MAX simpl...
2015-01-15 Todd C. MillerUpdate to libtool 2.4.4 + HP-UX patches
2015-01-14 Todd C. MillerDocument why we need sys/param.h.
2015-01-14 Todd C. MillerDon't need sys/param.h.
2015-01-14 Todd C. MillerDon't appear to need sys/param.h for pstat_getproc...
2015-01-14 Todd C. MillerShould not need sys/param.h here.
2014-12-31 Todd C. MillerUse standard CIDR -> netmask conversion and disallow...
2014-12-24 Todd C. MillerUpdate link to gq LDAP editor, now on sourceforge.
2014-12-17 Todd C. MillerAdd support for GLOB_LIMIT from OpenBSD (not currently...
2014-12-16 Todd C. MillerQuiet compiler sign compare warning.
2014-12-10 Todd C. Millerfnmatch fix
2014-12-10 Todd C. MillerRemove artificial limit on length of pattern and string...
2014-12-05 Todd C. MillerRemove the extra /sudo in sudo.ws urls
2014-11-27 Todd C. MillerReference bugzilla.sudo.ws
2014-11-20 Todd C. Millersync
2014-11-20 Todd C. MillerRequire that a digest be specified with a real command...
2014-11-19 Todd C. Millersync
2014-11-19 Todd C. MillerFrench translation for sudoers from translationproject...
2014-11-18 Todd C. MillerDefer registration of the SIGCHLD handler until just...
2014-11-17 Todd C. MillerMention sssd support in the sudoers.ldap manual and...
2014-11-16 Todd C. MillerReorder an entry.
2014-11-15 Todd C. MillerPrevent cppcheck from getting confused by our compat...
2014-11-14 Todd C. MillerFix potential NULL pointer deref found by cppcheck.
2014-11-14 Todd C. MillerQuiet a cppcheck false positive.
2014-11-14 Todd C. MillerIf there are multiple outputs, ap will be re-used so...
2014-11-14 Todd C. MillerFix typo in hook return value check.
2014-11-14 Todd C. MillerMention visudo use of sudoers plugin args to set defaul...
2014-11-14 Todd C. MillerMention fix for bug #678
2014-11-10 Todd C. MillerSync with translationproject.org
2014-11-13 Todd C. MillerIn set_fqdn() we neeed to set user_runhost/user_srunhos...
2014-11-11 Todd C. MillerDo not call sudo_warnx() on invalid value from the...
2014-11-11 Todd C. MillerNo need to keep specifying ".Nm foo" since the Nm macro...
2014-11-11 Todd C. MillerAdd sudo.conf to SEE ALSO and rename section on sudo...
2014-11-11 Todd C. MillerMention sudo.conf use for debugging
2014-11-11 Todd C. Millerregen
2014-11-11 Todd C. MillerDocument sudo.conf usage now that visudo will parse...
2014-11-11 Todd C. MillerUse sudoers.so args from sudo.conf to set sudoers_file...
2014-11-10 Todd C. MillerUse sudoers_file, sudoers_uid, sudoers_gid, and sudoers...
2014-11-10 Todd C. MillerUse SSP_LDFLAGS when creating shared objects.
2014-11-10 Todd C. MillerWe only build .lo (not .o) files for libsudo_util
2014-11-06 Todd C. Millersync
2014-11-04 Todd C. MillerMake sure that SIGCHLD is not treated as a user-generat...
2014-10-30 Todd C. MillerUpdate to libtool 2.4.3 + HP-UX patches
2014-10-31 Todd C. MillerUse arc4random() for mkstemp/mkdtemp if available....
2014-10-29 Todd C. MillerIf a system lacks mkdtemp() or mkstemps(), use our...
2014-10-31 Todd C. MillerUse a static buffer for sudo_debug_execve2() if possible.
2014-10-29 Todd C. MillerMark the putenv(), setenv() and unsetenv() symbols...
2014-10-28 Todd C. MillerFix install-nls target from builddir.
2014-10-28 Todd C. MillerFix dependency on sudo.pp, it needs to relative to...
2014-10-28 Todd C. MillerAdapt to new debug subsystem registration.
2014-10-28 Todd C. MillerAdd missing zlib.exp file and common LT_LDFLAGS Makefil...
2014-10-27 Todd C. MillerFix path settings broken in rev 9731.
2014-10-27 Todd C. MillerAdjust regress test now that boolean settings display...
2014-10-27 Todd C. MillerAdd sudoers_debug_deregister() and use it instead of...
2014-10-27 Todd C. MillerUse AC_PROG_AWK
2014-10-27 Todd C. MillerMention shared zlib.
2014-10-27 Todd C. MillerAdd lib/zlib/zlib.exp
2014-10-27 Todd C. MillerAdd support for installing a shared zlib
2014-10-27 Todd C. Millerfix comment typo
2014-10-27 Todd C. MillerNewer zlib uses HAVE_HIDDEN to turn on symbol hiding...
2014-10-27 Todd C. Millerregen
2014-10-27 Todd C. MillerVersion the symbols for sudo_debug.c now that the API...
2014-10-26 Todd C. MillerGo back to parsing sudo.conf in place for settings...
2014-10-26 Todd C. MillerAdd a flag argument to sudo_conf_read() so we can decid...
2014-10-24 Todd C. MillerInclude stdio.h after zlib.h, not before. We need...
2014-10-24 Todd C. MillerUpdate zlib to version 1.2.8
2014-10-24 Todd C. MillerDon't add -Wold-style-definition to CFLAGS as it causes...
2014-10-24 Todd C. MillerFree up plugin info structs after converting to plugin...
2014-10-24 Todd C. MillerMove sample.* files to a sudo examples dir
2014-10-24 Todd C. MillerFix a packaging problem with the sudoedit man page...
2014-10-24 Todd C. MillerInitialize the debug subsystem in sudoers early. Curre...
2014-10-24 Todd C. MillerNo need to convert sudoedit -> sudo in sudo_debug_get_i...
2014-10-24 Todd C. MillerIn the plugin registers with the debug framework at...
2014-10-24 Todd C. MillerRemove duplicate -U__NBBY in CPPCHECK_OPTS
2014-10-23 Todd C. MillerOlder shells don't support unset.
2014-10-23 Todd C. MillerFix inet_ntop() replacement on older systems without it.
2014-10-23 Todd C. MillerDynamically allocate debug_fds bitmap and realloc as...
2014-10-23 Todd C. MillerUse generic bitmap macros instead of select-style fd_set.
2014-10-23 Todd C. MillerReplace sudo_debug_num_instances with sudo_debug_max_in...
2014-10-23 Todd C. MillerDon't call into the debug subsystem after we've deregis...
2014-10-23 Todd C. MillerOnly fill in subsystem_ids[] for the instance if the...
2014-10-23 Todd C. MillerLink with -ldl if needed when built with --disable...
2014-10-23 Todd C. MillerFix includes order.
2014-10-23 Todd C. MillerRemove extra newline mistakenly introduced in rev 9682.
2014-10-23 Todd C. MillerFix typo in unset.
2014-10-23 Todd C. MillerSet debug instance for standalone programs.
2014-10-23 Todd C. MillerFix compilation issues, fallout from the debug changes.
2014-10-23 Todd C. Millerregen
2014-10-23 Todd C. MillerSudo 1.8.12
2014-10-23 Todd C. MillerUpdate with debug system changes and revent bug fixes.
2014-10-23 Todd C. MillerWhen registering with the debug subsystem, the caller...
2014-10-23 Todd C. Millersudoers_debug_instance is now included in libparsesudoe...
2014-10-22 Todd C. MillerThe sudoers plugin now defines its own list of debuggin...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
next