summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/WHATSNEW
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-04-11 11:48:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-04-11 11:48:07 +0000
commit14cb1c563d924e1fc2c8140e11e5619ba2d3d5de (patch)
tree76acc26059b6513efb8f0b402f58e58c89008b4a /usr.bin/sudo/WHATSNEW
parentc875497f263b25f5936bba76843ce6fc283db997 (diff)
Update to sudo 1.7.1
Diffstat (limited to 'usr.bin/sudo/WHATSNEW')
-rw-r--r--usr.bin/sudo/WHATSNEW27
1 files changed, 27 insertions, 0 deletions
diff --git a/usr.bin/sudo/WHATSNEW b/usr.bin/sudo/WHATSNEW
index 2d36f065289..06f67365501 100644
--- a/usr.bin/sudo/WHATSNEW
+++ b/usr.bin/sudo/WHATSNEW
@@ -1,3 +1,30 @@
+What's new in Sudo 1.7.1?
+
+ * A new Defaults option "pwfeedback" will cause sudo to provide visual
+ feedback when the user is entering a password.
+
+ * A new Defaults option "fast_glob" will cause sudo to use the fnmatch()
+ function for file name globbing instead of glob(). When this option
+ is enabled, sudo will not check the file system when expanding wildcards.
+ This is faster but a side effect is that relative paths with wildcard
+ will no longer work.
+
+ * New BSM audit support for systems that support it such as FreeBSD
+ and Mac OS X.
+
+ * The file name specified with the #include directive may now include
+ a %h escape which is expanded to the short form of hostname.
+
+ * The -k flag may now be specified along with a command, causing the
+ user's timestamp file to be ignored.
+
+ * New support for Tivoli-based LDAP START_TLS, present in AIX.
+
+ * New support for /etc/netsvc.conf on AIX.
+
+ * The unused alias checks in visudo now handle the case of an alias
+ referring to another alias.
+
What's new in Sudo 1.7.0?
* Rewritten parser that converts sudoers into a set of data structures.