2011-01-21 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | For "sudo -U user -l" if user is not authorized on... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Todd C. Miller | In sudo_ldap_lookup(), always do the initial sudoers... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | add parser fill tests |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Don't test features not supported by the bundled glob() |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Update copyright year to 2011 |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | When listing, use separate lbufs for the defaults and... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Stash pointer to user group vector in LDAP handle and... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Check initgroups() return value. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Todd C. Miller | Add tests for the fill functions in toke_util.c |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Todd C. Miller | fix copyright year |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Todd C. Miller | Clear, don't set, OPOST in c_oflag as was intended... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Todd C. Miller | Add Requires line for audit-libs >= 1.4 for RHEL5+ |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Todd C. Miller | sync with git version |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Todd C. Miller | Update for sudo 1.7.4p5 |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Todd C. Miller | Add sudoNotBefore and sudoNotAfter attributes as option... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Todd C. Miller | Mention "sudo -g group" password check fix. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Todd C. Miller | Fix "sudo -g" support in the sudoers module. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Todd C. Miller | If the user is running sudo as himself but as a differe... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Todd C. Miller | Add support for TIMEOUT in ldap.conf, mapping to the... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Todd C. Miller | Add NETWORK_TIMEOUT as an alias for BIND_TIMELIMIT... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Todd C. Miller | If user has no supplementary groups, fall back on check... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Todd C. Miller | constify |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Todd C. Miller | Move fill macro to toke.h |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Todd C. Miller | Split tokenizer utility functions out into toke_util.c |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Todd C. Miller | ANSIfy |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | Add visudo tests to check target |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | Add my regress tests for fnmatch() and glob() from... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | Add regress test for command tags using visudo -c |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | Add support for regress tests using testsudoers |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Todd C. Miller | Need to set user_name explicitly due to internal change... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Todd C. Miller | Add regression tests for iolog_path() |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Todd C. Miller | Add support for "make Makefile" to regenerate Makefile... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Todd C. Miller | Quiest a bogus compiler warning. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Todd C. Miller | Protect call to setlocale() with HAVE_SETLOCALE |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Todd C. Miller | mkstemps.c was renamed mktemp.c |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Todd C. Miller | Update from 1.7 branch |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Todd C. Miller | Use "mv -f" when regenerating ChangeLog |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Todd C. Miller | Fix NULL dereference with "sudo -g group" when the... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Todd C. Miller | Correct the default sudo.conf example |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Todd C. Miller | Reset slashp if we allocate a new buffer for strftime() |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Todd C. Miller | Add extra out parameter to expand_iolog_path() to allow... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Todd C. Miller | mkdir_iopath() returns size_t now that it uses strlcpy... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Todd C. Miller | Trim leading slashes from iolog_file and trailing slash... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Todd C. Miller | Pass a single I/O log file name in command_details... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Todd C. Miller | change an error() to errorx() |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Todd C. Miller | Add missing cwd line to I/O log info file that got... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Todd C. Miller | Avoid relying on globals filled in by the sudoers polic... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Todd C. Miller | If no iolog file is specified by the policy plugin... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Todd C. Miller | Document iolog_compress in command_info |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Todd C. Miller | Add support for the iolog_compress variable in command_... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Todd C. Miller | Add sigsetjmp() calls to all plugin entry points just... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Todd C. Miller | Don't need iolog variables in struct command_details... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Document use of mkdtemp() for iolog path teplates |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Document iolog_file and supported escape sequences... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Fix building of mkstemps/mkdtemp replacements. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Provide mkdtemp() for systems without it. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Fix typo |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Only use mkdtemp() if the path ends in at least 6 Xs... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Allow sudoers to specify the iolog file in addition... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Todd C. Miller | Add missing sigsetjmp() call in I/O plugin open function. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Todd C. Miller | Give the policy module fine-grained control over what... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Todd C. Miller | Clear OPOST from c_oflag like we used to. Fixes screen... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Todd C. Miller | Clarify umask option description. From Reuben Thomas. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Pick last match in LDAP sudoers too |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Document iolog_file, iolog_dir and use_pty |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Adapt plugins to version I/O logging ABI 1.1 |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Add use_pty command_info flag for policies to indicate... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Add remaining plugin convenience functions |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Change I/O log API to pass in command info to the I... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Todd C. Miller | Remove useless cast |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Todd C. Miller | Bump version to 1.8.0b3 |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Todd C. Miller | Remove extraneous newline |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Todd C. Miller | Make I/O log dir configurable. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Todd C. Miller | Rename io_logdir to iolog_dir |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Todd C. Miller | Add missing '*' that prevented the generic ELF case... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Todd C. Miller | If file(1) can't identify the ELF binary type, try... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Todd C. Miller | Use %u to print uid/gid, not %lu and adjust casts to... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Todd C. Miller | Clarify ordering of entries and attributes. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Todd C. Miller | Fix typo and editing goof. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Todd C. Miller | Merge in ordered LDAP entry support from Andreas Mueller. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Todd C. Miller | Make sure we don't dereference a NULL handle. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Todd C. Miller | Add support for RHEL 6 file modes that include a traili... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Todd C. Miller | exec_setup() does not need to setuid(0), the Ubuntu... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Todd C. Miller | create_admin_success_flag() should use restore_perms... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Todd C. Miller | In exec_setup() call setuid(0) to make certain the... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Todd C. Miller | Error out if we cannot change to root's uid so we catch... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Todd C. Miller | fix typo; from Michael T Hunter |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Todd C. Miller | In sudoedit mode, assume command line arguments are... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Todd C. Miller | Add workaround for an error in sys/types.h on HP-UX... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Todd C. Miller | Fix SUDO_MAILDIR usage of AC_LANG_PROGRAM |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Todd C. Miller | For Tru64, strip off beta version. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Todd C. Miller | Avoid conflicts with system definitions in grp.h and... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Todd C. Miller | Include stdio.h after zlib.h, not before. We need... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
next |