2012-05-31 |
Todd C. Miller | Replace out of date MAN_POSTINSTALL with MANCOMPRESS... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Todd C. Miller | Build PIE executable on Mac OS X 10.5 and above. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Todd C. Miller | Use a debian-compliant package maintainer field. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Todd C. Miller | No need to loop over atomic_writev(), it guarantees... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Todd C. Miller | Instead of doing extra write()s when replaying stdout... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Todd C. Miller | When replaying a log of stdout or stderr, do newline... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Todd C. Miller | Don't add -fstack-protector to CFLAGS if ld gets an... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Todd C. Miller | Mention hardening by default and how to disable. |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | When checking for -fstack-protector, treat warnings... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Use TRUE/FALSE as 3rd argument to sudo_ttyname_scan() |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | missing "and" |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Update for sudo 1.7.10 |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Don't prompt for a password if the user is in the exemp... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | No longer throw an error if sudoers is a symbolic link... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Treat a tty read failure like EOF as it usually means... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Linux select() may return ENOMEM if there is a kernel... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | If select() return EBADF in the main event loop, one... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Fix compilation when I/O logging support is not compile... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Ignore SIGTTIN and SIGTTOU in main sudo process when... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Don't try to restore the terminal if we are not the... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Don't need zero_bytes() after ecalloc() |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | In Solaris 11, /dev/pts under the "dev" filesystem... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Allow the -k flag to be used along with the -i and... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Rototill code to determine the tty. For Linux, we... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Don't try to erealloc() a potentially freed pointer. |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Prefer KERN_PROC2 over KERN_PROC. Fixes compilation... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Clarify what "sudoreplay -l" displays and mention that... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | iIf struct dirent has d_type, use it to avoid an extra... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Sort output of "sudoreplay -l" |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | If I/O log file includes rows + cols, warn if the user... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Fix printing of TSID in "sudoreplay -l" |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Fix printf format warning (time_t vs. long) |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Todd C. Miller | Add support for replaying sessions from sudo 1.8 when... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Todd C. Miller | typo fix in comment |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Todd C. Miller | Add entry for SSL LDAP errors on Mozilla SDKs when... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Todd C. Miller | Match CentOS 6.0 |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Todd C. Miller | Fix test for -z relro |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Todd C. Miller | Build with -fstack-protector and link with -zrelo where... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Todd C. Miller | If sudoers_mode is group-readable but the actual sudoer... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Fix #includedir; from Mike Frysinger |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Relax the user/group/mode checks on sudoers files.... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Relax the user/group/mode checks on sudoers files.... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Delete creds after closing the PAM session. |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Instead of treating ^C from tgetpass() specially, always |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Need to call ldapssl_clientauth_init() for start_tls... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Fix printing of invalid uri |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Provide a more useful error message if using a Mozilla... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Todd C. Miller | Split global and per-connection LDAP options into separ... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Todd C. Miller | Quiet some compiler warnings |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Todd C. Miller | Fix compiler warnings on some platforms and provide... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Todd C. Miller | Added tag SUDO_1_7_9p1 for changeset 26d9603eb5af |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Todd C. Miller | Update for sudo 1.7.9p1 SUDO_1_7_9p1 |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Todd C. Miller | Add missing break between AF_INET and AF_INET6 in addr_... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Todd C. Miller | The pointer to the siginfo_t struct in a signal handler... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Todd C. Miller | Fix an alignment problem on NetBSD systems with a 64... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Todd C. Miller | Add offsetof macro for those without it. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Todd C. Miller | Add mode for docdir. Fixes a problem on Linux when... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Todd C. Miller | Sync with upstream for Mac OS X (and other) fixes. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Todd C. Miller | Debian sudo has not been built with --with-exempt=sudo... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Todd C. Miller | Only build Mac intel universal binary on an intel machine. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Todd C. Miller | Add missing initialization of a sigaction structure... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Todd C. Miller | Do not use GLOB_BRACE or GLOB_TILDE flags to glob(... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Use ecalloc() when allocating structs. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Add ecalloc(). |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Use error() instead of log_fatal() |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | g/c __unused which is no longer used |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Remove the NO_EXIT flag to log_error() and add a log_fa... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | cast ctype(3) function/macro arguments from char to... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | When initializing the environment for env_reset, start... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Add entry for AIX enhanced RBAC config. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | If we are not running with an effective uid of 0, try... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | If the "timestampowner" user cannot be resolved, use... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | For PAM authentication, merge the PAM environment with... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Quiet compiler warning when SELinux is enabled. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Don't read /etc/environment on Linux when using PAM... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Add check for pam_getenvlist() |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Use normal error path if unable to set sudoers gid. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Make sudoersdir relative to PKG_INSTALL_ROOT for Solaris. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Todd C. Miller | Add execvpe(), exect(), posix_spawn() and posix_spawnp... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Todd C. Miller | Update zlib to version 1.2.6 |
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-02-17 |
Todd C. Miller | Added tag SUDO_1_7_9 for changeset d896e8043fe6 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Todd C. Miller | Build flat packages, not package bundles, on Mac OS X. SUDO_1_7_9 |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Make sudo_goodpath() return value boolean |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Don't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Add Mac OS X support, printing the latest chunk of... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Add explicit file modes that match those used by "make... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Sync with upstream for Mac OS X fixes. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Got back to using "install-sh -M" for files installed... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Todd C. Miller | Use -m not -M for install-sh for everything except... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Todd C. Miller | Re-sync with upstream; no longer need a local patch. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Todd C. Miller | Add support for building Mac OS X packages. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Todd C. Miller | Sync with upstream |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Todd C. Miller | Error out if user specified --with-pam but we can't... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Todd C. Miller | Fix the sudoers permission check when the expected... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Todd C. Miller | Verify that we can link executables built with -D_FORTI... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Todd C. Miller | Add rudimentary check for _FORTIFY_SOURCE support by... |
commit | commitdiff | tree | snapshot |
next |