2012-03-15 |
Todd C. Miller | Pass a pointer to user_env in to the init_session polic... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Add explicit NULL entries for init_session, register_ho... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Quiet a gcc "used uninitialized in this function" false... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | We should always call warning() with a format string... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Include sudo_exec.h for the sudo_execve() prototype. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Todd C. Miller | Add check for pam_getenvlist() |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Set args to NULL in default plugin info struct when... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Bump version to 1.8.5 |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Todd C. Miller | Document hooks API |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | Make sudoersdir relative to PKG_INSTALL_ROOT for Solaris. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | Use sudo_hook_fn_t in struct sudo_hook. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Todd C. Miller | If cross compiling, --host must include the OS in the... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix bogus int -> bool conversion; tags can have a value... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Add env_should_keep() and env_should_delete() wrapper... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix application of debian-specific sudoers mods when... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | matches_env_check() returns int, not boolean |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Fix compilation when seteuid() is not available. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Simply move the free of ki_proc outside the realloc... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Bring back the erealloc() for the ENOMEM loop and just... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Todd C. Miller | Don't try to erealloc() a potentially freed pointer... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Todd C. Miller | Use normal error path if unable to set sudoers gid. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Todd C. Miller | Make this work again on systems w/o seteuid(). |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Fix compilation if no seteuid/setreuid/setresuid available. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Better error messages, and added debugging throughout. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Fix format string warning on Solaris with gcc 3.4.3. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Always declare environ now that we swap it around unila... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Honor LDFLAGS when linking sesh; from Vita Cizek |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Todd C. Miller | Include alloc.h for estrdup() prototype; from Vita... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Don't read /etc/environment on Linux when using PAM... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Fix editor goof. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Disable environment hooks after we get user_env back... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Todd C. Miller | Add support for deregistering hooks. If an I/O log... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Todd C. Miller | Move LOGIN_PATH and LOGIN_SETENV handling to plugin... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Todd C. Miller | Initial cut at a hooks implementation. The plugin... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Todd C. Miller | Add Vietnamese sudo translation from translationproject.org |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Todd C. Miller | List sudo_noexec.so not noexec.so in the sample sudo... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Todd C. Miller | Add support for plugin args at the end of a Plugin... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | update depends |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | secure_path.c is in common, not compat |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Todd C. Miller | Add check for variadic macro support in cpp. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Todd C. Miller | Add type param to sudo_secure_path() and add sudo_secur... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Todd C. Miller | Check the owner and mode in -c (check) mode unless... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Todd C. Miller | Prefer KERN_PROC2 over KERN_PROC. Fixes compilation... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Todd C. Miller | Add Eric Lakin for patch in bug #538 |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Todd C. Miller | Fix typo in safe_close() made while converting to debug... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Todd C. Miller | Add some more debugging. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Todd C. Miller | We need sysconfdir in compat/Makfile to get the proper... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Todd C. Miller | New Lithuanian sudoers translation from translationproj... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Todd C. Miller | Update from translationproject.org |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Todd C. Miller | When adding gids to the LDAP filter, only add the prima... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Todd C. Miller | Add entry for AIX enhanced RBAC config. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Todd C. Miller | Target Mac OS X 10.5 when building packages. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Todd C. Miller | Relax the user/group/mode checks on sudoers files.... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Todd C. Miller | Add AIX-specific version of permission setting code... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Todd C. Miller | Check for LD_PRELOAD variants in configure instead... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Todd C. Miller | Fix the description of noexec. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Todd C. Miller | The "op" parameter to set_default() must be int, not... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Todd C. Miller | Make sure sudoers is writable before calling ed script. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Todd C. Miller | Update contributors. Now includes translators and autho... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Todd C. Miller | Build flat packages, not package bundles, on Mac OS X. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Move macos section to be with the other OS-specific... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Todd C. Miller | Sync with translationproject.org |
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 | Sync with translationproject.org |
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-07 |
Todd C. Miller | No longer need to define _PATH_SUDO_CONF here. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Todd C. Miller | Fix noexec for Mac OS X. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | Move _PATH_SUDO_CONF override to common to match sudo_d... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | More complete fix for LDR_PRELOAD on AIX. The addition of |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | Set real uid to root before calling sudo_edit() or... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | For PERM_ROOT when using setreuid(), only set the euid... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Todd C. Miller | Make a copy of the struct passwd in exec_setup() to... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Todd C. Miller | update copyright |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Todd C. Miller | g/c now-unused debug subsystems |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Todd C. Miller | Enumerate the debug subsystems used by sudo and sudoers. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Todd C. Miller | Normally, sudo disables core dumps while it is running... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Todd C. Miller | Mention Spanish translation |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Todd C. Miller | Make sure we don't try to fall back to using the conver... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Todd C. Miller | Add sudo Spanish translation from translationproject.org |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Todd C. Miller | Better debug subsystem usage |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Todd C. Miller | Remove duplicate function prototypes |
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 | Fix potential off-by-one when making a copy of the... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Todd C. Miller | Add rudimentary check for _FORTIFY_SOURCE support by... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Todd C. Miller | Use AC_HEADER_STDBOOL instead of checking for stdbool... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Todd C. Miller | The change in 818e82ecbbfc that caused to exit when... |
commit | commitdiff | tree | snapshot |
next |