]> granicus.if.org Git - sudo/shortlog
sudo
2012-08-18 Todd C. MillerAdd CONTRIBUTORS file from sudo trunk
2012-08-17 Todd C. MillerSudo manuals formatted in mdoc, to replace the pod...
2012-08-17 Todd C. MillerAdd new check_defaults() function to check (but not...
2012-08-17 Todd C. MillerUse AI_FQDN instead of AI_CANONNAME if available since...
2012-08-15 Todd C. Millersync polypkg from git
2012-08-07 Todd C. MillerCast 2nd argument of lseek() to off_t if it is a consta...
2012-08-07 Todd C. MillerFix building with a K&R compiler.
2012-08-07 Todd C. MillerIf we receive a signal from the command we executed...
2012-08-07 Todd C. MillerFix some warnings from clang checker-267
2012-08-07 Todd C. MillerRegen with modified yacc skeleton.
2012-07-31 Todd C. MillerWhen checking whether a signal is user-generated, compa...
2012-07-30 Todd C. MillerActive Directory apparently requires that tenths of...
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY and LICENSE as they...
2012-07-29 Todd C. MillerSync with trunk version.
2012-07-27 Todd C. MillerFix errors introduced when sudoNotBefore, sudoNotAfter...
2012-07-18 Todd C. MillerMore minor costmetic fixes.
2012-07-12 Todd C. MillerMinor cosmetic fixes.
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. MillerOnly check for pie support when using gcc.
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-06-29 Todd C. Millerfix version
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. 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-21 Todd C. Millerremove obsolete comment
2012-06-20 Todd C. Millerfix typo when setting aix_freeware
2012-06-18 Todd C. MillerAdditional ${foo} -> $(foo) Makefile tweaks.
2012-06-15 Todd C. MillerRe-merge argv escaping for "sudo -s command" from trunk...
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 license file path for Mac OS X.
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. MillerMention sudoreplay stdout playback improvements.
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...
2012-06-04 Todd C. MillerFix extended description in .deb files.
2012-06-04 Todd C. MillerAdd Depends, Replaces and Conflicts headers for .deb...
2012-06-04 Todd C. MillerIf there are no privs to print, write the message to...
2012-05-31 Todd C. MillerFix mismerge, no sudoers.so in 1.7
2012-05-31 Todd C. MillerQuiet lintian warnings for .deb files:
2012-05-31 Todd C. MillerReplace out of date MAN_POSTINSTALL with MANCOMPRESS...
2012-05-31 Todd C. MillerBuild PIE executable on Mac OS X 10.5 and above.
2012-05-31 Todd C. MillerUse a debian-compliant package maintainer field.
2012-05-30 Todd C. MillerNo need to loop over atomic_writev(), it guarantees...
2012-05-29 Todd C. MillerInstead of doing extra write()s when replaying stdout...
2012-05-25 Todd C. MillerWhen replaying a log of stdout or stderr, do newline...
2012-05-24 Todd C. MillerDon't add -fstack-protector to CFLAGS if ld gets an...
2012-05-24 Todd C. MillerMention hardening by default and how to disable.
2012-05-23 Todd C. MillerWhen checking for -fstack-protector, treat warnings...
2012-05-23 Todd C. MillerUse TRUE/FALSE as 3rd argument to sudo_ttyname_scan()
2012-05-23 Todd C. Millerregen
2012-05-23 Todd C. Millermissing "and"
2012-05-23 Todd C. MillerUpdate for sudo 1.7.10
2012-05-23 Todd C. MillerDon't prompt for a password if the user is in the exemp...
2012-05-23 Todd C. MillerNo longer throw an error if sudoers is a symbolic link...
2012-05-23 Todd C. MillerTreat a tty read failure like EOF as it usually means...
2012-05-23 Todd C. MillerLinux select() may return ENOMEM if there is a kernel...
2012-05-23 Todd C. MillerIf select() return EBADF in the main event loop, one...
2012-05-23 Todd C. MillerFix compilation when I/O logging support is not compile...
2012-05-23 Todd C. MillerIgnore SIGTTIN and SIGTTOU in main sudo process when...
2012-05-23 Todd C. MillerDon't try to restore the terminal if we are not the...
2012-05-23 Todd C. MillerDon't need zero_bytes() after ecalloc()
2012-05-23 Todd C. MillerIn Solaris 11, /dev/pts under the "dev" filesystem...
2012-05-23 Todd C. MillerAllow the -k flag to be used along with the -i and...
2012-05-23 Todd C. MillerRototill code to determine the tty. For Linux, we...
2012-05-23 Todd C. MillerDon't try to erealloc() a potentially freed pointer.
2012-05-23 Todd C. MillerPrefer KERN_PROC2 over KERN_PROC. Fixes compilation...
2012-05-23 Todd C. MillerClarify what "sudoreplay -l" displays and mention that...
2012-05-23 Todd C. MilleriIf struct dirent has d_type, use it to avoid an extra...
2012-05-23 Todd C. MillerSort output of "sudoreplay -l"
2012-05-23 Todd C. MillerIf I/O log file includes rows + cols, warn if the user...
2012-05-23 Todd C. MillerFix printing of TSID in "sudoreplay -l"
2012-05-23 Todd C. MillerFix printf format warning (time_t vs. long)
2012-05-23 Todd C. MillerAdd support for replaying sessions from sudo 1.8 when...
2012-05-22 Todd C. Millertypo fix in comment
2012-05-22 Todd C. MillerAdd entry for SSL LDAP errors on Mozilla SDKs when...
2012-05-22 Todd C. MillerMatch CentOS 6.0
2012-05-22 Todd C. MillerFix test for -z relro
2012-05-22 Todd C. MillerBuild with -fstack-protector and link with -zrelo where...
2012-05-21 Todd C. MillerIf sudoers_mode is group-readable but the actual sudoer...
2012-05-17 Todd C. MillerFix #includedir; from Mike Frysinger
2012-05-17 Todd C. MillerRelax the user/group/mode checks on sudoers files....
2012-05-17 Todd C. MillerRelax the user/group/mode checks on sudoers files....
2012-05-17 Todd C. MillerDelete creds after closing the PAM session.
2012-05-17 Todd C. MillerFix typo in last commit
next