From e5bd3d96837db60d4a23a14ef90d72a8ce181ac3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 23 Mar 2000 04:41:29 +0000 Subject: [PATCH] update for 1.6.3 --- CHANGES | 27 +++++++++++++++++++++++++++ TODO | 2 ++ 2 files changed, 29 insertions(+) diff --git a/CHANGES b/CHANGES index 57962af0e..7db0c84ff 100644 --- a/CHANGES +++ b/CHANGES @@ -1265,3 +1265,30 @@ Sudo 1.6.2 released. password). 399) Added -S flag to force password read from stdin. + +400) Restore coredumpsize resource limit before exec'ing the child + process (sudo sets it to 0 internally). + +401) Truncate unencrypted password to 8 chars if encrypted password is exactly + 13 characters (indicateing standard a DES password). Many versions + of crypt() do this for you, but not all (like HP-UX's). + +402) Fixed a typo/thinko that broke secureware support for long passwords. + +403) Added a new command line switch '-c' to support FreeBSD style login + classes. The '-c' option can be used to sudo a command with specific + resource limits in the login.conf database. This feature is optionally + enabled via the --with-logincap configure switch. Based on a patch + from Michael D. Marchionna. + +404) Fixed a bug where sudo would hang around and consume CPU if we spawn + a long-running process. + +405) Deal with HP-UX password aging info tacked on to the end of the + encrypted password. + +406) Added set_logname run-time option. When unset, sudo will not set + the USER and LOGNAME environment variables. + +407) Wildcards are now allowed in the hostnames specified in sudoers. + The 'fqdn' option is often required for this to be useful. diff --git a/TODO b/TODO index f76fba039..a76b19f11 100644 --- a/TODO +++ b/TODO @@ -82,3 +82,5 @@ TODO list (most will be addressed in sudo 2.0) 30) Add support for: Default:user@host 31) Do login-style -sh hack for sudo -s? + +32) Make visudo rcs-aware -- 2.49.0