2015-02-09 |
Todd C. Miller | Typo. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Todd C. Miller | Fix typos. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Todd C. Miller | Fix compilation on systems w/o __dso_public |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Todd C. Miller | Russian translation for sudoers from translationproject... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Todd C. Miller | Russian translation for sudoers from translationproject... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Todd C. Miller | Add check for getresuid() declaration, which may be... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Todd C. Miller | Sanity check the TZ environment variable by special... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Todd C. Miller | Mention crash fixes. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Todd C. Miller | Bail with usage() early if argc <= 0. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Remove extraneous casts of node->data (which is void *). |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Add Stephane Chazelas |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Fix a potential crash when getpwnam() of the running... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Don't assume argv[0] is set without first checking... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Handle sudo_get_grlist() returning NULL which can happen if |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Call setprogname("sudo") if getprogname() returns NULL... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Remove configure checks for strrchr() and strtoll(... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Require POSIX regular expression support for sudoreplay. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | The plugin no longer needs to call initprogname() now... |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Todd C. Miller | Check whether getdomainname(), innetgr(), setresuid... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Todd C. Miller | Add /usr/local/share/examples/ directory to parentdirs... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | Don't send mail about pseudo-command failure unless... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | Regen with yacc skeleton that the clang analyzer doesn... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | Use stdint.h to get SIZE_MAX as inttypes.h on some... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | SIZE_MAX may be in limits.h on pre-C99 compilers. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | Add missing prototypes for usrinfo() and setauthdb... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | Solaris uses sysinfo(SI_SRPC_DOMAIN) instead of getdoma... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Todd C. Miller | Remove AC_PROG_GCC_TRADITIONAL and add AC_PROG_CC_STDC... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | Actually use the check for prior initialization in... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | We need to add OSDEFS to CFLAGS to expose LLONG_MAX... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | Fix check for SIZE_MAX, which should be in stdint.h... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | Need to include inttypes.h for SIZE_MAX |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Todd C. Miller | Go back to a 2 args debug_decl and just use the "defaul... |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Todd C. Miller | Update copyright year. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | When querying LDAP netgroups, use the NIS domain if... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | Avoid setting the tty to non-blocking mode so "sudorepl... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | Avoid a cppcheck warning about undefined behavior ... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | Add Steven Soulen |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Todd C. Miller | Fix handling of partial writes from writev() which... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Todd C. Miller | Add support for querying netgroups directly via LDAP... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Todd C. Miller | Sort ldap.conf options. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Todd C. Miller | Add macros to ease the checking of strlcpy, strlcat and |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | Rename VALIDATE_OK -> VALIDATE_SUCCESS |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | Remove now-unused VALIDATE_ERROR define. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | should_mail() now returns bool. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | If sudo_debug_register() fails return SUDO_DEBUG_INSTAN... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | Fix typo. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Todd C. Miller | Use "mandoc -Tascii" to generate .cat pages to avoid... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Todd C. Miller | Use AC_PATH_PROG to find programs instead of checking... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Todd C. Miller | Sync with OpenBSD version |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Todd C. Miller | Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE where |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Todd C. Miller | Avoid inadvertantly defining things like PATH_MAX simpl... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Todd C. Miller | Update to libtool 2.4.4 + HP-UX patches |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Todd C. Miller | Document why we need sys/param.h. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Todd C. Miller | Don't need sys/param.h. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Todd C. Miller | Don't appear to need sys/param.h for pstat_getproc... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Todd C. Miller | Should not need sys/param.h here. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Todd C. Miller | Use standard CIDR -> netmask conversion and disallow... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
Todd C. Miller | Update link to gq LDAP editor, now on sourceforge. |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Todd C. Miller | Add support for GLOB_LIMIT from OpenBSD (not currently... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Todd C. Miller | Quiet compiler sign compare warning. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Todd C. Miller | fnmatch fix |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Todd C. Miller | Remove artificial limit on length of pattern and string... |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Todd C. Miller | Remove the extra /sudo in sudo.ws urls |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Todd C. Miller | Reference bugzilla.sudo.ws |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Todd C. Miller | Require that a digest be specified with a real command... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Todd C. Miller | French translation for sudoers from translationproject... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Todd C. Miller | Defer registration of the SIGCHLD handler until just... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Todd C. Miller | Mention sssd support in the sudoers.ldap manual and... |
commit | commitdiff | tree | snapshot |
2014-11-16 |
Todd C. Miller | Reorder an entry. |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Todd C. Miller | Prevent cppcheck from getting confused by our compat... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | Fix potential NULL pointer deref found by cppcheck. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | Quiet a cppcheck false positive. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | If there are multiple outputs, ap will be re-used so... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | Fix typo in hook return value check. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | Mention visudo use of sudoers plugin args to set defaul... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Todd C. Miller | Mention fix for bug #678 |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Todd C. Miller | In set_fqdn() we neeed to set user_runhost/user_srunhos... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Do not call sudo_warnx() on invalid value from the... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | No need to keep specifying ".Nm foo" since the Nm macro... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Add sudo.conf to SEE ALSO and rename section on sudo... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Mention sudo.conf use for debugging |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Document sudo.conf usage now that visudo will parse... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Todd C. Miller | Use sudoers.so args from sudo.conf to set sudoers_file... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | Use sudoers_file, sudoers_uid, sudoers_gid, and sudoers... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | Use SSP_LDFLAGS when creating shared objects. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Todd C. Miller | We only build .lo (not .o) files for libsudo_util |
commit | commitdiff | tree | snapshot |
2014-11-06 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Todd C. Miller | Make sure that SIGCHLD is not treated as a user-generat... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Todd C. Miller | Update to libtool 2.4.3 + HP-UX patches |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Todd C. Miller | Use arc4random() for mkstemp/mkdtemp if available.... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Todd C. Miller | If a system lacks mkdtemp() or mkstemps(), use our... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Todd C. Miller | Use a static buffer for sudo_debug_execve2() if possible. |
commit | commitdiff | tree | snapshot |
next |