]> granicus.if.org Git - sudo/shortlog
sudo
2012-08-06 Todd C. MillerIf we receive a signal from the command we executed...
2012-08-03 Todd C. MillerRemove section about Solaris 10 on other systems.
2012-08-03 Todd C. MillerExpand section on Solaris privileges.
2012-08-02 Todd C. MillerExpand a bit on the Solaris priv set changes.
2012-08-02 Todd C. MillerThe second argument to init_parser() is now bool.
2012-08-02 Todd C. MillerFix printing of parse error message to stderr.
2012-08-02 Todd C. MillerIf a command matches using an empty Runas_List (i.e...
2012-08-02 Todd C. MillerAdd support for parsing an empty Runas_List, which...
2012-08-01 Todd C. MillerFix HP-UX, just use ".TH name section" like the vendor...
2012-08-01 Todd C. MillerFix compilation on Solaris
2012-08-01 Todd C. MillerGenerate a sed script file when munging *.mdoc or ...
2012-08-01 Todd C. MillerUse "Sudo VERSION" as the 4th arg to .TH instead of...
2012-07-31 Todd C. MillerWhen checking whether a signal is user-generated, compa...
2012-07-31 Todd C. MillerSuSE Enterprise Linux uses RLIMIT_NPROC and _SC_CHILD_M...
2012-07-30 Todd C. MillerActive Directory apparently requires that tenths of...
2012-07-30 Todd C. MillerFix SELinux build
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY, CONTRIBUTORS and LICEN...
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY, CONTRIBUTORS and LICEN...
2012-07-27 Todd C. MillerFix printing of the permission denied message to standa...
2012-07-27 Todd C. MillerBump grammar version for Solaris privs.
2012-07-27 Todd C. MillerFix errors introduced when sudoNotBefore, sudoNotAfter...
2012-07-26 Todd C. MillerRemove lex.yy.c when building toke.c
2012-07-26 Todd C. MillerFix building docs in a build dir.
2012-07-26 Todd C. MillerRemove pod versions of the manual; we now use mdoc.
2012-07-26 Todd C. MillerAdd post-processing scripts to strip out login class...
2012-07-26 Todd C. MillerMerge in Solaris privilege support by Darren Moffat...
2012-07-25 Todd C. MillerSync with CONTRIBUTORS file
2012-07-25 Todd C. MillerRegen .man.in files with my private mandoc.
2012-07-25 Todd C. Milleradd MANDOC variable
2012-07-20 Todd C. MillerRegen .man.in files with hacked mandoc to avoid issues...
2012-07-19 Todd C. MillerFix groff warnings.
2012-07-19 Todd C. MillerFix dependencies for .man.in files.
2012-07-19 Todd C. MillerAdd doc/*.mdoc to ignore file
2012-07-19 Todd C. MillerBuild .man.in and .cat files from .mdoc.in files.
2012-07-18 Todd C. MillerSudo manuals formatted in mdoc, to replace the pod...
2012-07-18 Todd C. MillerMore minor costmetic fixes.
2012-07-12 Todd C. MillerMinor cosmetic fixes.
2012-07-11 Todd C. MillerUse "a password is required" instead of "password requi...
2012-07-10 Todd C. MillerMention logging changes.
2012-07-10 Todd C. Millerregen
2012-07-10 Todd C. MillerDocument that other mail_* flags have precedence over...
2012-07-10 Todd C. MillerMove log_denial() calls and logic to log_failure().
2012-07-06 Todd C. MillerDo not set a resource limit to zero when we are unable...
2012-07-05 Todd C. MillerAdd "Provides: sudo" to debian sudo-ldap package
2012-07-02 Todd C. MillerDefine NO_VIZ for zlib when gcc doesn't support symbol...
2012-07-02 Todd C. MillerUse the autoconf cache when checking for symbol export...
2012-07-02 Todd C. MillerAdd configure check for building PIE executables instea...
2012-07-02 Todd C. MillerMacOS pp backend doesn't like modes longer than 4 chara...
2012-07-01 Todd C. MillerAdd -Wc,-fstack-protector to LT_LDFLAGS instead of...
2012-06-29 Todd C. MillerRegen for sudo 1.8.6
2012-06-29 Todd C. MillerDocument improved Tivoli Directory Server support.
2012-06-29 Todd C. MillerAdd support for ldaps using Tivoli LDAP libraries.
2012-06-28 Todd C. MillerTivoli Directory Server 6.3 libs always return a (bogus...
2012-06-28 Todd C. MillerUpdate
2012-06-28 Todd C. MillerTreat LDAP_OPT_CONNECT_TIMEOUT (Tivoli Directory Server...
2012-06-27 Todd C. MillerZero pointers in sudo_user struct after freeing, just...
2012-06-27 Todd C. MillerFree user_gids in close function if it has not already...
2012-06-27 Todd C. MillerDefer group ID to name resolution until we actually...
2012-06-27 Todd C. MillerIt is safe to read in sudo.conf before calling user_info().
2012-06-27 Todd C. MillerUse MAX_UID_T_LEN + 1 for uid/gid buffers, not MAX_UID_...
2012-06-25 Todd C. MillerIf installing with installp, error out if there is...
2012-06-25 Todd C. MillerAdd --disable-nls for AIX
2012-06-22 Todd C. MillerDebian sudo-ldap packages should now depend on libldap...
2012-06-21 Todd C. MillerAdd Homepage and Bugs to debian control file.
2012-06-20 Todd C. Millerfix typo when setting aix_freeware
2012-06-20 Todd C. MillerDon't run regress tests or sudoers sanity check (using...
2012-06-20 Todd C. MillerRename foo.sym -> foo.exp
2012-06-20 Todd C. MillerRemove extraneous backslash
2012-06-20 Todd C. MillerDon't check for errorx as an exported symbols as it...
2012-06-19 Todd C. MillerAdjust ld map file support to use an anonymous scope...
2012-06-18 Todd C. MillerOlder versions of Solaris lack ngettext()
2012-06-18 Todd C. MillerMove the check for -static-libgcc until after AC_LANG_W...
2012-06-18 Todd C. MillerSudo defines HAVE_SETLOCALE not HAVE_LOCALE_H
2012-06-18 Todd C. MillerFix gcc 2.x variant macro support.
2012-06-18 Todd C. MillerFix compilation on gcc 2.95 and other compilers that...
2012-06-18 Todd C. MillerLink check_symbols with SUDO_LIBS to make sure we link...
2012-06-18 Todd C. MillerAdd check for exported local symbols. This will cause...
2012-06-18 Todd C. MillerAdditional ${foo} -> $(foo) Makefile tweaks.
2012-06-18 Todd C. MillerNo need to provide a name for the scope in the map...
2012-06-18 Todd C. MillerAdd regress test for symbol visibility.
2012-06-15 Todd C. Millersudo 1.8.6
2012-06-15 Todd C. MillerAdd support for controlling symbol visibility using...
2012-06-15 Todd C. MillerUse the expanded io log dir when updating the sequence...
2012-06-14 Todd C. MillerSimplify "sudo -s" argv rewriting.
2012-06-14 Todd C. MillerDon't use a map file for sudo_noexec.so since Solaris...
2012-06-13 Todd C. MillerThe visibility attribute was actually added in gcc...
2012-06-13 Todd C. MillerExport group cache from sudoers.so for system_group...
2012-06-13 Todd C. MillerUse gcc's visibility attribute to specify when symbols...
2012-06-12 Todd C. MillerAdd mode for installed locale files but leave the direc...
2012-06-11 Todd C. MillerInstall AIX packages under /opt/freeware with links...
2012-06-11 Todd C. MillerInstall shared objects with mode 0644 except on HP...
2012-06-11 Todd C. MillerMake installed file modes consistent with the file...
2012-06-08 Todd C. MillerAdd "%:" prefix when talking about QAS non-Unix group...
2012-06-08 Todd C. MillerFix packaging of symbolic links on HP-UX when the link...
2012-06-08 Todd C. MillerOnly specify prefix if we are overriding the default...
2012-06-08 Todd C. MillerFix setting of sudoedit_man variable.
2012-06-08 Todd C. MillerEcho the command when linking the sudoedit manual.
2012-06-07 Todd C. MillerBuild .deb packages with selinux support.
2012-06-04 Todd C. MillerDon't list paths for unstripped binaries in the lintial...
2012-06-04 Todd C. MillerAdd support for Installed-Size header in control file...
next