]> granicus.if.org Git - sudo/commitdiff
update for 1.6.3
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 04:41:29 +0000 (04:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 04:41:29 +0000 (04:41 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 57962af0e935ad1944d61011bc966fcf0ebc0b4b..7db0c84ff9c9a85b7c129cf79016c56257fd0c93 100644 (file)
--- 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 f76fba039e889f92cf24bfccbc1f21c3a3c97a61..a76b19f11293442386498c8fbf699ce586f7f526 100644 (file)
--- 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