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 |
2010-11-19 |
Todd C. Miller | Don't clean ChangeLog |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Todd C. Miller | Add prototype for cleanup() |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Todd C. Miller | Avoid deferencing group_plugin if it is NULL in group_p... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Todd C. Miller | group plugin init function return TRUE when successful |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Todd C. Miller | Enlarge the array of entry wrappers int blocks of 100... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Todd C. Miller | Add back call to sudo_ldap_timefilter() in sudo_ldap_bu... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Todd C. Miller | Mention that sudo needs "ar" to build. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Todd C. Miller | Fail with a more useful error if "ar" is not found. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Todd C. Miller | Merge in ordered LDAP entry support from Andreas Mueller |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Todd C. Miller | Add timed entry support from Andreas Mueller. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Todd C. Miller | Don't try to unload if group_plugin is NULL. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Todd C. Miller | It is now plugin_cleanup(), not cleanup() |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Todd C. Miller | Call plugin_cleanup(), not cleanup() |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Todd C. Miller | Use efree() not free() and remove malloc.h include... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | set PSTAMP for Solaris and move the backend-specific... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | sync with git repo |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | Only substitute file zlib files when using the builtin... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | Give up on using VPATH to find sources as it is impleme... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | Include config.h before any other includes to make... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | Add zlib |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | Add missing targets |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Todd C. Miller | g/c unused $(GENERATED) |
commit | commitdiff | tree | snapshot |
next |