2012-01-05 |
Todd C. Miller | Remove -D debug_level option. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Todd C. Miller | Update copyright year. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Todd C. Miller | parse_error is now bool, not int |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Todd C. Miller | Print a more sensible error if yyparse() returns non... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Todd C. Miller | Replace y.tab.c with the correct filename in #line... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Todd C. Miller | When trying to determine the tty, fall back on /proc... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Todd C. Miller | When not logging I/O, put command in its own pgrp and... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Quiet a bogus gcc warning. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Fix warnings related to sudo.conf accessors. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Separate sudo.conf parsing from plugin loading and... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Separate sudo.conf parsing from plugin loading and... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Remove support for noexec_file in sudoers and the plugi... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Don't dump interfaces if there are none. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Todd C. Miller | Add missing %s printf escape to the group_plugin, iolog... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Todd C. Miller | Fix typo in visiblepw description; from Joel Pickett |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | When running a login shell with a login_class specified... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | If srcdir is "." just use the basename of the yacc... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | Clean up the DEVEL noise |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | Handle different Unix domain socket (actually socketpai... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | Catch common signals in the monitor process so they... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Todd C. Miller | Mention how to configure pam_hpsec on HP-UX to play... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Todd C. Miller | Escape values in the search expression as per RFC 4515. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Todd C. Miller | No need for install target to depend explicitly on... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Todd C. Miller | ignore src/sesh |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Todd C. Miller | Add support for setenv entries in login.conf. We can... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Add getaddrinfo() for those without it, written by... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Restore PACKAGE_TARNAME, it is used in docdir |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | SunPro C Compiler also has a _Bool builtin. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Remove duplicate return statements. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Remove inaccurate comment |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Fetch the login class for the user we authenticate... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Replace @DEV@ prefix with DEVEL variable so we can... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Fix "make check" fallout from the sudo_conv changes... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Todd C. Miller | Use stdbool.h instead of rolling our own TRUE/FALSE... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Todd C. Miller | Add stdbool.h for systems without it. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Todd C. Miller | No longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Todd C. Miller | Use HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Todd C. Miller | No longer need to include time.h here as missing.h... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | Fix mode on sudoers as needed when the -f option is... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | Add Serbian translation for sudo from translationprojec... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | No longer pass debug_file to plugin, plugins must now... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | Build PIE executables for newer Debian and Ubuntu |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | Include time.h for ctime() prototype. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Todd C. Miller | Do not close error pipe or debug fd via closefrom(... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Todd C. Miller | Document that a sudoUser may now be a group ID. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Todd C. Miller | Add support for permitting access by group ID in additi... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Todd C. Miller | Older Netscape LDAP SDKs don't prototype ldapssl_set_st... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Todd C. Miller | Replace UCB fnmatch.c with a non-recursive version... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Todd C. Miller | Fix typo, return_debug vs. debug_return |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Todd C. Miller | Update Japanese sudoers translation from translationpro... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Todd C. Miller | Make the env_reset descriptions consistent. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Todd C. Miller | Do multiple expansion when expanding paths to the noexe... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Todd C. Miller | Add ignore file; from Mike Frysinger |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Todd C. Miller | no longer save old Makefile.in to .old |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Todd C. Miller | Update to libtool 2.4.2 |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Todd C. Miller | Bump grammar version for #include and #includedir relat... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Todd C. Miller | Add support for relative paths in #include and #includedir |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Todd C. Miller | Fix install-plugin when shared objects are unsupported... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Todd C. Miller | Don't write to sbp if it is NULL |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Todd C. Miller | Remove all sudo/sudoers .mo files on uninstall |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Todd C. Miller | Fix non-dynamic (no dlopen) sudo build. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Todd C. Miller | Don't error out if the user specified --disable-shared |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Todd C. Miller | Use SUDO_CONV_DEBUG_MSG in the plugin instead of writing |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Todd C. Miller | Make sudo_goodpath() return value bolean |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Todd C. Miller | Remove obsolete securid auth method. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Todd C. Miller | Prefix authentication functions with a "sudo_" prefix... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Todd C. Miller | Remove the old Kerberos IV support |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Todd C. Miller | Don't print garbage at the end of the custom lecture. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Todd C. Miller | Add lexer tracing as debug@parser |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Todd C. Miller | Revert 003bdb078a15. We need to #include <gram.h>... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | Better devdir support in mkdep.pl |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | Add devdir before srcdir in include path and fix up... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | #include "gram.h" not <gram.h> and "def_data.h" and... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | Mark libexec files as optional. If we build without... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | Change Debug sudo.conf setting to take a program name... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | fix sudo_debug_printf priority |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Todd C. Miller | add missing debug_return_int |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Todd C. Miller | Fold SUDO_DEBUG_PROGERR and SUDO_DEBUG_SYSERR into... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Todd C. Miller | Add missing word in HOME security note. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Todd C. Miller | Prevent "testsudoers -d username" from trying to malloc(0). |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Todd C. Miller | Tests for empty sudoers (should parse OK) and syntax... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Todd C. Miller | Print line number when there is a parser error. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Todd C. Miller | Keep track of the last token returned. On error, if... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Todd C. Miller | update with sudo 1.8.3p1 info |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Todd C. Miller | Fix crash when "sudo -g group -i" is run. Fixes bug 521 |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Todd C. Miller | Make alias_remove_recursive() return TRUE/FALSE as... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Todd C. Miller | Add regress test for bugzilla 519 |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Todd C. Miller | Disable warning/error wrapping in regress tests. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Todd C. Miller | Do compile-po as part of sync-po so that the .mo files... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Todd C. Miller | check_addr needs to link with the network libraries... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Todd C. Miller | When matching a RunasAlias for a runas group, pass... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Todd C. Miller | We need to init the auth system regardless of whether... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Todd C. Miller | Get rid of done: label. If the child exits we still... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Todd C. Miller | Add debug_decl/debug_return (almost) everywhere. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Todd C. Miller | Wrap error/errorx and warning/warningx functions with... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Todd C. Miller | Add checks for __func__ and __FUNCTION__ and mention... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Todd C. Miller | New debug framework for sudo and plugins using /etc... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Todd C. Miller | Update Japanese sudoers translation from translationpro... |
commit | commitdiff | tree | snapshot |
next |